From 442ed3a3c4e2111705b926f0a50c228c15e440a0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Nov 2000 14:31:47 +0000 Subject: [PATCH] Enabled the used include of -- don't depend on evil namespace pollution in . This was half fixed in rev.1.3 of midwayreg.h. The pollution exposed the bug that this driver was using toy versions of the bus space macros under FreeBSD. Disabling the toy versions made this driver compile and maybe support PIO space, but dependent on the pollution. --- sys/dev/en/midway.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c index f2bfbee14160..36b6f495574c 100644 --- a/sys/dev/en/midway.c +++ b/sys/dev/en/midway.c @@ -143,7 +143,7 @@ #include #endif -#if !defined(sparc) && !defined(__FreeBSD__) +#ifndef sparc #include #endif