Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Add a man page for siop and xref it.
details: https://anonhg.NetBSD.org/src/rev/e9f029c865ed
branches: trunk
changeset: 486195:e9f029c865ed
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon May 15 06:31:56 2000 +0000
description:
Add a man page for siop and xref it.
diffstat:
share/man/man4/Makefile | 4 +-
share/man/man4/ncr.4 | 4 +-
share/man/man4/pci.4 | 8 +++-
share/man/man4/pcscp.4 | 6 ++-
share/man/man4/scsi.4 | 3 +-
share/man/man4/siop.4 | 93 +++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 110 insertions(+), 8 deletions(-)
diffs (209 lines):
diff -r 9420006ffaa7 -r e9f029c865ed share/man/man4/Makefile
--- a/share/man/man4/Makefile Mon May 15 06:26:42 2000 +0000
+++ b/share/man/man4/Makefile Mon May 15 06:31:56 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2000/05/09 21:55:54 bjh21 Exp $
+# $NetBSD: Makefile,v 1.154 2000/05/15 06:31:56 bouyer Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= adv.4 adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 auvia.4 awi.4 bba.4 \
@@ -13,7 +13,7 @@
opl.4 options.4 pas.4 pcdisplay.4 \
pciide.4 pckbc.4 pckbd.4 pcppi.4 pcscp.4 pms.4 ppp.4 \
pty.4 puc.4 qsphy.4 raid.4 ray.4 rnd.4 route.4 rtk.4 scsi.4 sd.4 \
- sl.4 sm.4 speaker.4 spp.4 sqphy.4 ss.4 st.4 sv.4 strip.4 \
+ siop.4 sl.4 sm.4 speaker.4 spp.4 sqphy.4 ss.4 st.4 sv.4 strip.4 \
tb.4 tcp.4 termios.4 ti.4 tl.4 tlp.4 tlphy.4 tp.4 tr.4 tty.4 \
tun.4 tqphy.4 udp.4 uha.4 uk.4 ukphy.4 unix.4 vga.4 \
vnd.4 vr.4 wd.4 wdc.4 wi.4 wscons.4 wsdisplay.4 wskbd.4 \
diff -r 9420006ffaa7 -r e9f029c865ed share/man/man4/ncr.4
--- a/share/man/man4/ncr.4 Mon May 15 06:26:42 2000 +0000
+++ b/share/man/man4/ncr.4 Mon May 15 06:31:56 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ncr.4,v 1.8 1999/07/16 20:26:57 hwr Exp $
+.\" $NetBSD: ncr.4,v 1.9 2000/05/15 06:31:56 bouyer Exp $
.\"
.\" Copyright (c) 1994 James A. Jegers
.\" All rights reserved.
@@ -105,9 +105,11 @@
Specifies that the driver should use the register configuration set by the
firmware instead of configuring the chip itself.
.El
+
.Sh SEE ALSO
.Xr intro 4 ,
.Xr scsi 4 ,
+.Xr siop 4 ,
.Xr sd 4 ,
.Xr st 4 ,
.Xr cd 4 ,
diff -r 9420006ffaa7 -r e9f029c865ed share/man/man4/pci.4
--- a/share/man/man4/pci.4 Mon May 15 06:26:42 2000 +0000
+++ b/share/man/man4/pci.4 Mon May 15 06:31:56 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci.4,v 1.32 2000/05/07 20:46:10 wiz Exp $
+.\" $NetBSD: pci.4,v 1.33 2000/05/15 06:31:56 bouyer Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone
@@ -95,6 +95,10 @@
Symbios Logic/NCR 53c8xx-family
.Tn SCSI
interfaces.
+.It siop
+Symbios Logic/NCR 53c8xx-family
+.Tn SCSI
+interfaces.
.El
.Pp
.Ss Network interfaces
@@ -238,7 +242,7 @@
.Xr pcic 4 ,
.Xr ppb 4 ,
.Xr puc 4 ,
-.Xr rtk 4 ,
+.Xr siop 4 ,
.Xr sv 4 ,
.Xr tl 4 ,
.Xr usb 4
diff -r 9420006ffaa7 -r e9f029c865ed share/man/man4/pcscp.4
--- a/share/man/man4/pcscp.4 Mon May 15 06:26:42 2000 +0000
+++ b/share/man/man4/pcscp.4 Mon May 15 06:31:56 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pcscp.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
+.\" $NetBSD: pcscp.4,v 1.4 2000/05/15 06:31:56 bouyer Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -30,7 +30,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: pcscp.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
+.\" $NetBSD: pcscp.4,v 1.4 2000/05/15 06:31:56 bouyer Exp $
.\"
.Dd February 21, 1999
.Dt PCSCP 4
@@ -63,6 +63,8 @@
.Tn SCSI
host adapters, use the
.Xr ncr 4
+or
+.Xr siop 4
driver.
.Sh BUGS
The driver currently ignores EEPROM settings, which establish
diff -r 9420006ffaa7 -r e9f029c865ed share/man/man4/scsi.4
--- a/share/man/man4/scsi.4 Mon May 15 06:26:42 2000 +0000
+++ b/share/man/man4/scsi.4 Mon May 15 06:31:56 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: scsi.4,v 1.11 2000/04/02 23:48:14 augustss Exp $
+.\" $NetBSD: scsi.4,v 1.12 2000/05/15 06:31:57 bouyer Exp $
.\" Copyright (c) 1996
.\" Julian Elischer <julian%freebsd.org@localhost>. All rights reserved.
.\"
@@ -49,6 +49,7 @@
.Cd "scsibus* at ptsc?"
.Cd "scsibus* at sea?"
.Cd "scsibus* at si?"
+.Cd "scsibus* at siop?"
.Cd "scsibus* at spc?"
.Cd "scsibus* at sw?"
.Cd "scsibus* at uha?"
diff -r 9420006ffaa7 -r e9f029c865ed share/man/man4/siop.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/siop.4 Mon May 15 06:31:56 2000 +0000
@@ -0,0 +1,93 @@
+.\" $NetBSD: siop.4,v 1.1 2000/05/15 06:31:57 bouyer Exp $
+.\"
+.\" Copyright (c) 2000 Manuel Bouyer.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the University of
+.\" California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+
+.Dd May 15, 2000
+.Dt siop 4
+.Os
+.Sh NAME
+.Nm siop
+.Nd Symbios Logic/NCR 53c8xx SCSI driver
+.Sh SYNOPSIS
+.Cd "siop* at pci? dev ? function ?"
+.Cd "scsibus* at siop?"
+.Sh DESCRIPTION
+The
+.Nm
+driver support the Symbios Logic/NCR 53x8xx serie of SCSI controllers chips:
+.Bl -dash -compact -offset indent
+.It
+53c810, 53c810a and 53c815 (fast scsi)
+.It
+53c820, 53c825 and 53c825a (fast wide scsi)
+.It
+53c860 (ultra scsi)
+.It
+53c875 and 53c875j (ultra-wide scsi)
+.It
+53c876 (dual ultra-wide scsi)
+.It
+53c885 (ultra-wide scsi + ethernet)
+.It
+53c895 (ultra2-wide scsi)
+.It
+53c896 (PCI 64bit, dual ultra2-wide scsi)
+.El
+
+.Sh BUGS
+This driver is still being worked on, some features are not used and
+performances are not optimal. However it appears to be more robust than the
+.Xr ncr 4
+driver.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr pci 4 ,
+.Xr ncr 4 ,
+.Xr scsi 4 ,
+.Xr sd 4 ,
+.Xr st 4 ,
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr uk 4
+
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 1.5 .
+
+.Sh AUTHOR
+The
+.Nm
+driver was written by
+.An Manuel Bouyer Aq Manuel.Bouyer%lip6.fr@localhost
+for
+.Nx .
Home |
Main Index |
Thread Index |
Old Index