Mention the PC Card devices known to work with this driver, as well

as some of the bugs there with.
This commit is contained in:
Warner Losh 2005-07-15 01:50:22 +00:00
parent 5e2f32718d
commit 4943ad2699
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148021

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd September 4, 2004
.Dd July 11, 2005
.Dt EX 4 i386
.Os
.Sh NAME
@ -39,12 +39,13 @@ The
driver provides support for Ethernet adapters based on the Intel
i82595 chip.
.Pp
The card will be searched for in the
On the ISA bus, the card will be searched for in the
I/O address range 0x200 - 0x3a0.
If the IRQ will be
read from the EEPROM on the card.
For correct operation on newer
cards the Plug-N-Play support should be disabled.
The IRQ will be read from the EEPROM on the card.
For correct operation Plug-N-Play support should be disabled.
.Pp
On the PC Card bus, the card will be automatically recognized and
configured.
.Sh HARDWARE
The
.Nm
@ -52,11 +53,17 @@ driver supports the following Ethernet adapters:
.Pp
.Bl -bullet -compact
.It
Intel EtherExpress Pro/10
Intel EtherExpress Pro/10 ISA
.It
Intel EtherExpress Pro/10+
Intel EtherExpress Pro/10+ ISA
.It
The Olicom OC2220
Olicom OC2220 Ethernet PC Card
.It
Olicom OC2232 Ethernet/Modem PC Card
.It
Silicom Ethernet LAN PC Card
.It
Silicom EtherSerial LAN PC Card
.El
.Sh DIAGNOSTICS
.Bl -diag
@ -85,7 +92,16 @@ The
.Nm
device driver was written by
.An Javier Mart\('in Rueda .
The PC Card attachment was written by
.An Mitsuru ISAWAKI
and
.An Warner Losh .
This manual page was written by
.An David E. O'Brien .
.Sh BUGS
Currently the driver does not support multicast.
.Pp
The Silicom EtherSerial card's serial port does not currently work.
The Olicom OC2232 PC Card should work with the
.Nm
driver, but is currently completely broken.