Deleted Added
sdiff udiff text old ( 225950 ) new ( 234376 )
full compact
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 $
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
950x09 "Peripheral Device Page" {
96 {Interface Identifier} i2
97 {Reserved} *i1
98 {Reserved} *i1
99 {Reserved} *i1
100 {Reserved} *i1
101}
102
1030x1a "Power Control" {
104 {Reserved} *i1
105 {Reserved} *t6
106 {Idle} t1
107 {Standby} t1
108 {Idle Condition Timer} i4
109 {Standby Condition Timer} i4
110}
111
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 ---