Add IC-CARD Ethernet card & AT&T V34+ Fax Modem

Submitted by:	Maxim Sobolev <sobomax@altavista.net>
This commit is contained in:
Brian Somers 1999-02-22 14:08:44 +00:00
parent f4373d473b
commit 3854f9f544
2 changed files with 30 additions and 2 deletions

View File

@ -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

View File

@ -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