Thu Mar 11 17:01:55 2021 UTC ()
Use inline cross-references.

Remove dead reference.


(nia)
diff -r1.8 -r1.9 src/share/man/man4/tc.4

cvs diff -r1.8 -r1.9 src/share/man/man4/tc.4 (expand / switch to unified diff)

--- src/share/man/man4/tc.4 2021/02/26 11:12:45 1.8
+++ src/share/man/man4/tc.4 2021/03/11 17:01:55 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: tc.4,v 1.8 2021/02/26 11:12:45 nia Exp $ 1.\" $NetBSD: tc.4,v 1.9 2021/03/11 17:01:55 nia Exp $
2.\" 2.\"
3.\" Copyright (c) 1996, 1997 Jonathan Stone. 3.\" Copyright (c) 1996, 1997 Jonathan Stone.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -55,70 +55,57 @@ devices. @@ -55,70 +55,57 @@ devices.
55Drivers for 55Drivers for
56.Tn TURBOchannel 56.Tn TURBOchannel
57devices not listed here are machine-dependent. 57devices not listed here are machine-dependent.
58Consult your system's 58Consult your system's
59.Xr intro 4 59.Xr intro 4
60for additional information. 60for additional information.
61.Sh HARDWARE 61.Sh HARDWARE
62.Nx 62.Nx
63includes machine-independent 63includes machine-independent
64.Tn TURBOchannel 64.Tn TURBOchannel
65drivers, sorted by device type and driver name: 65drivers, sorted by device type and driver name:
66.Ss SCSI interfaces 66.Ss SCSI interfaces
67.Bl -tag -width pcdisplay -offset indent 67.Bl -tag -width pcdisplay -offset indent
68.It asc 68.It Xr tcds 4
69PMAZ-A single-channel SCSI adapter 
70.It tcds 
71PMAZ-DS, PMAZ-FS, PMAZB-AA and PMAZC-AA dual-channel SCSI adapters 69PMAZ-DS, PMAZ-FS, PMAZB-AA and PMAZC-AA dual-channel SCSI adapters
72.El 70.El
73.Ss Network interfaces 71.Ss Network interfaces
74.Bl -tag -width pcdisplay -offset indent 72.Bl -tag -width pcdisplay -offset indent
75.It le 73.It Xr le 4
76LANCE Ethernet interface 74LANCE Ethernet interface
77.El 75.El
78.Ss Frame buffers 76.Ss Frame buffers
79.Bl -tag -width pcdisplay -offset indent 77.Bl -tag -width pcdisplay -offset indent
80.It cfb 78.It Xr cfb 4
81PMAG-B CX colour unaccelerated 2-D framebuffer 79PMAG-B CX colour unaccelerated 2-D framebuffer
82.It mfb 80.It Xr mfb 4
83PMAG-A MX monochrome framebuffer 81PMAG-A MX monochrome framebuffer
84.It px 82.It Xr px 4
85PMAG-C PX accelerated graphics boards 83PMAG-C PX accelerated graphics boards
86.It pxg 84.It Xr pxg 4
87PMAG-D, PMAG-E and PMAG-F PXG accelerated graphics 85PMAG-D, PMAG-E and PMAG-F PXG accelerated graphics
88boards 86boards
89.It sfb 87.It Xr sfb 4
90PMAGB-BA HX colour unaccelerated 2-D framebuffer 88PMAGB-BA HX colour unaccelerated 2-D framebuffer
91.It tfb 89.It Xr tfb 4
92PMAG-J TX 24-bit colour unaccelerated 2-D framebuffer 90PMAG-J TX 24-bit colour unaccelerated 2-D framebuffer
93.El 91.El
94.Ss Miscellaneous 92.Ss Miscellaneous
95.Bl -tag -width pcdisplay -offset indent 93.Bl -tag -width pcdisplay -offset indent
96.It ioasic 94.It Xr ioasic 4
97baseboard IO control ASIC for DEC TURBOchannel systems 95baseboard IO control ASIC for DEC TURBOchannel systems
98.It tcu 96.It Xr tcu 4
99TC-USB USB host and GPIO option 97TC-USB USB host and GPIO option
100.El 98.El
101.Sh SEE ALSO 99.Sh SEE ALSO
102.Xr asc 4 , 
103.Xr cfb 4 , 
104.Xr fta 4 , 
105.Xr intro 4 , 100.Xr intro 4 ,
106.Xr ioasic 4 , 101.Xr tc 9
107.Xr le 4 , 
108.Xr mfb 4 , 
109.Xr px 4 , 
110.Xr pxg 4 , 
111.Xr sfb 4 , 
112.Xr tcds 4 , 
113.Xr tcu 4 , 
114.Xr tfb 4 
115.Sh HISTORY 102.Sh HISTORY
116The 103The
117.Nm 104.Nm
118driver first appeared in 105driver first appeared in
119.Nx 1.1 . 106.Nx 1.1 .
120.Sh BUGS 107.Sh BUGS
121The 108The
122.Nm 109.Nm
123driver makes poor use of interrupt priority on the 5000/1xx series 110driver makes poor use of interrupt priority on the 5000/1xx series
124systems. 111systems.