Deleted Added
full compact
scsi_modes (136422) scsi_modes (225950)
1# SCSI mode page data base.
2
3# Copyright (c) 1995 HD Associates
4# Copyright (c) 2001 The FreeBSD Project
5# (contact: dufault@hda.com)
6# All rights reserved.
7#
8# Redistribution and use in source and binary forms, with or without

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

24# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30# SUCH DAMAGE.
31#
1# SCSI mode page data base.
2
3# Copyright (c) 1995 HD Associates
4# Copyright (c) 2001 The FreeBSD Project
5# (contact: dufault@hda.com)
6# All rights reserved.
7#
8# Redistribution and use in source and binary forms, with or without

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

24# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30# SUCH DAMAGE.
31#
32# $FreeBSD: head/share/misc/scsi_modes 136422 2004-10-12 08:51:04Z bms $
32# $FreeBSD: head/share/misc/scsi_modes 225950 2011-10-03 20:32:55Z ken $
33#
34# The ordering is alphabetical by page name, as it appears in the SCSI spec.
35
36# 'i' is a byte-sized integral types, followed by a field width of
37# 1 through 4 (1 to 4 bytes).
38#
39# 'b' is a bit-sized integral type
40# 't' is a bitfield type- followed by a bit field width

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

45#
46# '*' suppresses assignment (for 'seeking').
47# Bitfields are MSB to LSB.
48
49
50# ALL DEVICE TYPES
51
520x0a "Control Mode Page" {
33#
34# The ordering is alphabetical by page name, as it appears in the SCSI spec.
35
36# 'i' is a byte-sized integral types, followed by a field width of
37# 1 through 4 (1 to 4 bytes).
38#
39# 'b' is a bit-sized integral type
40# 't' is a bitfield type- followed by a bit field width

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

45#
46# '*' suppresses assignment (for 'seeking').
47# Bitfields are MSB to LSB.
48
49
50# ALL DEVICE TYPES
51
520x0a "Control Mode Page" {
53 {Reserved} *t7
53 {TST} t3
54 {TMF_ONLY} t1
55 {DPICZ} t1
56 {D_SENSE} t1
57 {GLTSD} t1
54 {RLEC} t1
55 {Queue Algorithm Modifier} t4
58 {RLEC} t1
59 {Queue Algorithm Modifier} t4
56 {Reserved} *t2
57 {QErr} t1
60 {NUAR} t1
61 {QErr} t2
58 {DQue} t1
59 {EECA} t1
62 {DQue} t1
63 {EECA} t1
60 {Reserved} *t4
64 {RAC} t1
65 {UA_INTLCK_CTRL} t2
66 {SWP} t1
61 {RAENP} t1
62 {UAAENP} t1
63 {EAENP} t1
67 {RAENP} t1
68 {UAAENP} t1
69 {EAENP} t1
64 {Reserved} *i1
70 {ATO} t1
71 {TAS} t1
72 {ATMPE} t1
73 {RWWP} t1
74 {Reserved} *t1
75 {Autoload Mode} t3
65 {Ready AEN Holdoff Period} i2
76 {Ready AEN Holdoff Period} i2
77 {Busy Timeout Period} i2
78 {Extended Self-Test Completion Time} i2
66}
67
680x02 "Disconnect-Reconnect Page" {
69 {Buffer Full Ratio} i1
70 {Buffer Empty Ratio} i1
71 {Bus Inactivity Limit} i2
72 {Disconnect Time Limit} i2
73 {Connect Time Limit} i2

--- 285 unchanged lines hidden ---
79}
80
810x02 "Disconnect-Reconnect Page" {
82 {Buffer Full Ratio} i1
83 {Buffer Empty Ratio} i1
84 {Bus Inactivity Limit} i2
85 {Disconnect Time Limit} i2
86 {Connect Time Limit} i2

--- 285 unchanged lines hidden ---