ciss.4 (17596f06d3643505f934019cab8afbde3256af93) ciss.4 (ae5c97aaed4f4aff2b13829e256dd2991a4b18ac)
1.\" $FreeBSD$
2.\" Written by Tom Rhodes
3.\" This file is in the public domain.
4.\"
5.Dd December 29, 2002
6.Dt CISS 4
7.Os
8.Sh NAME

--- 43 unchanged lines hidden (view full) ---

52.Pp
53Currently
54.Nm
55only supports the
56.Dq simple
57transport layer over PCI.
58This interface (ab)uses the I2O register set (specifically the post
59queues) to exchange commands with the adapter.
1.\" $FreeBSD$
2.\" Written by Tom Rhodes
3.\" This file is in the public domain.
4.\"
5.Dd December 29, 2002
6.Dt CISS 4
7.Os
8.Sh NAME

--- 43 unchanged lines hidden (view full) ---

52.Pp
53Currently
54.Nm
55only supports the
56.Dq simple
57transport layer over PCI.
58This interface (ab)uses the I2O register set (specifically the post
59queues) to exchange commands with the adapter.
60Other interfaces are available, but we aren't supposed to know about them,
60Other interfaces are available, but we are not supposed to know about them,
61and it is dubious whether they would provide major performance improvements
62except under extreme load.
63.Pp
64The currently supported controllers include:
65.Pp
66.Bl -tag -compact -width "Compaq Smart Array 5* series"
67.It Compaq Smart Array 5300
68.It Compaq Smart Array 532

--- 7 unchanged lines hidden (view full) ---

76.Pp
77.Dq CISS Command Interface for SCSI-3 Support Open Specification, Version 1.04,
78Valence Number 1, dated 20001127, produced by Compaq Computer Corporation.
79.Sh AUTHORS
80The
81.Nm
82driver was written by
83.An Mike Smith Aq msmith@FreeBSD.org .
61and it is dubious whether they would provide major performance improvements
62except under extreme load.
63.Pp
64The currently supported controllers include:
65.Pp
66.Bl -tag -compact -width "Compaq Smart Array 5* series"
67.It Compaq Smart Array 5300
68.It Compaq Smart Array 532

--- 7 unchanged lines hidden (view full) ---

76.Pp
77.Dq CISS Command Interface for SCSI-3 Support Open Specification, Version 1.04,
78Valence Number 1, dated 20001127, produced by Compaq Computer Corporation.
79.Sh AUTHORS
80The
81.Nm
82driver was written by
83.An Mike Smith Aq msmith@FreeBSD.org .
84This manual page was written by
85.An Tom Rhodes Aq trhodes@FreeBSD.org
86derived and derived from his comments.
84This manual page is based on his comments and was written by
85.An Tom Rhodes Aq trhodes@FreeBSD.org .