Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Sync the device names with reality; while we ...



details:   https://anonhg.NetBSD.org/src/rev/236d5eaf96a3
branches:  trunk
changeset: 759345:236d5eaf96a3
user:      hauke <hauke%NetBSD.org@localhost>
date:      Mon Dec 06 11:54:04 2010 +0000

description:
Sync the device names with reality; while we are here, polish a few
sentences, and mention the spif driver works on sun4u/sparc64.

diffstat:

 share/man/man4/spif.4 |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (59 lines):

diff -r 25b3ad6e7bd0 -r 236d5eaf96a3 share/man/man4/spif.4
--- a/share/man/man4/spif.4     Mon Dec 06 11:32:56 2010 +0000
+++ b/share/man/man4/spif.4     Mon Dec 06 11:54:04 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: spif.4,v 1.4 2008/03/15 11:40:38 plunky Exp $
+.\"     $NetBSD: spif.4,v 1.5 2010/12/06 11:54:04 hauke Exp $
 .\"     $OpenBSD: spif.4,v 1.12 2003/11/09 16:06:07 jmc Exp $
 .\"
 .\" Copyright (c) 1999 Jason L. Wright (jason%thought.net@localhost)
@@ -32,18 +32,16 @@
 .Nm spif
 .Nd SBus (spiffy) Serial/Parallel Interface
 .Sh SYNOPSIS
-.Cd "spif* at sbus? slot ? offset ?                " Pq "sun4c/sun4m"
-.Cd "stty* at spif?                                " Pq "sun4c/sun4m"
-.Cd "sbpp* at spif?                                " Pq "sun4c/sun4m"
+.Cd "spif* at sbus? slot ? offset ?                " Pq "sun4c/sun4m/sun4u"
+.Cd "stty* at spif?                                " Pq "sun4c/sun4m/sun4u"
+.Cd "sbpp* at spif?                                " Pq "sun4c/sun4m/sun4u"
 .Sh DESCRIPTION
 The
 .Nm spif
 driver provides support for the Sun Serial/Parallel Interface card
-(Sun part number 501-1931)
-based around the
+(Sun part number 501-1931), which is based on the
 Cirrus Logic CD180 octal serial controller
-and the
-Cirrus Logic PPC2 parallel port controller.
+and the Cirrus Logic PPC2 parallel port controller.
 .Pp
 The device minor numbers for this driver are encoded as follows:
 .Bd -literal
@@ -67,10 +65,10 @@
 Each of the serial ports has an 8 byte FIFO for receive and transmit as
 well as automatic hardware (RTS/CTS) flow control.
 .Sh FILES
-.Bl -tag -width /dev/tty[jkl][0-7] -compact
-.It /dev/tty[jkl][0-7]
+.Bl -tag -width /dev/ttyS[0123][0-7] -compact
+.It /dev/ttyS[0123][0-7]
 Serial ports
-.It /dev/sbpp[0-3]
+.It /dev/bppS[0-3]
 Parallel ports
 .El
 .Sh DIAGNOSTICS
@@ -88,8 +86,10 @@
 .Sh HISTORY
 The
 .Nm spif
-driver was first supported in
+adapter was first supported in
 .Ox 2.5 .
+The driver was ported to
+.Nx 3.0 .
 .Sh AUTHORS
 .An -nosplit
 The driver was written by



Home | Main Index | Thread Index | Old Index