diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2002-10-08 17:12:44 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2002-10-08 17:12:44 +0000 |
| commit | ead5f16cef18dad60967bb5c98cfc839518479a6 (patch) | |
| tree | c00e854bd93c15195f7d644fcefd33bf48b8fba0 | |
| parent | c80ba0ad1b3147319fdef307ff88661ed54d6771 (diff) | |
Notes
| -rw-r--r-- | sys/cam/scsi/scsi_all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index beef3d8aea49f..7841b3c4cb823 100644 --- a/sys/cam/scsi/scsi_all.h +++ b/sys/cam/scsi/scsi_all.h @@ -436,8 +436,8 @@ struct scsi_rw_12 #define SRW12_DPO 0x10 u_int8_t byte2; u_int8_t addr[4]; - u_int8_t reserved; u_int8_t length[4]; + u_int8_t reserved; u_int8_t control; }; |
