diff options
-rw-r--r-- | etc/defaults/pccard.conf | 10 | ||||
-rw-r--r-- | etc/pccard.conf.sample | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index f3a7fb1..f63432d 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.36 1999/05/14 03:52:07 obrien Exp $ +# $Id: pccard.conf.sample,v 1.37 1999/06/17 21:39:57 markm Exp $ # Generally available IO ports io 0x240-0x360 @@ -95,6 +95,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" ? diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index f3a7fb1..f63432d 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.36 1999/05/14 03:52:07 obrien Exp $ +# $Id: pccard.conf.sample,v 1.37 1999/06/17 21:39:57 markm Exp $ # Generally available IO ports io 0x240-0x360 @@ -95,6 +95,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" ? |