diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-09-11 18:35:57 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-11 18:35:57 +0000 |
| commit | c6446f7ff9ca7f584271f9c84dd9a0b41c017f40 (patch) | |
| tree | ca1f8a5284f6b9be2f8a37587fa801bd09836e98 /etc | |
| parent | 75fd258d75d57d416c879a1572d2404cf4bd229c (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/pccard.conf | 8 | ||||
| -rw-r--r-- | etc/pccard.conf.sample | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 8480ca176a39f..cf83b6cd5c5ed 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 8480ca176a39f..cf83b6cd5c5ed 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. |
