diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1999-07-25 01:56:16 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1999-07-25 01:56:16 +0000 |
commit | 3e6abceb66e82df153e35e00c9e6cd5a1bc83112 (patch) | |
tree | 315efd2e056f594e323a51722d1607662adcc8d3 /etc | |
parent | d5908dbeb502e4eeaa8c4eae1ab2713dc9fd8bde (diff) | |
download | FreeBSD-src-3e6abceb66e82df153e35e00c9e6cd5a1bc83112.zip FreeBSD-src-3e6abceb66e82df153e35e00c9e6cd5a1bc83112.tar.gz |
Added CyQ've ELA-010 Ethernet Card
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/pccard.conf | 8 | ||||
-rw-r--r-- | etc/pccard.conf.sample | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index f63432d..585adf2 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.37 1999/06/17 21:39:57 markm Exp $ +# $Id: pccard.conf.sample,v 1.38 1999/07/25 01:21:44 hosokawa Exp $ # Generally available IO ports io 0x240-0x360 @@ -192,6 +192,12 @@ card "D-Link" "DE-660" insert /etc/pccard_ether ed0 link0 -link1 remove /sbin/ifconfig ed0 delete +# CyQ've ELA-010 +card "CyQ've" "ELA-010" + config 0x20 "ed0" ? + insert /etc/pccard_ether ed0 + remove /sbin/ifconfig ed0 delete + # Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison) card "Intel" "EtherExpress(TM) PRO/100 PC C" config 0x1 "xe0" ? diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index f63432d..585adf2 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.37 1999/06/17 21:39:57 markm Exp $ +# $Id: pccard.conf.sample,v 1.38 1999/07/25 01:21:44 hosokawa Exp $ # Generally available IO ports io 0x240-0x360 @@ -192,6 +192,12 @@ card "D-Link" "DE-660" insert /etc/pccard_ether ed0 link0 -link1 remove /sbin/ifconfig ed0 delete +# CyQ've ELA-010 +card "CyQ've" "ELA-010" + config 0x20 "ed0" ? + insert /etc/pccard_ether ed0 + remove /sbin/ifconfig ed0 delete + # Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison) card "Intel" "EtherExpress(TM) PRO/100 PC C" config 0x1 "xe0" ? |