summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 14:50:32 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 14:50:32 +0000
commit8760ab7a11702ac115a8d6fa5b93c224c28531cd (patch)
treea70ecd79ad25476e08d4ebda1e35d71f649f5bf4 /sys/dev/vx
parent54dfcd8d2c9bf8bbe2230d10e9adabdecf0cfc71 (diff)
downloadFreeBSD-src-8760ab7a11702ac115a8d6fa5b93c224c28531cd.zip
FreeBSD-src-8760ab7a11702ac115a8d6fa5b93c224c28531cd.tar.gz
Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's not
needed.
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx.c3
-rw-r--r--sys/dev/vx/if_vx_eisa.c9
-rw-r--r--sys/dev/vx/if_vx_pci.c3
3 files changed, 0 insertions, 15 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c
index cbee001..70fc711 100644
--- a/sys/dev/vx/if_vx.c
+++ b/sys/dev/vx/if_vx.c
@@ -55,7 +55,6 @@
*/
#include "vx.h"
-#if NVX > 0
#if NVX < 4 /* These cost 4 bytes apiece, so give us 4 */
#undef NVX
@@ -1077,5 +1076,3 @@ vxmbufempty(sc)
untimeout(vxmbuffill, sc, sc->ch);
splx(s);
}
-
-#endif /* NVX > 0 */
diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c
index c700eb3..134c360 100644
--- a/sys/dev/vx/if_vx_eisa.c
+++ b/sys/dev/vx/if_vx_eisa.c
@@ -29,12 +29,6 @@
* $FreeBSD$
*/
-#include "eisa.h"
-#if NEISA > 0
-
-#include "vx.h"
-#if NVX > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -197,6 +191,3 @@ static driver_t vx_eisa_driver = {
static devclass_t vx_devclass;
DRIVER_MODULE(vx, eisa, vx_eisa_driver, vx_devclass, 0, 0);
-
-#endif /* NVX > 0 */
-#endif /* NEISA > 0 */
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c
index e4910ad..c9f918d 100644
--- a/sys/dev/vx/if_vx_pci.c
+++ b/sys/dev/vx/if_vx_pci.c
@@ -30,7 +30,6 @@
*/
#include "vx.h"
-#if NVX > 0
#include <sys/param.h>
#include <sys/systm.h>
@@ -138,5 +137,3 @@ static struct pci_device vxdevice = {
};
COMPAT_PCI_DRIVER (vx, vxdevice);
-
-#endif /* NVX */
OpenPOWER on IntegriCloud