From 7899e921a9ca1375731cb2996a6789b75bc26caa Mon Sep 17 00:00:00 2001 From: brueffer Date: Sat, 4 Sep 2004 11:13:32 +0000 Subject: [PATCH] - move list of supported adapters into a HARDWARE section - sort the device list - some minor fixes MFC after: 3 days --- share/man/man4/man4.i386/snc.4 | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/share/man/man4/man4.i386/snc.4 b/share/man/man4/man4.i386/snc.4 index 85a70d3afb96..62b0fa333fd1 100644 --- a/share/man/man4/man4.i386/snc.4 +++ b/share/man/man4/man4.i386/snc.4 @@ -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: