diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-24 20:17:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-24 20:17:05 +0000 |
| commit | 96b3554e5c90242d0c5eea10fc394975d03303a8 (patch) | |
| tree | df3ac2ff838e9910e3d3aeba252766e697e2dc6a /sys/dev/ed | |
| parent | 46f40af05253fcf39fcddabbe20a6b365fe73e4c (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed_pci.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index e14a96c50abd..ee47d80285aa 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.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.14 1998/12/14 05:47:27 dillon Exp $ */ #include "pci.h" @@ -64,7 +64,11 @@ static struct pci_device ed_pci_driver = { NULL }; +#ifdef COMPAT_PCI_DRIVER +COMPAT_PCI_DRIVER (ed_pci, ed_pci_driver); +#else DATA_SET (pcidevice_set, ed_pci_driver); +#endif /* COMPAT_PCI_DRIVER */ static const char* ed_pci_probe (pcici_t tag, pcidi_t type) |
