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



details:   https://anonhg.NetBSD.org/src/rev/b6632af805d1
branches:  trunk
changeset: 484837:b6632af805d1
user:      joda <joda%NetBSD.org@localhost>
date:      Thu Apr 13 11:21:18 2000 +0000

description:
add com at cardbus

diffstat:

 sys/arch/i386/conf/CARDBUS |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d844efb20896 -r b6632af805d1 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Thu Apr 13 11:20:06 2000 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Thu Apr 13 11:21:18 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.12 2000/03/22 00:58:20 cgd Exp $
+#      $NetBSD: CARDBUS,v 1.13 2000/04/13 11:21:18 joda Exp $
 #
 #      CARDBUS -- GENERIC + CardBus support
 #
@@ -274,6 +274,9 @@
 pcmcom*        at pcmcia? function ?           # PCMCIA multi-port serial cards
 com*   at pcmcom? slave ?              # ...and the slave devices
 
+# CardBus serial interfaces
+com*   at cardbus? dev ? 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