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 Due to popular demand (hi Bernd), comment...



details:   https://anonhg.NetBSD.org/src/rev/848ed717b383
branches:  trunk
changeset: 481626:848ed717b383
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Feb 02 20:39:35 2000 +0000

description:
Due to popular demand (hi Bernd), comment out the CardBus entries.
Appearently it doesn't work for some chipsets.  I think the right way
to fix this would be to only let cbb attach to the working chipsets...

diffstat:

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

diffs (64 lines):

diff -r c2de83e963c1 -r 848ed717b383 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Feb 02 20:17:13 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Feb 02 20:39:35 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.297 2000/02/02 20:17:13 augustss Exp $
+#      $NetBSD: GENERIC,v 1.298 2000/02/02 20:39:35 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.297 $"
+#ident                 "GENERIC-$Revision: 1.298 $"
 
 maxusers       32              # estimated number of users
 
@@ -248,11 +248,11 @@
 pcic*  at isapnp?
 
 # CardBus bus support
-cbb*           at pci? dev ? function ?
-cardslot*      at cbb? 
+#cbb*          at pci? dev ? function ?
+#cardslot*     at cbb? 
 
-cardbus*       at cardslot?
-pcmcia*                at cardslot?
+#cardbus*      at cardslot?
+#pcmcia*       at cardslot?
 
 # Coprocessor Support
 
@@ -383,7 +383,7 @@
 wds1   at isa? port 0x358 irq 11 drq 5
 
 # CardBus SCSI cards
-ahc*   at cardbus? dev ? function ?    # Adaptec ADP-1480
+#ahc*  at cardbus? dev ? function ?    # Adaptec ADP-1480
 
 # SCSI bus support
 scsibus* at adv?
@@ -555,9 +555,9 @@
 we1    at isa? port 0x300 iomem 0xcc000 irq 10
 
 # CardBus network cards
-ex*    at cardbus? dev ? function ?    # 3Com 3C575TX
-fxp*   at cardbus? dev ? function ?    # Intel i8255x
-tlp*   at cardbus? dev ? function ?    # DECchip 21143
+#ex*   at cardbus? dev ? function ?    # 3Com 3C575TX
+#fxp*  at cardbus? dev ? function ?    # Intel i8255x
+#tlp*  at cardbus? dev ? function ?    # DECchip 21143
 
 # MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
@@ -580,7 +580,7 @@
 ohci*  at pci? dev ? function ?        # Open Host Controller
 
 # CardBus USB controllers
-ohci*  at cardbus? dev ? function ?    # Open Host Controller
+#ohci* at cardbus? dev ? function ?    # Open Host Controller
 
 # USB bus support
 usb*   at uhci?



Home | Main Index | Thread Index | Old Index