Deleted Added
full compact
scsi_modes (91196) scsi_modes (136422)
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 91196 2002-02-24 13:27:57Z joerg $
32# $FreeBSD: head/share/misc/scsi_modes 136422 2004-10-12 08:51:04Z bms $
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

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

286 {Data Decompression Capable} t1
287 {Data Decompression Report on Exception} t2
288 {Reserved} *t5
289 {Compression Algorithm} i4
290 {Decompression Algorithm} i4
291 {Reserved} *i4
292}
293
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

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

286 {Data Decompression Capable} t1
287 {Data Decompression Report on Exception} t2
288 {Reserved} *t5
289 {Compression Algorithm} i4
290 {Decompression Algorithm} i4
291 {Reserved} *i4
292}
293
294# Removable devices
2950x1b "Removable Block Access Capacities Page" {
296 {System Floppy Type Device} t1
297 {Supports Reporting Format Progress} t1
298 {Reserved} *t6
299 {Non CD Optical Device} t1
300 {Single or Multiple LUN Supported} t1
301 {Reserved} *t3
302 {Total Logical Units Supported} t3
303 {Reserved} *i8
304}
305
294# CD-ROM (and CD-R[W]) devices
2950x2a "CD capabilities and mechanical status page" {
296 {Reserved} *t4
297 {Method 2} t1
298 {CD-RW Read} t1
299 {CD-R Read} t1
300 {Reserved} *t4
301 {Test Write} t1

--- 45 unchanged lines hidden ---
306# CD-ROM (and CD-R[W]) devices
3070x2a "CD capabilities and mechanical status page" {
308 {Reserved} *t4
309 {Method 2} t1
310 {CD-RW Read} t1
311 {CD-R Read} t1
312 {Reserved} *t4
313 {Test Write} t1

--- 45 unchanged lines hidden ---