summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-12-05 04:33:58 +0000
committernate <nate@FreeBSD.org>1997-12-05 04:33:58 +0000
commitff417c501bdbe76af0906b9e4a7d057ced7d124e (patch)
tree400c0120c3baf5eefb704c7a965787392ee4a739 /etc
parente434f4878b7eb28e5b853f621ed9db40f4229be2 (diff)
downloadFreeBSD-src-ff417c501bdbe76af0906b9e4a7d057ced7d124e.zip
FreeBSD-src-ff417c501bdbe76af0906b9e4a7d057ced7d124e.tar.gz
- Added entries for LinkSys ethernet card and Apex Data Modem.
Submitted by: Ken Key <key@cs.utk.edu>
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/pccard.conf16
-rw-r--r--etc/pccard.conf.sample16
2 files changed, 30 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 8008777..2b93d23 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.9 1997/10/30 01:17:01 nate Exp $
+# $Id: pccard.conf.sample,v 1.10 1997/11/14 18:48:59 nate Exp $
# Generally available IO ports
io 0x240-0x360
@@ -62,6 +62,14 @@ card "3Com Corporation" "3C589"
remove echo 3Com Etherlink III removed
remove /sbin/ifconfig ep0 delete
+# LinkSys ethernet card
+card "E-CARD" "E-CARD"
+ config 0x20 "ed0" 10
+ insert echo "LinkSys card inserted"
+ insert /etc/pccard_ether ed0
+ remove echo "LinkSys card removed"
+ remove /sbin/ifconfig ed0 delete
+
# Farallon EtherMac
card "Farallon" "ENet"
config 0x1 "ep0" ?
@@ -107,6 +115,12 @@ card "AIWA CO.,LTD." "PV-JF288 "
insert echo AIWA PV-JF288 inserted
remove echo AIWA PV-JF288 removed
+# Apex Data 28.8 PC Card "MOBILE PLUS Cellular" modem.
+card "AD PC_CARD" "RC288ACL"
+ config 0x22 "sio2" 10
+ insert echo Apex Data Mobile Plus 28.8 Modem inserted
+ remove echo Apex Data Mobile Plus 28.8 Modem removed
+
# Megahertz XJ1144
card "MEGAHERTZ" "XJ1144"
config 0x23 "sio2" 10
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index 8008777..2b93d23 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.9 1997/10/30 01:17:01 nate Exp $
+# $Id: pccard.conf.sample,v 1.10 1997/11/14 18:48:59 nate Exp $
# Generally available IO ports
io 0x240-0x360
@@ -62,6 +62,14 @@ card "3Com Corporation" "3C589"
remove echo 3Com Etherlink III removed
remove /sbin/ifconfig ep0 delete
+# LinkSys ethernet card
+card "E-CARD" "E-CARD"
+ config 0x20 "ed0" 10
+ insert echo "LinkSys card inserted"
+ insert /etc/pccard_ether ed0
+ remove echo "LinkSys card removed"
+ remove /sbin/ifconfig ed0 delete
+
# Farallon EtherMac
card "Farallon" "ENet"
config 0x1 "ep0" ?
@@ -107,6 +115,12 @@ card "AIWA CO.,LTD." "PV-JF288 "
insert echo AIWA PV-JF288 inserted
remove echo AIWA PV-JF288 removed
+# Apex Data 28.8 PC Card "MOBILE PLUS Cellular" modem.
+card "AD PC_CARD" "RC288ACL"
+ config 0x22 "sio2" 10
+ insert echo Apex Data Mobile Plus 28.8 Modem inserted
+ remove echo Apex Data Mobile Plus 28.8 Modem removed
+
# Megahertz XJ1144
card "MEGAHERTZ" "XJ1144"
config 0x23 "sio2" 10
OpenPOWER on IntegriCloud