diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 76b5366091f76c9bc73570149ef5055648fc2c39 (patch) | |
| tree | 590d020e0f2a5bea6e09d66d951a674443b21d67 /sys/pci/if_ed_p.c | |
| parent | 4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff) | |
Diffstat (limited to 'sys/pci/if_ed_p.c')
| -rw-r--r-- | sys/pci/if_ed_p.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_ed_p.c b/sys/pci/if_ed_p.c index e14a96c50abd7..d284ee6074e06 100644 --- a/sys/pci/if_ed_p.c +++ b/sys/pci/if_ed_p.c @@ -17,7 +17,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.13 1998/03/17 10:54:23 danny Exp $ + * $Id: if_ed_p.c,v 1.12 1998/02/27 22:29:36 se Exp $ */ #include "pci.h" @@ -51,7 +51,7 @@ static struct _pcsid extern void *ed_attach_NE2000_pci __P((int, int)); -static const char* ed_pci_probe __P((pcici_t tag, pcidi_t type)); +static char* ed_pci_probe __P((pcici_t tag, pcidi_t type)); static void ed_pci_attach __P((pcici_t config_id, int unit)); static u_long ed_pci_count = NED; @@ -66,7 +66,7 @@ static struct pci_device ed_pci_driver = { DATA_SET (pcidevice_set, ed_pci_driver); -static const char* +static char* ed_pci_probe (pcici_t tag, pcidi_t type) { struct _pcsid *ep =pci_ids; |
