Clean up.
This commit is contained in:
parent
0d5db1f645
commit
0fb0e5f170
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: siop.4,v 1.1 2000/05/15 06:31:57 bouyer Exp $
|
||||
.\" $NetBSD: siop.4,v 1.2 2000/07/27 15:25:07 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 Manuel Bouyer.
|
||||
.\"
|
||||
|
@ -29,9 +29,8 @@
|
|||
.\" 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
|
||||
.Dt SIOP 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm siop
|
||||
|
@ -42,31 +41,44 @@
|
|||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver support the Symbios Logic/NCR 53x8xx serie of SCSI controllers chips:
|
||||
driver provides support for the Symbios Logic/NCR 53x8xx series of
|
||||
.Tn SCSI
|
||||
controller chips:
|
||||
.Pp
|
||||
.Bl -dash -compact -offset indent
|
||||
.It
|
||||
53c810, 53c810a and 53c815 (fast scsi)
|
||||
53c810, 53c810a and 53c815 (Fast
|
||||
.Tn SCSI )
|
||||
.It
|
||||
53c820, 53c825 and 53c825a (fast wide scsi)
|
||||
53c820, 53c825 and 53c825a (Fast-Wide
|
||||
.Tn SCSI )
|
||||
.It
|
||||
53c860 (ultra scsi)
|
||||
53c860 (Ultra
|
||||
.Tn SCSI )
|
||||
.It
|
||||
53c875 and 53c875j (ultra-wide scsi)
|
||||
53c875 and 53c875j (Ultra-Wide
|
||||
.Tn SCSI )
|
||||
.It
|
||||
53c876 (dual ultra-wide scsi)
|
||||
53c876 (Dual Ultra-Wide
|
||||
.Tn SCSI )
|
||||
.It
|
||||
53c885 (ultra-wide scsi + ethernet)
|
||||
53c885 (Ultra-Wide
|
||||
.Tn SCSI
|
||||
and
|
||||
.Tn Ethernet )
|
||||
.It
|
||||
53c895 (ultra2-wide scsi)
|
||||
53c895 (Ultra2-Wide
|
||||
.Tn SCSI )
|
||||
.It
|
||||
53c896 (PCI 64bit, dual ultra2-wide scsi)
|
||||
53c896 (PCI 64bit, dual Ultra2-Wide
|
||||
.Tn 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
|
||||
This driver is a work in progress; some hardware features are not used and
|
||||
performance is not optimal. However, testing has shown it to be more robust
|
||||
than the
|
||||
.Xr ncr 4
|
||||
driver.
|
||||
driver, which it is slated to replace.
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 4 ,
|
||||
.Xr pci 4 ,
|
||||
|
@ -77,17 +89,15 @@ driver.
|
|||
.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
|
||||
driver was written by Manuel Bouyer
|
||||
.Aq Manuel.Bouyer@lip6.fr
|
||||
for
|
||||
.Nx .
|
||||
|
|
Loading…
Reference in New Issue