summaryrefslogtreecommitdiffstats
path: root/etc/pccard.conf.sample
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-02-22 14:08:44 +0000
committerbrian <brian@FreeBSD.org>1999-02-22 14:08:44 +0000
commitcbe16adbf842f276a10b8f5d5e192f23640b99df (patch)
tree8ddf8bb15dcc9eb27f334f56e0b25cef966a05a4 /etc/pccard.conf.sample
parent26f69ca0abe98264b8f3db89015ebd63e0178932 (diff)
downloadFreeBSD-src-cbe16adbf842f276a10b8f5d5e192f23640b99df.zip
FreeBSD-src-cbe16adbf842f276a10b8f5d5e192f23640b99df.tar.gz
Add IC-CARD Ethernet card & AT&T V34+ Fax Modem
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'etc/pccard.conf.sample')
-rw-r--r--etc/pccard.conf.sample16
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index 05005ba..c16a4df 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.27 1999/02/22 03:06:28 steve Exp $
+# $Id: pccard.conf.sample,v 1.28 1999/02/22 14:03:31 brian Exp $
# Generally available IO ports
io 0x240-0x360
@@ -441,3 +441,17 @@ card "3COM" "3CCM156"
config 0x23 "sio2 10
insert echo 3Com PCMCIA 56K modem inserted
remove echo 3Com PCMCIA 56K modem removed
+
+#AR-P500 ethernet card
+card "IC-CARD" "IC-CARD"
+ config 0x20 "ed0" 15
+ insert echo AR-P500 Ethernet card inserted
+ insert /etc/pccard_ether ed0
+ remove echo AR-P500 Ethernet card removed
+ remove ifconfig ed0 delete
+
+#Eiger 33.6 modem
+card "AT&T" "V34+ Fax Modem"
+ config 0x23 "sio1" 10
+ insert echo Eiger 33.6K modem inserted
+ remove echo Eiger 33.6K modem removed
OpenPOWER on IntegriCloud