Deleted Added
sdiff udiff text old ( 158693 ) new ( 158762 )
full compact
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 $
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
39.Cd "device isp"
40.Pp
41For one or more SCSI busses:
42.Cd device scbus0
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
70Firmware is now 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 ---