Nothing references "struct scsi_generic" anymore; delete it.
This commit is contained in:
parent
d5083f78be
commit
78e83f262c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: scsi_all.h,v 1.19 2003/01/06 21:02:18 matt Exp $ */
|
||||
/* $NetBSD: scsi_all.h,v 1.20 2004/12/07 22:27:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* SCSI-specific interface description.
|
||||
|
@ -24,10 +24,6 @@
|
|||
#ifndef _DEV_SCSIPI_SCSI_ALL_H_
|
||||
#define _DEV_SCSIPI_SCSI_ALL_H_
|
||||
|
||||
/*
|
||||
* SCSI command format
|
||||
*/
|
||||
|
||||
/*
|
||||
* Define dome bits that are in ALL (or a lot of) scsi commands
|
||||
*/
|
||||
|
@ -43,17 +39,6 @@
|
|||
#define SCSI_CMD_LUN_MASK 0xe0
|
||||
#define SCSI_CMD_LUN_SHIFT 5
|
||||
|
||||
/*
|
||||
* XXX
|
||||
* Actually some SCSI driver expects this structure to be 12 bytes, so
|
||||
* don't change it unless you really know what you are doing
|
||||
*/
|
||||
|
||||
struct scsi_generic {
|
||||
u_int8_t opcode;
|
||||
u_int8_t bytes[11];
|
||||
};
|
||||
|
||||
/* XXX Is this a command ? What's its opcode ? */
|
||||
struct scsi_send_diag {
|
||||
u_int8_t opcode;
|
||||
|
|
Loading…
Reference in New Issue