Deleted Added
full compact
scsi_modes (225950) scsi_modes (234376)
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 225950 2011-10-03 20:32:55Z ken $
32# $FreeBSD: head/share/misc/scsi_modes 234376 2012-04-17 11:13:03Z mav $
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

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

87 {Maximum Burst Size} i2
88 {Reserved} *t6
89 {DTDC} t2
90 {Reserved} *i1
91 {Reserved} *i1
92 {Reserved} *i1
93}
94
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

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

87 {Maximum Burst Size} i2
88 {Reserved} *t6
89 {DTDC} t2
90 {Reserved} *i1
91 {Reserved} *i1
92 {Reserved} *i1
93}
94
950x15 "Extended Page";
96
970x16 "Extended Device-Type Specific Page";
98
990x1c "Informational Exceptions Control Page" {
100 {PERF} t1
101 {Reserved} *t1
102 {EBF} t1
103 {EWasc} t1
104 {DExcpt} t1
105 {TEST} t1
106 {EBACKERR} t1
107 {LogErr} t1
108 {Reserved} *t4
109 {MRIE} b4
110 {Interval Timer} i4
111 {Report Count} i4
112}
113
950x09 "Peripheral Device Page" {
96 {Interface Identifier} i2
97 {Reserved} *i1
98 {Reserved} *i1
99 {Reserved} *i1
100 {Reserved} *i1
101}
102
1140x09 "Peripheral Device Page" {
115 {Interface Identifier} i2
116 {Reserved} *i1
117 {Reserved} *i1
118 {Reserved} *i1
119 {Reserved} *i1
120}
121
1030x1a "Power Control" {
1220x1a "Power Condition Page" {
104 {Reserved} *i1
105 {Reserved} *t6
106 {Idle} t1
107 {Standby} t1
108 {Idle Condition Timer} i4
109 {Standby Condition Timer} i4
110}
111
123 {Reserved} *i1
124 {Reserved} *t6
125 {Idle} t1
126 {Standby} t1
127 {Idle Condition Timer} i4
128 {Standby Condition Timer} i4
129}
130
1310x18 "Protocol-Specific LUN Page";
132
1330x19 "Protocol-Specific Port Page";
134
112# DIRECT ACCESS DEVICES
1130x08 "Caching Page" {
114 {IC} t1
115 {ABPF} t1
116 {CAP} t1
117 {DISC} t1
118 {SIZE} t1
119 {WCE} t1

--- 252 unchanged lines hidden ---
135# DIRECT ACCESS DEVICES
1360x08 "Caching Page" {
137 {IC} t1
138 {ABPF} t1
139 {CAP} t1
140 {DISC} t1
141 {SIZE} t1
142 {WCE} t1

--- 252 unchanged lines hidden ---