From 0ee7b4ecbfb01499150f1f2c87db395387f2390d Mon Sep 17 00:00:00 2001 From: fair Date: Fri, 25 Apr 2003 03:03:07 +0000 Subject: [PATCH] Gaaaaaah! I should have double checked that pmax had been changed to match alpha, and they're different - alpha: ttyB0, pmax: ttya So, change the FILES section again to differentiate between alpha and pmax, plus add a clear statement in the first paragraph as to which computers listed are supported by which port. Hopefully this will properly answer PR 19752 --- share/man/man4/scc.4 | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/share/man/man4/scc.4 b/share/man/man4/scc.4 index a4b08b3febaf..44981dc67ad8 100644 --- a/share/man/man4/scc.4 +++ b/share/man/man4/scc.4 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $NetBSD: scc.4,v 1.4 2003/04/25 02:48:23 fair Exp $ +.\" $NetBSD: scc.4,v 1.5 2003/04/25 03:03:07 fair Exp $ .\" .Dd April 24, 2003 .Dt SCC 4 @@ -51,8 +51,17 @@ via the found on .Tn DEC 3000/300, 3000/500 and +.Po +supported by +.Nx Ns /alpha +.Pc , +and .Tn DECstation -5000 models in the /100, /20, and /240 series. +5000 models in the /100, /20, and /240 series +.Po +supported by +.Nx Ns /pmax +.Pc . .Pp Each .Tn SCC @@ -73,12 +82,20 @@ Speeds up to 230400 are supported by the chip and the motherboard, but speeds higher than 57600 do not work reliably without an external clock signal. .Sh FILES +.Ss alpha .Bl -tag -width Pa .It Pa /dev/ttyB0 .It Pa /dev/ttyB1 .It Pa /dev/ttyB2 .It Pa /dev/ttyB3 .El +.Ss pmax +.Bl -tag -width Pa +.It Pa /dev/ttya +.It Pa /dev/ttyb +.It Pa /dev/ttyc +.It Pa /dev/ttyd +.El .Pp The mapping from units to serial-hardware outlets is idiosyncratic. The even ports are wired serial connectors and the odd-numbered ports @@ -87,16 +104,16 @@ are reserved for mouse and keyboard. On machines with one port like .Tn "Personal DECstations" , the single device is -.Pa ttyB0 . +.Pa ttya . .Pp On the .Tn "5000/1xx" and .Tn "5000/2xx" , the first serial port (default serial console) is -.Pa ttyB2 +.Pa ttyc and the second port is -.Pa ttyB0 . +.Pa ttya . .Sh SEE ALSO .Xr intro 4 , .Xr ioasic 4 ,