Add support for explicit 3C589D varients and XJ1336 modems
This commit is contained in:
parent
8e4ed0829d
commit
3accbba09b
@ -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.11 1997/12/05 04:33:58 nate Exp $
|
||||
# $Id: pccard.conf.sample,v 1.12 1997/12/07 05:20:56 nate Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -62,6 +62,14 @@ card "3Com Corporation" "3C589"
|
||||
remove echo 3Com Etherlink III removed
|
||||
remove /sbin/ifconfig ep0 delete
|
||||
|
||||
# 3Com Etherlink III 3C589D
|
||||
card "3Com Corporation" "3C589D"
|
||||
config 0x1 "ep0" ?
|
||||
insert echo 3Com Etherlink III inserted
|
||||
insert /etc/pccard_ether ep0
|
||||
remove echo 3Com Etherlink III removed
|
||||
remove /sbin/ifconfig ep0 delete
|
||||
|
||||
# LinkSys ethernet card
|
||||
card "E-CARD" "E-CARD"
|
||||
config 0x20 "ed0" 10
|
||||
@ -159,6 +167,12 @@ card "Megahertz" "XJ4336-CC4336"
|
||||
insert echo Megahertz XJ4336 inserted
|
||||
remove echo Megahertz XJ4336 removed
|
||||
|
||||
# Megahertz XJ1336
|
||||
card "U.S. Robotics" "XJ/CC1336"
|
||||
config 0x21 "sio2" 10
|
||||
insert echo U.S. Robotics XJ/CC1336 inserted
|
||||
remove echo U.S. Robotics XJ/CC1336 removed
|
||||
|
||||
# Omron ME2814 FAX/DATA MODEM
|
||||
card "OMRON" "ME2814 FAX/DATA MOD"
|
||||
config 0x23 "sio2" 3
|
||||
|
@ -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.11 1997/12/05 04:33:58 nate Exp $
|
||||
# $Id: pccard.conf.sample,v 1.12 1997/12/07 05:20:56 nate Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -62,6 +62,14 @@ card "3Com Corporation" "3C589"
|
||||
remove echo 3Com Etherlink III removed
|
||||
remove /sbin/ifconfig ep0 delete
|
||||
|
||||
# 3Com Etherlink III 3C589D
|
||||
card "3Com Corporation" "3C589D"
|
||||
config 0x1 "ep0" ?
|
||||
insert echo 3Com Etherlink III inserted
|
||||
insert /etc/pccard_ether ep0
|
||||
remove echo 3Com Etherlink III removed
|
||||
remove /sbin/ifconfig ep0 delete
|
||||
|
||||
# LinkSys ethernet card
|
||||
card "E-CARD" "E-CARD"
|
||||
config 0x20 "ed0" 10
|
||||
@ -159,6 +167,12 @@ card "Megahertz" "XJ4336-CC4336"
|
||||
insert echo Megahertz XJ4336 inserted
|
||||
remove echo Megahertz XJ4336 removed
|
||||
|
||||
# Megahertz XJ1336
|
||||
card "U.S. Robotics" "XJ/CC1336"
|
||||
config 0x21 "sio2" 10
|
||||
insert echo U.S. Robotics XJ/CC1336 inserted
|
||||
remove echo U.S. Robotics XJ/CC1336 removed
|
||||
|
||||
# Omron ME2814 FAX/DATA MODEM
|
||||
card "OMRON" "ME2814 FAX/DATA MOD"
|
||||
config 0x23 "sio2" 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user