1.\" $NetBSD: sbus.4,v 1.11 2021/03/11 16:53:14 nia 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 xxxxxxxxxx -offset indent 65.It Xr esp 4 66NCR53c94 and compatible 67.Tn SCSI 68interfaces. 69.It Xr isp 4 70Qlogic 71.Tn SCSI 72interfaces. 73.El 74.Ss Network interfaces 75.Bl -tag -width xxxxxxxxxx -offset indent 76.It Xr le 4 77.Tn Lance 787990 series 79.Tn Ethernet 80interfaces. 81.It Xr hme 4 82.Dq Happy Meal 83.Tn Ethernet 84interfaces. 85.It Xr be 4 86.Dq Big Mac 87.Tn Ethernet 88board. 89.It Xr qe 4 90Quad Ethernet Controller 91board. 92.El 93.Ss Bridges 94.Bl -tag -width xxxxxxxxxx -offset indent 95.It Xr xbox 4 96an 97.Nm Sbus 98expansion box. 99.El 100.Ss Graphics devices 101.Bl -tag -width xxxxxxxxxx -offset indent 102.It Xr bwtwo 4 103framebuffer device. 104.It Xr cgthree 4 105framebuffer device. 106.It Xr cgsix 4 107framebuffer device. 108.It Xr pnozz 4 109framebuffer device. 110.It Xr tcx 4 111framebuffer device. 112.It Xr zx 4 113framebuffer device. 114.El 115.Ss Audio devices 116.Bl -tag -width xxxxxxxxxx -offset indent 117.It Xr audiocs 4 118CS4231 codec. 119.El 120.Ss Serial interfaces 121.Bl -tag -width xxxxxxxxxx -offset indent 122.It Xr magma 4 123Magma Serial/Parallel combo device. 124.El 125.Ss Floppy interfaces 126.Bl -tag -width xxxxxxxxxx -offset indent 127.It Xr fdc 4 128Floppy disk controller 129.El 130.Sh SEE ALSO 131.Xr intro 4 132.Sh HISTORY 133The machine-independent 134.Nm SBus 135subsystem appeared in 136.Nx 1.3 . 137