Remove the hardcoding of the IRQ, and instead have it determine a free

IRQ.

For now only enable on the 3C589 until other cards have been tested.
This commit is contained in:
Nate Williams 1996-06-19 01:28:07 +00:00
parent 2c9ca1a977
commit 3e4742ef6a
2 changed files with 6 additions and 6 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.2 1996/03/18 20:15:24 nate Exp $
# $Id: pccard.conf.sample,v 1.3 1996/06/14 21:41:48 nate Exp $
# Generally available IO ports
io 0x240-0x360
@ -47,7 +47,7 @@ card "ACCTON" "EN2212"
# 3Com Etherlink III 3C589B, 3C589C
card "3Com Corporation" "3C589"
config 0x1 "ep0" 11
config 0x1 "ep0" ?
insert echo 3Com Etherlink III inserted
insert /etc/pccard_ether ep0 -link0 link1
# insert /etc/pccard_ether ep0 link0 -link1
@ -56,7 +56,7 @@ card "3Com Corporation" "3C589"
# Farallon EtherMac
card "Farallon" "ENet"
config 0x1 "ep0" 11
config 0x1 "ep0" ?
insert echo Farallon EtherMac inserted
insert /etc/pccard_ether ep0
# insert /etc/pccard_ether ep0 link0

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.2 1996/03/18 20:15:24 nate Exp $
# $Id: pccard.conf.sample,v 1.3 1996/06/14 21:41:48 nate Exp $
# Generally available IO ports
io 0x240-0x360
@ -47,7 +47,7 @@ card "ACCTON" "EN2212"
# 3Com Etherlink III 3C589B, 3C589C
card "3Com Corporation" "3C589"
config 0x1 "ep0" 11
config 0x1 "ep0" ?
insert echo 3Com Etherlink III inserted
insert /etc/pccard_ether ep0 -link0 link1
# insert /etc/pccard_ether ep0 link0 -link1
@ -56,7 +56,7 @@ card "3Com Corporation" "3C589"
# Farallon EtherMac
card "Farallon" "ENet"
config 0x1 "ep0" 11
config 0x1 "ep0" ?
insert echo Farallon EtherMac inserted
insert /etc/pccard_ether ep0
# insert /etc/pccard_ether ep0 link0