From 6189641f30fb5fee991c818dbe9b6cba65b4807f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 9 Dec 2002 02:38:13 +0000 Subject: [PATCH] Don't want cardbus here, since there are no devices on it. Thanks to Krister Walfridsson for mentioning it. --- sys/arch/i386/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 80eb70eae5f6..f7d603b14d64 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.529 2002/12/07 07:26:51 jmc Exp $ +# $NetBSD: GENERIC,v 1.530 2002/12/09 02:38:13 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.529 $" +#ident "GENERIC-$Revision: 1.530 $" maxusers 32 # estimated number of users @@ -342,7 +342,7 @@ cbb* at pci? dev ? function ? cardslot* at cbb? # CardBus bus support -cardbus* at cardslot? +#cardbus* at cardslot? pcmcia* at cardslot? # Coprocessor Support