diff options
Diffstat (limited to 'sys/pci/wdc_p.c')
-rw-r--r-- | sys/pci/wdc_p.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/wdc_p.c b/sys/pci/wdc_p.c index f8ca641b72e2..67d9de617112 100644 --- a/sys/pci/wdc_p.c +++ b/sys/pci/wdc_p.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: wdc_p.c,v 1.3 1997/08/02 14:33:14 bde Exp $ + * $Id: wdc_p.c,v 1.2 1997/04/28 19:26:18 se Exp $ */ /* @@ -41,7 +41,7 @@ #define CMD640B_PCI_ID 0x06401095 -static const char* wdc_pci_probe __P((pcici_t tag, pcidi_t type)); +static char* wdc_pci_probe __P((pcici_t tag, pcidi_t type)); static void wdc_pci_attach __P((pcici_t config_id, int unit)); static u_long wdc_pci_count = 0; @@ -56,7 +56,7 @@ static struct pci_device wdc_pci_driver = { DATA_SET (pcidevice_set, wdc_pci_driver); -static const char* +static char* wdc_pci_probe (pcici_t tag, pcidi_t type) { if (type == CMD640B_PCI_ID) |