mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 13:34:00 +01:00
Add the Fujitsu MBH10303
Submitted by: David Kulp <dkulp@neomorphic.com>
This commit is contained in:
parent
75fd258d75
commit
c6446f7ff9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39082
@ -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.19 1998/06/08 21:10:41 nate Exp $
|
||||
# $Id: pccard.conf.sample,v 1.20 1998/06/15 17:51:03 nate Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -124,6 +124,12 @@ card "DANPEX" "EN-6200P2"
|
||||
config 0x22 "ed0" 9
|
||||
insert /etc/pccard_ether ed0
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# Fujitsu MBH10303 Ethernet PCMCIA
|
||||
card "EAGLE Technology" "NE200 ETHERNET LAN MBH10303 "
|
||||
config 0x1 "fe0" ?
|
||||
insert /etc/pccard_ether fe0
|
||||
remove /sbin/ifconfig fe0 delete
|
||||
|
||||
# Telecom Device SuperSocket RE450T
|
||||
# Note: There are several revisions of the cardon the market.
|
||||
|
@ -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.19 1998/06/08 21:10:41 nate Exp $
|
||||
# $Id: pccard.conf.sample,v 1.20 1998/06/15 17:51:03 nate Exp $
|
||||
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
@ -124,6 +124,12 @@ card "DANPEX" "EN-6200P2"
|
||||
config 0x22 "ed0" 9
|
||||
insert /etc/pccard_ether ed0
|
||||
remove /sbin/ifconfig ed0 delete
|
||||
|
||||
# Fujitsu MBH10303 Ethernet PCMCIA
|
||||
card "EAGLE Technology" "NE200 ETHERNET LAN MBH10303 "
|
||||
config 0x1 "fe0" ?
|
||||
insert /etc/pccard_ether fe0
|
||||
remove /sbin/ifconfig fe0 delete
|
||||
|
||||
# Telecom Device SuperSocket RE450T
|
||||
# Note: There are several revisions of the cardon the market.
|
||||
|
Loading…
Reference in New Issue
Block a user