aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-09 17:07:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-09 17:07:30 +0000
commit579f45fa601b342ea72b6bfbb3190cf80f376bea (patch)
tree3907b4304cd51651ebf366e6831d2a9a86a334ee /sys/dev/vx
parent9f08adb16fe981278d2be230dbdbb69ee001452c (diff)
Notes
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c
index 2c629bf67b8f..99cf2792ffaa 100644
--- a/sys/dev/vx/if_vx_pci.c
+++ b/sys/dev/vx/if_vx_pci.c
@@ -137,11 +137,7 @@ static struct pci_device vxdevice = {
NULL
};
-#ifdef COMPAT_PCI_DRIVER
COMPAT_PCI_DRIVER (vx, vxdevice);
-#else
-DATA_SET (pcidevice_set, vxdevice);
-#endif /* COMPAT_PCI_DRIVER */
#endif /* NVX */
#endif /* NPCI */