summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/pccard.conf15
-rw-r--r--etc/pccard.conf.sample15
2 files changed, 28 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index cf83b6c..3f2875b 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.20 1998/06/15 17:51:03 nate Exp $
+# $Id: pccard.conf.sample,v 1.21 1998/09/11 18:35:57 msmith Exp $
# Generally available IO ports
io 0x240-0x360
@@ -130,6 +130,13 @@ card "EAGLE Technology" "NE200 ETHERNET LAN MBH10303 "
config 0x1 "fe0" ?
insert /etc/pccard_ether fe0
remove /sbin/ifconfig fe0 delete
+
+# Compex Net-A adapter
+card "Ethernet" "Adapter"
+ config 0x1 "ed0" 11
+ ether 0xff0
+ insert /etc/pccard_ether ed0
+ remove /sbin/ifconfig ed0 delete
# Telecom Device SuperSocket RE450T
# Note: There are several revisions of the cardon the market.
@@ -309,6 +316,12 @@ card "U.S. Robotics" "XJ/CC1560J"
insert echo U.S. Robotics XJ1560J inserted
remove echo U.S. Robotics XJ1560J removed
+# 3com/USR/Megahertz 3CCM556
+card "3Com" "3CXM/3CCM556"
+ config 0x23 "sio2" 10
+ insert echo 3Com PCMCIA 56K Modem inserted
+ remove echo 3Com PCMCIA 56K 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 cf83b6c..3f2875b 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.20 1998/06/15 17:51:03 nate Exp $
+# $Id: pccard.conf.sample,v 1.21 1998/09/11 18:35:57 msmith Exp $
# Generally available IO ports
io 0x240-0x360
@@ -130,6 +130,13 @@ card "EAGLE Technology" "NE200 ETHERNET LAN MBH10303 "
config 0x1 "fe0" ?
insert /etc/pccard_ether fe0
remove /sbin/ifconfig fe0 delete
+
+# Compex Net-A adapter
+card "Ethernet" "Adapter"
+ config 0x1 "ed0" 11
+ ether 0xff0
+ insert /etc/pccard_ether ed0
+ remove /sbin/ifconfig ed0 delete
# Telecom Device SuperSocket RE450T
# Note: There are several revisions of the cardon the market.
@@ -309,6 +316,12 @@ card "U.S. Robotics" "XJ/CC1560J"
insert echo U.S. Robotics XJ1560J inserted
remove echo U.S. Robotics XJ1560J removed
+# 3com/USR/Megahertz 3CCM556
+card "3Com" "3CXM/3CCM556"
+ config 0x23 "sio2" 10
+ insert echo 3Com PCMCIA 56K Modem inserted
+ remove echo 3Com PCMCIA 56K Modem removed
+
# BUG Linkboy D64K (ISDN)
card "BUG Inc." "Linkboy D64K"
config 0x23 "sio2" 3
OpenPOWER on IntegriCloud