Deleted Added
full compact
scsi_cd.h (39531) scsi_cd.h (59874)
1/*
2 * Written by Julian Elischer (julian@tfs.com)
3 * for TRW Financial Systems.
4 *
5 * TRW Financial Systems, in accordance with their agreement with Carnegie
6 * Mellon University, makes this software available to CMU to distribute
7 * or use in any manner that they see fit as long as this message is kept with
8 * the software. For this reason TFS also grants any other persons or
9 * organisations permission to use or modify this software.
10 *
11 * TFS supplies this software to be publicly redistributed
12 * on the understanding that TFS is not responsible for the correct
13 * functioning of this software in any circumstances.
14 *
15 * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
16 *
17 * from: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $
1/*
2 * Written by Julian Elischer (julian@tfs.com)
3 * for TRW Financial Systems.
4 *
5 * TRW Financial Systems, in accordance with their agreement with Carnegie
6 * Mellon University, makes this software available to CMU to distribute
7 * or use in any manner that they see fit as long as this message is kept with
8 * the software. For this reason TFS also grants any other persons or
9 * organisations permission to use or modify this software.
10 *
11 * TFS supplies this software to be publicly redistributed
12 * on the understanding that TFS is not responsible for the correct
13 * functioning of this software in any circumstances.
14 *
15 * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
16 *
17 * from: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $
18 * $FreeBSD: head/sys/cam/scsi/scsi_cd.h 59874 2000-05-01 20:32:07Z peter $
18 */
19#ifndef _SCSI_SCSI_CD_H
20#define _SCSI_SCSI_CD_H 1
21
22/*
23 * Define two bits always in the same place in byte 2 (flag byte)
24 */
25#define CD_RELADDR 0x01

--- 191 unchanged lines hidden ---
19 */
20#ifndef _SCSI_SCSI_CD_H
21#define _SCSI_SCSI_CD_H 1
22
23/*
24 * Define two bits always in the same place in byte 2 (flag byte)
25 */
26#define CD_RELADDR 0x01

--- 191 unchanged lines hidden ---