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 Restore the cardbus config line. Cardslot...



details:   https://anonhg.NetBSD.org/src/rev/0a2c1907da7e
branches:  trunk
changeset: 540319:0a2c1907da7e
user:      david <david%NetBSD.org@localhost>
date:      Mon Dec 09 16:24:39 2002 +0000

description:
Restore the cardbus config line. Cardslot is upset with pcmcia only.

diffstat:

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

diffs (27 lines):

diff -r de5fa69a7cba -r 0a2c1907da7e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Dec 09 16:13:58 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Dec 09 16:24:39 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.531 2002/12/09 15:50:57 perry Exp $
+# $NetBSD: GENERIC,v 1.532 2002/12/09 16:24:39 david Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.531 $"
+#ident                 "GENERIC-$Revision: 1.532 $"
 
 maxusers       32              # estimated number of users
 
@@ -341,7 +341,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