Deleted Added
full compact
scsi_modes (67830) scsi_modes (76999)
1# SCSI mode page data base.
2
3# Copyright (c) 1995 HD Associates
1# SCSI mode page data base.
2
3# Copyright (c) 1995 HD Associates
4# Copyright (c) 2001 The FreeBSD Project
4# (contact: dufault@hda.com)
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions
9# are met:
10# 1. Redistributions of source code must retain the above copyright
11# notice, this list of conditions and the following disclaimer.

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

23# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29# SUCH DAMAGE.
30#
5# (contact: dufault@hda.com)
6# All rights reserved.
7#
8# Redistribution and use in source and binary forms, with or without
9# modification, are permitted provided that the following conditions
10# are met:
11# 1. Redistributions of source code must retain the above copyright
12# notice, this list of conditions and the following disclaimer.

--- 11 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#
31# $FreeBSD: head/share/misc/scsi_modes 67830 2000-10-29 00:54:59Z mjacob $
32# $FreeBSD: head/share/misc/scsi_modes 76999 2001-05-22 12:37:50Z joerg $
32#
33# The ordering is alphabetical by page name, as it appears in the SCSI spec.
34
35# 'i' is a byte-sized integral types, followed by a field width of
36# 1 through 4 (1 to 4 bytes).
37#
38# 'b' is a bit-sized integral type
39# 't' is a bitfield type- followed by a bit field width

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

810x09 "Peripheral Device Page" {
82 {Interface Identifier} i2
83 {Reserved} *i1
84 {Reserved} *i1
85 {Reserved} *i1
86 {Reserved} *i1
87}
88
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

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

820x09 "Peripheral Device Page" {
83 {Interface Identifier} i2
84 {Reserved} *i1
85 {Reserved} *i1
86 {Reserved} *i1
87 {Reserved} *i1
88}
89
900x1a "Power Control" {
91 {Reserved} *i1
92 {Reserved} *t6
93 {Idle} t1
94 {Standby} t1
95 {Idle Condition Timer} i4
96 {Standby Condition Timer} i4
97}
89
90# DIRECT ACCESS DEVICES
910x08 "Caching Page" {
92 {IC} t1
93 {ABPF} t1
94 {CAP} t1
95 {DISC} t1
96 {SIZE} t1

--- 189 unchanged lines hidden ---
98
99# DIRECT ACCESS DEVICES
1000x08 "Caching Page" {
101 {IC} t1
102 {ABPF} t1
103 {CAP} t1
104 {DISC} t1
105 {SIZE} t1

--- 189 unchanged lines hidden ---