diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 05005ba4e18c..c16a4df2d979 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.27 1999/02/22 03:06:28 steve Exp $ +# $Id: pccard.conf.sample,v 1.28 1999/02/22 14:03:31 brian Exp $ # Generally available IO ports io 0x240-0x360 @@ -441,3 +441,17 @@ card "3COM" "3CCM156" config 0x23 "sio2 10 insert echo 3Com PCMCIA 56K modem inserted remove echo 3Com PCMCIA 56K modem removed + +#AR-P500 ethernet card +card "IC-CARD" "IC-CARD" + config 0x20 "ed0" 15 + insert echo AR-P500 Ethernet card inserted + insert /etc/pccard_ether ed0 + remove echo AR-P500 Ethernet card removed + remove ifconfig ed0 delete + +#Eiger 33.6 modem +card "AT&T" "V34+ Fax Modem" + config 0x23 "sio1" 10 + insert echo Eiger 33.6K modem inserted + remove echo Eiger 33.6K modem removed diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 05005ba4e18c..c16a4df2d979 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.27 1999/02/22 03:06:28 steve Exp $ +# $Id: pccard.conf.sample,v 1.28 1999/02/22 14:03:31 brian Exp $ # Generally available IO ports io 0x240-0x360 @@ -441,3 +441,17 @@ card "3COM" "3CCM156" config 0x23 "sio2 10 insert echo 3Com PCMCIA 56K modem inserted remove echo 3Com PCMCIA 56K modem removed + +#AR-P500 ethernet card +card "IC-CARD" "IC-CARD" + config 0x20 "ed0" 15 + insert echo AR-P500 Ethernet card inserted + insert /etc/pccard_ether ed0 + remove echo AR-P500 Ethernet card removed + remove ifconfig ed0 delete + +#Eiger 33.6 modem +card "AT&T" "V34+ Fax Modem" + config 0x23 "sio1" 10 + insert echo Eiger 33.6K modem inserted + remove echo Eiger 33.6K modem removed