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 add com at cardbus comment



details:   https://anonhg.NetBSD.org/src/rev/d844efb20896
branches:  trunk
changeset: 484836:d844efb20896
user:      joda <joda%NetBSD.org@localhost>
date:      Thu Apr 13 11:20:06 2000 +0000

description:
add com at cardbus comment

diffstat:

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

diffs (27 lines):

diff -r a661db55e8a6 -r d844efb20896 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Apr 13 11:18:24 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Apr 13 11:20:06 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.322 2000/04/10 07:58:18 haya Exp $
+#      $NetBSD: GENERIC,v 1.323 2000/04/13 11:20:06 joda Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.322 $"
+#ident                 "GENERIC-$Revision: 1.323 $"
 
 maxusers       32              # estimated number of users
 
@@ -314,6 +314,9 @@
 pcmcom*        at pcmcia? function ?           # PCMCIA multi-port serial cards
 com*   at pcmcom? slave ?              # ...and the slave devices
 
+# CardBus serial interfaces
+#com*  at cardbus? function ?          # Modems and serial cards
+
 # ISA serial interfaces
 #options       COM_HAYESP              # adds Hayes ESP serial board support
 com0   at isa? port 0x3f8 irq 4        # Standard PC serial ports



Home | Main Index | Thread Index | Old Index