Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Don't want cardbus here, since there are ...



details:   https://anonhg.NetBSD.org/src/rev/c8ba74bf7b53
branches:  trunk
changeset: 540277:c8ba74bf7b53
user:      david <david%NetBSD.org@localhost>
date:      Mon Dec 09 02:38:13 2002 +0000

description:
Don't want cardbus here, since there are no devices on it.
Thanks to Krister Walfridsson for mentioning it.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 943e5792aa6b -r c8ba74bf7b53 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Dec 09 01:23:53 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Dec 09 02:38:13 2002 +0000
@@ -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 @@
 
 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 @@
 cardslot*      at cbb?
 
 # CardBus bus support
-cardbus*       at cardslot?
+#cardbus*      at cardslot?
 pcmcia*        at cardslot?
 
 # Coprocessor Support



Home | Main Index | Thread Index | Old Index