diff options
author | msmith <msmith@FreeBSD.org> | 1998-09-12 18:53:49 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-09-12 18:53:49 +0000 |
commit | 833f194f0a7ddcac783208323eed1aafb9bf5f86 (patch) | |
tree | 264e5b0b30fe2d2b31b54d7de32608fd0314866b | |
parent | ae481ffab6a51162fa568f591153cb67543a39b4 (diff) | |
download | FreeBSD-src-833f194f0a7ddcac783208323eed1aafb9bf5f86.zip FreeBSD-src-833f194f0a7ddcac783208323eed1aafb9bf5f86.tar.gz |
Add Compex Net-A and 3Com/USR/Megahertz 3CM556
Submitted by: Willem Jan Withagen <wjw@surf.IAE.nl> and Brian Handy <handy@lambic.physics.montana.edu>
-rw-r--r-- | etc/defaults/pccard.conf | 15 | ||||
-rw-r--r-- | etc/pccard.conf.sample | 15 |
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 |