xref: /netbsd-src/share/man/man4/man4.macppc/mesh.4 (revision 633f3639db593aa92599e0f49563a30ce60059e2)
1.\"	$NetBSD: mesh.4,v 1.4 2017/02/17 22:24:47 christos Exp $
2.\"
3.\" Copyright (c) 2003 Alex Zepeda <zipzippy@sonic.net>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"      This product includes software developed by Alex Zepeda.
17.\" 4. The name of the author may not be used to endorse or promote products
18.\"    derived from this software without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.Dd February 17, 2017
32.Dt MESH 4 macppc
33.Os
34.Sh NAME
35.Nm mesh
36.Nd Apple Macintosh Enhanced SCSI Hardware driver
37.Sh SYNOPSIS
38.Cd "mesh* at obio? flags 0xffff"
39.Cd "scsibus* at mesh?"
40.Sh DESCRIPTION
41The
42.Nm
43driver provides support for the SCSI host adapters found on
44most supported models with on-board SCSI.  The Apple Network Server models
45use the
46.Xr esp 4
47and
48.Xr esiop 4
49devices for SCSI, not
50.Nm .
51.Pp
52Models supported by
53.Nm
54are:
55.Bl -dash -compact -offset indent
56.It
57Apple PowerBook (2400, 3400, G3, and G3 Series)
58.It
59Apple PowerBook (G3 Series (bronze keyboard))
60.It
61Apple Power Macintosh/Performa (4400, 54xx, 5500, 6300/160, 6360, 6400, and
626500)
63.It
64Apple Power Macintosh (7300, 7500, 7600, 8500, 8600, 9500, and 9600)
65.It
66Apple Workgroup Server 8550
67.It
68Apple Power Macintosh G3 (Beige G3)
69.It
70APS Tech (M*Power 604e/200)
71.It
72Motorola StarMax (3000, 4000, 5000, and 5500)
73.It
74Power Computing (PowerBase, PowerCenter, PowerCenter Pro, PowerCurve,
75PowerTower, PowerTower Pro, and PowerWave)
76.It
77UMAX (Apus 2000, Apus 3000, C500, and C600)
78.It
79UMAX (J700, S900)
80.El
81.Pp
82Some models have a separate SCSI bus dedicated to external devices using
83the
84.Xr esp 4
85device.
86On these systems, the
87.Nm
88SCSI bus is operated in SCSI
89.Sq Fast
90mode
91.Pq "10 MB/s"
92and the external
93.Xr esp 4
94bus is operated at 5 MB/s.  This applies only to the following models:
95.Bl -dash -compact -offset indent
96.It
97Apple Power Macintosh (7300, 7500, 7600, 8500, 8600, 9500, and 9600)
98.It
99Power Computing (PowerCenter, PowerCenter Pro, PowerCurve,
100PowerTower, PowerTower Pro, and PowerWave)
101.El
102.Sh SEE ALSO
103.Xr cd 4 ,
104.Xr ch 4 ,
105.Xr esiop 4 ,
106.Xr esp 4 ,
107.Xr macppc/intro 4 ,
108.Xr macppc/obio 4 ,
109.Xr scsi 4 ,
110.Xr sd 4 ,
111.Xr ss 4 ,
112.Xr st 4 ,
113.Xr uk 4
114