summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_cd.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-12-05 07:14:27 +0000
committerjulian <julian@FreeBSD.org>1995-12-05 07:14:27 +0000
commitac8328a67ce4ce3dfa1e5fed229411aba2e40c8b (patch)
treee28bc3b27485a2ac2b7a2f96336d530f975790ed /sys/scsi/scsi_cd.h
parent94363a94a157f6a16d2349e5afddda7f1c94f77a (diff)
downloadFreeBSD-src-ac8328a67ce4ce3dfa1e5fed229411aba2e40c8b.zip
FreeBSD-src-ac8328a67ce4ce3dfa1e5fed229411aba2e40c8b.tar.gz
fix a couple of stuffups in the worm driver and in other associated scsi files
Diffstat (limited to 'sys/scsi/scsi_cd.h')
-rw-r--r--sys/scsi/scsi_cd.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h
index 7b8f63c..a6fb645 100644
--- a/sys/scsi/scsi_cd.h
+++ b/sys/scsi/scsi_cd.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_cd.h,v 1.6 1993/11/18 05:02:52 rgrimes Exp $
+ * $Id: scsi_cd.h,v 1.7 1995/05/30 08:13:29 rgrimes Exp $
*/
#ifndef _SCSI_SCSI_CD_H
#define _SCSI_SCSI_CD_H 1
@@ -29,18 +29,6 @@
* SCSI command format
*/
-struct scsi_read_capacity_cd
-{
- u_char op_code;
- u_char byte2;
- u_char addr_3; /* Most Significant */
- u_char addr_2;
- u_char addr_1;
- u_char addr_0; /* Least Significant */
- u_char unused[3];
- u_char control;
-};
-
struct scsi_pause
{
u_char op_code;
OpenPOWER on IntegriCloud