From 2cf80898392605a57bbe00e2f4a7c3ff07572ecc Mon Sep 17 00:00:00 2001 From: david Date: Wed, 4 Dec 2002 23:44:12 +0000 Subject: [PATCH] Include cbb, and its cardslot and pcmcia children. Needed by some wi cards. --- sys/arch/i386/conf/GENERIC | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7990bd190b97..ae2197534259 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.526 2002/11/22 12:21:02 wiz Exp $ +# $NetBSD: GENERIC,v 1.527 2002/12/04 23:44:12 david Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.526 $" +#ident "GENERIC-$Revision: 1.527 $" maxusers 32 # estimated number of users @@ -338,12 +338,12 @@ isapnp0 at isa? pcic* at isapnp? # CardBus bridge support -#cbb* at pci? dev ? function ? -#cardslot* at cbb? +cbb* at pci? dev ? function ? +cardslot* at cbb? # CardBus bus support -#cardbus* at cardslot? -#pcmcia* at cardslot? +cardbus* at cardslot? +pcmcia* at cardslot? # Coprocessor Support