summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9015a46..fac0dcd 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.11 1997/12/05 04:33:58 nate Exp $
+# $Id: pccard.conf.sample,v 1.12 1997/12/07 05:20:56 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
+# 3Com Etherlink III 3C589D
+card "3Com Corporation" "3C589D"
+ config 0x1 "ep0" ?
+ insert echo 3Com Etherlink III inserted
+ insert /etc/pccard_ether ep0
+ remove echo 3Com Etherlink III removed
+ remove /sbin/ifconfig ep0 delete
+
# LinkSys ethernet card
card "E-CARD" "E-CARD"
config 0x20 "ed0" 10
@@ -159,6 +167,12 @@ card "Megahertz" "XJ4336-CC4336"
insert echo Megahertz XJ4336 inserted
remove echo Megahertz XJ4336 removed
+# Megahertz XJ1336
+card "U.S. Robotics" "XJ/CC1336"
+ config 0x21 "sio2" 10
+ insert echo U.S. Robotics XJ/CC1336 inserted
+ remove echo U.S. Robotics XJ/CC1336 removed
+
# Omron ME2814 FAX/DATA MODEM
card "OMRON" "ME2814 FAX/DATA MOD"
config 0x23 "sio2" 3
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index 9015a46..fac0dcd 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.11 1997/12/05 04:33:58 nate Exp $
+# $Id: pccard.conf.sample,v 1.12 1997/12/07 05:20:56 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
+# 3Com Etherlink III 3C589D
+card "3Com Corporation" "3C589D"
+ config 0x1 "ep0" ?
+ insert echo 3Com Etherlink III inserted
+ insert /etc/pccard_ether ep0
+ remove echo 3Com Etherlink III removed
+ remove /sbin/ifconfig ep0 delete
+
# LinkSys ethernet card
card "E-CARD" "E-CARD"
config 0x20 "ed0" 10
@@ -159,6 +167,12 @@ card "Megahertz" "XJ4336-CC4336"
insert echo Megahertz XJ4336 inserted
remove echo Megahertz XJ4336 removed
+# Megahertz XJ1336
+card "U.S. Robotics" "XJ/CC1336"
+ config 0x21 "sio2" 10
+ insert echo U.S. Robotics XJ/CC1336 inserted
+ remove echo U.S. Robotics XJ/CC1336 removed
+
# Omron ME2814 FAX/DATA MODEM
card "OMRON" "ME2814 FAX/DATA MOD"
config 0x23 "sio2" 3
OpenPOWER on IntegriCloud