Deleted Added
full compact
scsi.4 (79727) scsi.4 (81449)
1.\" Copyright (c) 1996
2.\" Julian Elischer <julian@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 1996
2.\" Julian Elischer <julian@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/scsi.4 79727 2001-07-14 19:41:16Z schweikh $
26.\" $FreeBSD: head/share/man/man4/scsi.4 81449 2001-08-10 13:45:36Z ru $
27.Dd October 15, 1998
28.Dt SCSI 4
29.Os
30.Sh NAME
31.Nm SCSI ,
32.Nm CAM
33.Nd CAM SCSI subsystem
34.Sh SYNOPSIS

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

199specific device.
200Devices not being traced will not produce trace information.
201There are currently four debugging flags that may be turned on:
202.Bl -tag -width CAM_DEBUG_SUBTRACE
203.It Dv CAM_DEBUG_INFO
204This debugging flag enables general informational printfs for the device
205or devices in question.
206.It Dv CAM_DEBUG_TRACE
27.Dd October 15, 1998
28.Dt SCSI 4
29.Os
30.Sh NAME
31.Nm SCSI ,
32.Nm CAM
33.Nd CAM SCSI subsystem
34.Sh SYNOPSIS

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

199specific device.
200Devices not being traced will not produce trace information.
201There are currently four debugging flags that may be turned on:
202.Bl -tag -width CAM_DEBUG_SUBTRACE
203.It Dv CAM_DEBUG_INFO
204This debugging flag enables general informational printfs for the device
205or devices in question.
206.It Dv CAM_DEBUG_TRACE
207This debugging flag enables function-level command flow tracing. i.e.
207This debugging flag enables function-level command flow tracing. i.e.\&
208kernel printfs will happen at the entrance and exit of various functions.
209.It Dv CAM_DEBUG_SUBTRACE
210This debugging flag enables debugging output internal to various functions.
211.It Dv CAM_DEBUG_CDB
212This debugging flag will cause the kernel to print out all
213.Tn SCSI
214commands sent to a particular device or devices.
215.El

--- 68 unchanged lines hidden ---
208kernel printfs will happen at the entrance and exit of various functions.
209.It Dv CAM_DEBUG_SUBTRACE
210This debugging flag enables debugging output internal to various functions.
211.It Dv CAM_DEBUG_CDB
212This debugging flag will cause the kernel to print out all
213.Tn SCSI
214commands sent to a particular device or devices.
215.El

--- 68 unchanged lines hidden ---