diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 1999-08-29 02:49:02 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 1999-08-29 02:49:02 +0000 |
| commit | 950b5c0f16ea3c044d546a310fda8645b76ed848 (patch) | |
| tree | e0ba75848860984c25ffba447c873197f4c746e9 | |
| parent | 072ad8eb6d6462315d19ecb7e0f7cadc66e069eb (diff) | |
Notes
| -rw-r--r-- | etc/pccard.conf.sample | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index f5e63ea8e54b..9975482e33e1 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$ +# $Id: pccard.conf.sample,v 1.24.2.9 1999/08/26 22:01:06 kuriyama Exp $ # Generally available IO ports io 0x240-0x360 @@ -70,6 +70,14 @@ card "3Com Corporation" "3C589D" remove echo 3Com Etherlink III removed remove /sbin/ifconfig ep0 delete +# 3Com Fast Etherlink 3C574TX +card "3Com" "3C574-TX Fast EtherLink PC Ca" + config 0x1 "ep0" ? 0x1 + insert echo 3Com Fast Etherlink 3C574TX inserted + insert /etc/pccard_ether ep0 + remove echo 3Com Fast Etherlink 3C574TX removed + remove /sbin/ifconfig ep0 delete + # LinkSys ethernet card card "E-CARD" "E-CARD" config 0x20 "ed0" ? @@ -159,6 +167,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" ? |
