summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-05-03 19:08:43 +0000
committerbrian <brian@FreeBSD.org>1999-05-03 19:08:43 +0000
commit121f7415fcbd3d97d123594747d747d7b8add05a (patch)
tree3c78f114c8c597755dc7b0741448538211993def
parenta847a648b9c375cbd609d4818d72efd131125150 (diff)
downloadFreeBSD-src-121f7415fcbd3d97d123594747d747d7b8add05a.zip
FreeBSD-src-121f7415fcbd3d97d123594747d747d7b8add05a.tar.gz
Add 3Com/Noteworthy 56k modem
PR: 9187 Submitted by: Craig Leres <leres@ee.lbl.gov> Requested by: Nathan Ahlstrom <nrahlstr@winternet.com>
-rw-r--r--etc/defaults/pccard.conf8
-rw-r--r--etc/pccard.conf.sample8
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 9d338a9..733de82 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -8,7 +8,7 @@
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
-# $Id: pccard.conf.sample,v 1.31 1999/03/25 16:37:33 cwt Exp $
+# $Id: pccard.conf.sample,v 1.32 1999/04/25 10:27:22 brian Exp $
# Generally available IO ports
io 0x240-0x360
@@ -346,6 +346,12 @@ card "3Com" "3CXM/3CCM556"
insert echo 3Com PCMCIA 56K Modem inserted
remove echo 3Com PCMCIA 56K Modem removed
+# 3Com/NoteWorthy 56K modem (bundled with Toshiba notebooks)
+card "Toshiba America" "3CXM056-BNW"
+ config 0x20 "sio1" 3
+ insert echo NoteWorthy 56K PCMCIA Modem inserted
+ remove echo NoteWorthy 56K PCMCIA Modem removed
+
# BUG Linkboy D64K (ISDN)
card "BUG Inc." "Linkboy D64K"
config 0x23 "sio2" 3
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index 9d338a9..733de82 100644
--- a/etc/pccard.conf.sample
+++ b/etc/pccard.conf.sample
@@ -8,7 +8,7 @@
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
-# $Id: pccard.conf.sample,v 1.31 1999/03/25 16:37:33 cwt Exp $
+# $Id: pccard.conf.sample,v 1.32 1999/04/25 10:27:22 brian Exp $
# Generally available IO ports
io 0x240-0x360
@@ -346,6 +346,12 @@ card "3Com" "3CXM/3CCM556"
insert echo 3Com PCMCIA 56K Modem inserted
remove echo 3Com PCMCIA 56K Modem removed
+# 3Com/NoteWorthy 56K modem (bundled with Toshiba notebooks)
+card "Toshiba America" "3CXM056-BNW"
+ config 0x20 "sio1" 3
+ insert echo NoteWorthy 56K PCMCIA Modem inserted
+ remove echo NoteWorthy 56K PCMCIA Modem removed
+
# BUG Linkboy D64K (ISDN)
card "BUG Inc." "Linkboy D64K"
config 0x23 "sio2" 3
OpenPOWER on IntegriCloud