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:
parent
2c9ca1a977
commit
3e4742ef6a
@ -8,7 +8,7 @@
|
|||||||
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
||||||
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
# 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
|
# Generally available IO ports
|
||||||
io 0x240-0x360
|
io 0x240-0x360
|
||||||
@ -47,7 +47,7 @@ card "ACCTON" "EN2212"
|
|||||||
|
|
||||||
# 3Com Etherlink III 3C589B, 3C589C
|
# 3Com Etherlink III 3C589B, 3C589C
|
||||||
card "3Com Corporation" "3C589"
|
card "3Com Corporation" "3C589"
|
||||||
config 0x1 "ep0" 11
|
config 0x1 "ep0" ?
|
||||||
insert echo 3Com Etherlink III inserted
|
insert echo 3Com Etherlink III inserted
|
||||||
insert /etc/pccard_ether ep0 -link0 link1
|
insert /etc/pccard_ether ep0 -link0 link1
|
||||||
# insert /etc/pccard_ether ep0 link0 -link1
|
# insert /etc/pccard_ether ep0 link0 -link1
|
||||||
@ -56,7 +56,7 @@ card "3Com Corporation" "3C589"
|
|||||||
|
|
||||||
# Farallon EtherMac
|
# Farallon EtherMac
|
||||||
card "Farallon" "ENet"
|
card "Farallon" "ENet"
|
||||||
config 0x1 "ep0" 11
|
config 0x1 "ep0" ?
|
||||||
insert echo Farallon EtherMac inserted
|
insert echo Farallon EtherMac inserted
|
||||||
insert /etc/pccard_ether ep0
|
insert /etc/pccard_ether ep0
|
||||||
# insert /etc/pccard_ether ep0 link0
|
# insert /etc/pccard_ether ep0 link0
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
# IRQ == 0 means "allocate free IRQ from IRQ pool"
|
||||||
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
|
# 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
|
# Generally available IO ports
|
||||||
io 0x240-0x360
|
io 0x240-0x360
|
||||||
@ -47,7 +47,7 @@ card "ACCTON" "EN2212"
|
|||||||
|
|
||||||
# 3Com Etherlink III 3C589B, 3C589C
|
# 3Com Etherlink III 3C589B, 3C589C
|
||||||
card "3Com Corporation" "3C589"
|
card "3Com Corporation" "3C589"
|
||||||
config 0x1 "ep0" 11
|
config 0x1 "ep0" ?
|
||||||
insert echo 3Com Etherlink III inserted
|
insert echo 3Com Etherlink III inserted
|
||||||
insert /etc/pccard_ether ep0 -link0 link1
|
insert /etc/pccard_ether ep0 -link0 link1
|
||||||
# insert /etc/pccard_ether ep0 link0 -link1
|
# insert /etc/pccard_ether ep0 link0 -link1
|
||||||
@ -56,7 +56,7 @@ card "3Com Corporation" "3C589"
|
|||||||
|
|
||||||
# Farallon EtherMac
|
# Farallon EtherMac
|
||||||
card "Farallon" "ENet"
|
card "Farallon" "ENet"
|
||||||
config 0x1 "ep0" 11
|
config 0x1 "ep0" ?
|
||||||
insert echo Farallon EtherMac inserted
|
insert echo Farallon EtherMac inserted
|
||||||
insert /etc/pccard_ether ep0
|
insert /etc/pccard_ether ep0
|
||||||
# insert /etc/pccard_ether ep0 link0
|
# insert /etc/pccard_ether ep0 link0
|
||||||
|
Loading…
Reference in New Issue
Block a user