summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-02-10 01:01:35 +0000
committermsmith <msmith@FreeBSD.org>1998-02-10 01:01:35 +0000
commit0cf9d3f89c735a4e93b399d1c70af4405445e946 (patch)
treecb5a630e922d67f9f5d3494cd892822d85b5ce9b
parenta34c15b9e173b0c281896471ab5c4f918846583f (diff)
downloadFreeBSD-src-0cf9d3f89c735a4e93b399d1c70af4405445e946.zip
FreeBSD-src-0cf9d3f89c735a4e93b399d1c70af4405445e946.tar.gz
Add entry for Eiger 33.6K modem
Submitted by: John Goerzen <jgoerzen@alexanderwohl.complete.org>
-rw-r--r--etc/defaults/pccard.conf9
-rw-r--r--etc/pccard.conf.sample9
2 files changed, 16 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index fac0dcd..1449ac9 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.12 1997/12/07 05:20:56 nate Exp $
+# $Id: pccard.conf.sample,v 1.13 1997/12/16 02:43:26 pst Exp $
# Generally available IO ports
io 0x240-0x360
@@ -261,6 +261,13 @@ card "IBM" "Push/Pop Modem(14.4"
insert echo IBM Push/Pop Modem inserted
remove echo IBM Push/Pop Modem removed
+# Eiger PCCARD modem
+# Apparently this modem does not work unless the recommended
+# init string (AT&F&C1&D2) is supplied.
+card "PCMCIA " "33.6K Fax/Modem "
+ config 23 "sio2" 5
+ insert echo Eiger 33.6K modem inserted
+ remove echo Eiger 33.6K modem removed
# BUG Linkboy D64K (ISDN)
card "BUG Inc." "Linkboy D64K"
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index fac0dcd..1449ac9 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.12 1997/12/07 05:20:56 nate Exp $
+# $Id: pccard.conf.sample,v 1.13 1997/12/16 02:43:26 pst Exp $
# Generally available IO ports
io 0x240-0x360
@@ -261,6 +261,13 @@ card "IBM" "Push/Pop Modem(14.4"
insert echo IBM Push/Pop Modem inserted
remove echo IBM Push/Pop Modem removed
+# Eiger PCCARD modem
+# Apparently this modem does not work unless the recommended
+# init string (AT&F&C1&D2) is supplied.
+card "PCMCIA " "33.6K Fax/Modem "
+ config 23 "sio2" 5
+ insert echo Eiger 33.6K modem inserted
+ remove echo Eiger 33.6K modem removed
# BUG Linkboy D64K (ISDN)
card "BUG Inc." "Linkboy D64K"
OpenPOWER on IntegriCloud