diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 8480ca176a39..cf83b6cd5c5e 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -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. diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 8480ca176a39..cf83b6cd5c5e 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -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.