xref: /netbsd-src/share/man/man4/sbus.4 (revision d90047b5d07facf36e6c01dcc0bded8997ce9cc2)
1.\"	$NetBSD: sbus.4,v 1.10 2018/09/06 09:47:30 maxv Exp $
2.\"
3.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Paul Kranenburg.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.Dd September 6, 2018
31.Dt SBUS 4
32.Os
33.Sh NAME
34.Nm SBus
35.Nd introduction to machine-independent SBus bus support and drivers
36.Sh SYNOPSIS
37.Cd "sbus* at mainbus?"
38.Cd "sbus* at iommu?"
39.Cd "sbus* at xbox?"
40.Pp
41These
42.Nm
43attachments are specific to the
44.Nx Ns /sparc
45and
46.Nx Ns /sparc64
47ports.
48.Sh DESCRIPTION
49.Nm
50is a I/O interconnect bus mostly found in
51.Tn SPARC
52workstations and small to medium server class systems.
53It supports both on-board peripherals and extension boards.
54The
55.Nm
56specifications define the bus protocol as well as the electrical and
57mechanical properties of the extension slots.
58.Sh HARDWARE
59.Nx
60includes machine-independent
61.Nm
62drivers, sorted by device type and driver name:
63.Ss SCSI interfaces
64.Bl -tag -width xxxxxxxx -offset indent
65.It esp
66NCR53c94 and compatible
67.Tn SCSI
68interfaces.
69.It isp
70Qlogic
71.Tn SCSI
72interfaces.
73.El
74.Ss Network interfaces
75.Bl -tag -width xxxxxxxx -offset indent
76.It le
77.Tn Lance
787990 series
79.Tn Ethernet
80interfaces.
81.It hme
82.Dq Happy Meal
83.Tn Ethernet
84interfaces.
85.It be
86.Dq Big Mac
87.Tn Ethernet
88board.
89.It qe
90Quad Ethernet Controller
91board.
92.El
93.Ss Bridges
94.Bl -tag -width xxxxxxxx -offset indent
95.It xbox
96an
97.Nm Sbus
98expansion box.
99.El
100.Ss Graphics devices
101.Bl -tag -width xxxxxxxx -offset indent
102.It bwtwo
103framebuffer device.
104.It cgthree
105framebuffer device.
106.It cgsix
107framebuffer device.
108.It pnozz
109framebuffer device.
110.It tcx
111framebuffer device.
112.It zx
113framebuffer device.
114.El
115.Ss Audio devices
116.Bl -tag -width xxxxxxxx -offset indent
117.It audiocs
118CS4231 codec.
119.El
120.Ss Serial interfaces
121.Bl -tag -width xxxxxxxx -offset indent
122.It magma
123Magma Serial/Parallel combo device.
124.El
125.Ss Floppy interfaces
126.Bl -tag -width xxxxxxxx -offset indent
127.It fdc
128Floppy disk controller
129.El
130.Sh SEE ALSO
131.Xr audiocs 4 ,
132.Xr be 4 ,
133.Xr bwtwo 4 ,
134.Xr cgsix 4 ,
135.Xr cgthree 4 ,
136.Xr en 4 ,
137.Xr esp 4 ,
138.Xr fdc 4 ,
139.Xr hme 4 ,
140.Xr intro 4 ,
141.Xr isp 4 ,
142.Xr le 4 ,
143.Xr magma 4 ,
144.Xr pnozz 4 ,
145.Xr qe 4 ,
146.Xr tcx 4 ,
147.Xr xbox 4 ,
148.Xr zx 4
149.Sh HISTORY
150The machine-independent
151.Nm SBus
152subsystem appeared in
153.Nx 1.3 .
154