1996-07-11 00:30:51 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1994 James A. Jegers
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" 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. The name of the author may not be used to endorse or promote products
|
|
|
|
.\" derived from this software without specific prior written permission
|
2001-07-14 19:41:16 +00:00
|
|
|
.\"
|
1996-07-11 00:30:51 +00:00
|
|
|
.\" 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.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1996-07-11 00:30:51 +00:00
|
|
|
.\"
|
2004-08-19 21:24:45 +00:00
|
|
|
.Dd August 19, 2004
|
1999-11-15 23:14:32 +00:00
|
|
|
.Dt NCR 4
|
1996-07-11 00:30:51 +00:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ncr
|
1998-09-18 04:36:48 +00:00
|
|
|
.Nd NCR 53C8xx SCSI driver
|
1996-07-11 00:30:51 +00:00
|
|
|
.Sh SYNOPSIS
|
2006-06-18 09:53:00 +00:00
|
|
|
To compile this driver into the kernel,
|
|
|
|
place the following lines in your
|
|
|
|
kernel configuration file:
|
|
|
|
.Bd -ragged -offset indent
|
|
|
|
.Cd "device pci"
|
|
|
|
.Cd "device scbus"
|
2000-01-23 15:04:20 +00:00
|
|
|
.Cd "device ncr"
|
2006-06-18 09:53:00 +00:00
|
|
|
.Ed
|
2004-08-19 21:24:45 +00:00
|
|
|
.Sh HARDWARE
|
1996-07-11 00:30:51 +00:00
|
|
|
The
|
1998-09-18 04:36:48 +00:00
|
|
|
.Nm
|
2003-11-09 22:21:21 +00:00
|
|
|
driver provides support for the following NCR/Symbios SCSI controller
|
|
|
|
chips:
|
|
|
|
.Pp
|
|
|
|
.Bl -bullet -compact
|
|
|
|
.It
|
|
|
|
.Tn 53C810
|
|
|
|
.It
|
|
|
|
.Tn 53C810A
|
|
|
|
.It
|
|
|
|
.Tn 53C815
|
|
|
|
.It
|
|
|
|
.Tn 53C820
|
|
|
|
.It
|
|
|
|
.Tn 53C825A
|
|
|
|
.It
|
|
|
|
.Tn 53C860
|
|
|
|
.It
|
|
|
|
.Tn 53C875
|
|
|
|
.It
|
|
|
|
.Tn 53C875J
|
|
|
|
.It
|
|
|
|
.Tn 53C885
|
|
|
|
.It
|
|
|
|
.Tn 53C895
|
|
|
|
.It
|
|
|
|
.Tn 53C895A
|
|
|
|
.It
|
|
|
|
.Tn 53C896
|
|
|
|
.It
|
|
|
|
.Tn 53C1510D
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The following add-on boards are known to be supported:
|
|
|
|
.Pp
|
|
|
|
.Bl -bullet -compact
|
|
|
|
.It
|
|
|
|
I-O DATA SC-98/PCI (PC-98)
|
|
|
|
.It
|
|
|
|
I-O DATA SC-PCI (PC-98)
|
|
|
|
.El
|
1996-07-11 00:30:51 +00:00
|
|
|
.Sh SEE ALSO
|
1996-12-26 16:16:37 +00:00
|
|
|
.Xr cd 4 ,
|
2001-07-14 19:41:16 +00:00
|
|
|
.Xr ch 4 ,
|
1999-05-05 04:01:40 +00:00
|
|
|
.Xr da 4 ,
|
1996-07-11 00:30:51 +00:00
|
|
|
.Xr intro 4 ,
|
1999-08-15 10:48:36 +00:00
|
|
|
.Xr sa 4 ,
|
2001-04-29 03:48:35 +00:00
|
|
|
.Xr scsi 4 ,
|
|
|
|
.Xr sym 4
|