1999-12-13 17:00:59 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1999 Alexey Zelkin
|
|
|
|
.\" 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
|
|
|
.\"
|
1999-12-13 17:00:59 +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.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2004-08-08 22:27:02 +00:00
|
|
|
.Dd August 8, 2004
|
1999-12-13 17:00:59 +00:00
|
|
|
.Dt AMD 4
|
2001-07-10 15:31:11 +00:00
|
|
|
.Os
|
1999-12-13 17:00:59 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm amd
|
|
|
|
.Nd amd53c974 PCI SCSI driver
|
|
|
|
.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 scbus"
|
2000-01-23 15:04:20 +00:00
|
|
|
.Cd "device amd"
|
2006-06-18 09:53:00 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
Alternatively, to load the driver as a
|
|
|
|
module at boot time, place the following line in
|
|
|
|
.Xr loader.conf 5 :
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
amd_load="YES"
|
|
|
|
.Ed
|
1999-12-13 17:00:59 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for the
|
|
|
|
.Tn amd53c974
|
2004-08-08 22:19:05 +00:00
|
|
|
based SCSI cards.
|
|
|
|
.Sh HARDWARE
|
|
|
|
Controllers supported by the
|
|
|
|
.Nm
|
|
|
|
driver include:
|
|
|
|
.Pp
|
|
|
|
.Bl -bullet -compact
|
|
|
|
.It
|
|
|
|
MELCO IFC-DP (PC-98)
|
|
|
|
.It
|
|
|
|
Tekram DC390
|
|
|
|
.It
|
|
|
|
Tekram DC390T
|
|
|
|
.El
|
1999-12-13 17:00:59 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr cd 4 ,
|
2001-07-14 19:41:16 +00:00
|
|
|
.Xr ch 4 ,
|
1999-12-13 17:00:59 +00:00
|
|
|
.Xr da 4 ,
|
|
|
|
.Xr intro 4 ,
|
|
|
|
.Xr sa 4 ,
|
|
|
|
.Xr scsi 4
|
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
2000-03-24 00:47:49 +00:00
|
|
|
driver was written and submitted to
|
1999-12-13 17:00:59 +00:00
|
|
|
.Fx
|
2000-01-23 15:04:20 +00:00
|
|
|
by Tekram, Inc.
|