Deleted Added
full compact
isp.4 (158693) isp.4 (158762)
1.\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $
2.\"
3.\" Copyright (c) 1998, 1999, 2001
4.\" Matthew Jacob, for NASA/Ames Research Center
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" Additional Copyright (c) 2006 by Marcus Alves Grando
29.\"
1.\" $NetBSD: isp.4,v 1.5 1999/12/18 18:33:05 mjacob Exp $
2.\"
3.\" Copyright (c) 1998, 1999, 2001
4.\" Matthew Jacob, for NASA/Ames Research Center
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

22.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" Additional Copyright (c) 2006 by Marcus Alves Grando
29.\"
30.\" $FreeBSD: head/share/man/man4/isp.4 158693 2006-05-17 13:17:02Z csjp $
30.\" $FreeBSD: head/share/man/man4/isp.4 158762 2006-05-20 09:39:28Z brueffer $
31.\"
32.Dd February 6, 2006
33.Dt ISP 4
34.Os
35.Sh NAME
36.Nm isp
37.Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
38.Sh SYNOPSIS
31.\"
32.Dd February 6, 2006
33.Dt ISP 4
34.Os
35.Sh NAME
36.Nm isp
37.Nd Qlogic based SCSI and FibreChannel SCSI Host Adapters
38.Sh SYNOPSIS
39To compile this driver into the kernel,
40place the following lines in your
41kernel configuration file:
42.Bd -ragged -offset indent
43.Cd "device scbus"
39.Cd "device isp"
44.Cd "device isp"
45.Ed
40.Pp
46.Pp
41For one or more SCSI busses:
42.Cd device scbus0
47Alternatively, to load the driver as a
48module at boot time, place the following line in
49.Xr loader.conf 5 :
50.Bd -literal -offset indent
51isp_load="YES"
52.Ed
43.Sh DESCRIPTION
44This driver provides access to
45.Tn SCSI
46or
47.Tn FibreChannel
48devices.
49.Pp
50SCSI features include support for Ultra SCSI and wide mode transactions

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

62The newer 2-Gigabit cards (2300, 2312) are also supported.
63Command tagging is
64supported for all (in fact,
65.Tn FibreChannel
66requires tagging).
67Fabric support is enabled by default (but may
68be contingent upon the correct firmware being loaded).
69.Sh FIRMWARE
53.Sh DESCRIPTION
54This driver provides access to
55.Tn SCSI
56or
57.Tn FibreChannel
58devices.
59.Pp
60SCSI features include support for Ultra SCSI and wide mode transactions

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

72The newer 2-Gigabit cards (2300, 2312) are also supported.
73Command tagging is
74supported for all (in fact,
75.Tn FibreChannel
76requires tagging).
77Fabric support is enabled by default (but may
78be contingent upon the correct firmware being loaded).
79.Sh FIRMWARE
70Firmware is now available if the
80Firmware is available if the
71.Xr ispfw 4
72module is loaded during bootstrap (q.v.).
73.Pp
74It is very strongly recommended that you use the firmware available
75from
76.Xr ispfw 4
77as it is the most likely to have been tested with this driver.
78.Sh HARDWARE

--- 137 unchanged lines hidden ---
81.Xr ispfw 4
82module is loaded during bootstrap (q.v.).
83.Pp
84It is very strongly recommended that you use the firmware available
85from
86.Xr ispfw 4
87as it is the most likely to have been tested with this driver.
88.Sh HARDWARE

--- 137 unchanged lines hidden ---