mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
- Added entries for LinkSys ethernet card and Apex Data Modem.
Submitted by: Ken Key <key@cs.utk.edu>
This commit is contained in:
parent
c7a0bf0440
commit
fc018b804b
2 changed files with 30 additions and 2 deletions
|
|
@ -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.9 1997/10/30 01:17:01 nate Exp $
|
||||
# $Id: pccard.conf.sample,v 1.10 1997/11/14 18:48:59 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
|
||||
|
||||
# LinkSys ethernet card
|
||||
card "E-CARD" "E-CARD"
|
||||
config 0x20 "ed0" 10
|
||||
insert echo "LinkSys card inserted"
|
||||
insert /etc/pccard_ether ed0
|
||||
remove echo "LinkSys card removed"
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# Farallon EtherMac
|
||||
card "Farallon" "ENet"
|
||||
config 0x1 "ep0" ?
|
||||
|
|
@ -107,6 +115,12 @@ card "AIWA CO.,LTD." "PV-JF288 "
|
|||
insert echo AIWA PV-JF288 inserted
|
||||
remove echo AIWA PV-JF288 removed
|
||||
|
||||
# Apex Data 28.8 PC Card "MOBILE PLUS Cellular" modem.
|
||||
card "AD PC_CARD" "RC288ACL"
|
||||
config 0x22 "sio2" 10
|
||||
insert echo Apex Data Mobile Plus 28.8 Modem inserted
|
||||
remove echo Apex Data Mobile Plus 28.8 Modem removed
|
||||
|
||||
# Megahertz XJ1144
|
||||
card "MEGAHERTZ" "XJ1144"
|
||||
config 0x23 "sio2" 10
|
||||
|
|
|
|||
|
|
@ -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.9 1997/10/30 01:17:01 nate Exp $
|
||||
# $Id: pccard.conf.sample,v 1.10 1997/11/14 18:48:59 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
|
||||
|
||||
# LinkSys ethernet card
|
||||
card "E-CARD" "E-CARD"
|
||||
config 0x20 "ed0" 10
|
||||
insert echo "LinkSys card inserted"
|
||||
insert /etc/pccard_ether ed0
|
||||
remove echo "LinkSys card removed"
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# Farallon EtherMac
|
||||
card "Farallon" "ENet"
|
||||
config 0x1 "ep0" ?
|
||||
|
|
@ -107,6 +115,12 @@ card "AIWA CO.,LTD." "PV-JF288 "
|
|||
insert echo AIWA PV-JF288 inserted
|
||||
remove echo AIWA PV-JF288 removed
|
||||
|
||||
# Apex Data 28.8 PC Card "MOBILE PLUS Cellular" modem.
|
||||
card "AD PC_CARD" "RC288ACL"
|
||||
config 0x22 "sio2" 10
|
||||
insert echo Apex Data Mobile Plus 28.8 Modem inserted
|
||||
remove echo Apex Data Mobile Plus 28.8 Modem removed
|
||||
|
||||
# Megahertz XJ1144
|
||||
card "MEGAHERTZ" "XJ1144"
|
||||
config 0x23 "sio2" 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue