diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index cd836f146049..ab577b57e13f 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.113 1999/04/16 21:22:11 peter Exp $ + * $Id: autoconf.c,v 1.114 1999/04/18 15:50:34 peter Exp $ */ /* @@ -76,19 +76,14 @@ #include "isa.h" #if NISA > 0 -#ifdef OLD_BUS_ARCH -#include -#else device_t isa_bus_device = 0; -#endif /* OLD_BUS_ARCH */ #endif #include "pnp.h" #if NPNP > 0 -#ifdef OLD_BUS_ARCH +#include #include #endif -#endif #include "eisa.h" #if NEISA > 0 diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index cd836f146049..ab577b57e13f 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.113 1999/04/16 21:22:11 peter Exp $ + * $Id: autoconf.c,v 1.114 1999/04/18 15:50:34 peter Exp $ */ /* @@ -76,19 +76,14 @@ #include "isa.h" #if NISA > 0 -#ifdef OLD_BUS_ARCH -#include -#else device_t isa_bus_device = 0; -#endif /* OLD_BUS_ARCH */ #endif #include "pnp.h" #if NPNP > 0 -#ifdef OLD_BUS_ARCH +#include #include #endif -#endif #include "eisa.h" #if NEISA > 0