Deleted Added
full compact
scsi.4 (56155) scsi.4 (56467)
1.\" $FreeBSD: head/share/man/man4/scsi.4 56155 2000-01-17 08:08:33Z asmodai $
1.\" $FreeBSD: head/share/man/man4/scsi.4 56467 2000-01-23 16:13:26Z asmodai $
2.\" Copyright (c) 1996
3.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

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

27.Dd October 15, 1998
28.Dt SCSI 4
29.Os FreeBSD 3.0
30.Sh NAME
31.Nm SCSI ,
32.Nm CAM
33.Nd CAM SCSI subsystem
34.Sh SYNOPSIS
2.\" Copyright (c) 1996
3.\" Julian Elischer <julian@freebsd.org>. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

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

27.Dd October 15, 1998
28.Dt SCSI 4
29.Os FreeBSD 3.0
30.Sh NAME
31.Nm SCSI ,
32.Nm CAM
33.Nd CAM SCSI subsystem
34.Sh SYNOPSIS
35.Cd "device scbus0"
35.Cd "device scbus"
36.Cd "device scbus1 at ahc0"
37.Cd "device scbus3 at ahc1 bus 0"
38.Cd "device scbus2 at ahc1 bus 1"
36.Cd "device scbus1 at ahc0"
37.Cd "device scbus3 at ahc1 bus 0"
38.Cd "device scbus2 at ahc1 bus 1"
39.Cd "device cd0"
40.Cd "device ch0"
41.Cd "device da0"
42.Cd "device pass0"
43.Cd "device pt0"
44.Cd "device sa0"
39.Cd "device cd"
40.Cd "device ch"
41.Cd "device da"
42.Cd "device pass"
43.Cd "device pt"
44.Cd "device sa"
45.Cd "device ch1 at scbus0 target 4 unit 0"
46.Cd options CAMDEBUG
47.Cd options CAM_DEBUG_BUS=-1
48.Cd options CAM_DEBUG_TARGET=-1
49.Cd options CAM_DEBUG_LUN=-1
50.Cd options CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB
51.Cd options CAM_MAX_HIGHPOWER=4
52.Cd options SCSI_NO_SENSE_STRINGS

--- 225 unchanged lines hidden ---
45.Cd "device ch1 at scbus0 target 4 unit 0"
46.Cd options CAMDEBUG
47.Cd options CAM_DEBUG_BUS=-1
48.Cd options CAM_DEBUG_TARGET=-1
49.Cd options CAM_DEBUG_LUN=-1
50.Cd options CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB
51.Cd options CAM_MAX_HIGHPOWER=4
52.Cd options SCSI_NO_SENSE_STRINGS

--- 225 unchanged lines hidden ---