Deleted Added
sdiff udiff text old ( 67830 ) new ( 76999 )
full compact
1# SCSI mode page data base.
2
3# Copyright (c) 1995 HD Associates
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#
31# $FreeBSD: head/share/misc/scsi_modes 67830 2000-10-29 00:54:59Z mjacob $
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
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 ---