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 Comment out tr at pcmcia.



details:   https://anonhg.NetBSD.org/src/rev/c873f2d40958
branches:  trunk
changeset: 514598:c873f2d40958
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Sep 06 13:29:29 2001 +0000

description:
Comment out tr at pcmcia.

diffstat:

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

diffs (27 lines):

diff -r 3fdf65b4c536 -r c873f2d40958 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Sep 06 11:45:55 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Sep 06 13:29:29 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.420 2001/09/01 21:52:27 atatat Exp $
+#      $NetBSD: GENERIC,v 1.421 2001/09/06 13:29:29 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.420 $"
+#ident                 "GENERIC-$Revision: 1.421 $"
 
 maxusers       32              # estimated number of users
 
@@ -617,7 +617,8 @@
 ne*    at pcmcia? function ?           # NE2000-compatible Ethernet
 ray*   at pcmcia? function ?           # Raytheon Raylink (802.11)
 sm*    at pcmcia? function ?           # Megahertz Ethernet
-tr*    at pcmcia? function ?           # TROPIC based Token-Ring
+# tr at pcmcia has problems with Cardbus bridges
+#tr*   at pcmcia? function ?           # TROPIC based Token-Ring
 wi*    at pcmcia? function ?           # Lucent WaveLan IEEE (802.11)
 xi*    at pcmcia? function ?           # Xircom CreditCard Ethernet
 



Home | Main Index | Thread Index | Old Index