diff options
Diffstat (limited to 'sys/pci/ide_pci.c')
-rw-r--r-- | sys/pci/ide_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/ide_pci.c b/sys/pci/ide_pci.c index 70a4570..e7dfcdd 100644 --- a/sys/pci/ide_pci.c +++ b/sys/pci/ide_pci.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ide_pci.c,v 1.15 1998/12/04 21:41:18 archie Exp $ + * $Id: ide_pci.c,v 1.16 1998/12/10 01:52:16 archie Exp $ */ #include "pci.h" @@ -898,7 +898,7 @@ mkcookie(int iobase_wd, return cp; } -static char * +static const char * ide_pci_probe(pcici_t tag, pcidi_t type) { u_long data; |