diff options
Diffstat (limited to 'sys/scsi/cd.h')
-rw-r--r-- | sys/scsi/cd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/cd.h b/sys/scsi/cd.h index 4ec7db3ec81..4136deddba5 100644 --- a/sys/scsi/cd.h +++ b/sys/scsi/cd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.h,v 1.17 2008/06/21 18:50:24 krw Exp $ */ +/* $OpenBSD: cd.h,v 1.18 2008/06/21 21:11:34 krw Exp $ */ /* $NetBSD: scsi_cd.h,v 1.6 1996/03/19 03:06:39 mycroft Exp $ */ /* @@ -253,8 +253,6 @@ struct cd_audio_page { #define CD_NORMAL_DENSITY_CODE 0x00 /* from Toshiba CD-ROM specs */ #define CD_DA_DENSITY_CODE 0x82 /* from Toshiba CD-ROM specs */ -#define CDRETRIES 4 - struct scsi_read_dvd_structure { u_int8_t opcode; /* GPCMD_READ_DVD_STRUCTURE */ u_int8_t reserved; |