- move list of supported adapters into a HARDWARE section
- sort the device list - some minor fixes MFC after: 3 days
This commit is contained in:
parent
cfd0562182
commit
7899e921a9
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd August 20, 2004
|
||||
.Dd September 4, 2004
|
||||
.Dt SNC 4 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -42,25 +42,28 @@ driver provides support for the
|
||||
.Tn Semiconductor
|
||||
.Tn SONIC
|
||||
Ethernet adapters.
|
||||
This currently supports the following card models:
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver supports the following cards:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
National Semiconductor DP83934AVQB
|
||||
.It
|
||||
NEC PC-9801N-15
|
||||
.It
|
||||
NEC PC-9801-84
|
||||
.It
|
||||
NEC PC-9801-83
|
||||
.It
|
||||
NEC PC-9801-104
|
||||
NEC PC-9801-84
|
||||
.It
|
||||
NEC PC-9801-103
|
||||
.It
|
||||
NEC PC-9801N-J02R PCMCIA
|
||||
NEC PC-9801-104
|
||||
.It
|
||||
NEC PC-9801N-J02 PCMCIA
|
||||
.It
|
||||
NEC PC-9801N-J02R PCMCIA
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
@ -79,13 +82,13 @@ card data structures and registers as 32 bit values
|
||||
makes code endianess independent.
|
||||
The
|
||||
.Tn SONIC
|
||||
is; however always in bigendian mode so it is necessary to
|
||||
is however always in big-endian mode so it is necessary to
|
||||
ensure that data structures shared
|
||||
between the
|
||||
.Tn CPU
|
||||
and the
|
||||
.Tn SONIC
|
||||
card are always in bigendian order.
|
||||
card are always in big-endian order.
|
||||
The
|
||||
.Nm
|
||||
driver supports the
|
||||
@ -94,7 +97,7 @@ C-Bus,
|
||||
and
|
||||
.Tn PnP
|
||||
buses.
|
||||
Support is also provided for legacy C-Bus.
|
||||
Support is also provided for the legacy C-Bus.
|
||||
.Sh DIAGNOSTICS
|
||||
The following driver specific error messages
|
||||
may be reported:
|
||||
|
Loading…
Reference in New Issue
Block a user