diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-09-12 01:57:17 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-09-12 01:57:17 +0000 |
| commit | 9aeee9fb17da34bacd7cf6bad50943067da3b4a2 (patch) | |
| tree | cc348940a097a135133edc568df185a6e675fb70 /sys/dev | |
| parent | c98a14ad90ecb7c9668ad40c127a08c86f25069b (diff) | |
Remove a couple of opcodes that are already (and more appropriately)
defined in scsi_changer.h
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/scsi_all.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/scsipi/scsi_all.h b/sys/dev/scsipi/scsi_all.h index 82e47067fe9..41f2c8846bc 100644 --- a/sys/dev/scsipi/scsi_all.h +++ b/sys/dev/scsipi/scsi_all.h @@ -1,4 +1,4 @@ -/* $NetBSD: scsi_all.h,v 1.9 1996/09/03 18:20:31 thorpej Exp $ */ +/* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* * SCSI general interface description @@ -181,8 +181,6 @@ struct scsi_changedef { #define CHANGE_DEFINITION 0x40 #define MODE_SENSE_BIG 0x54 #define MODE_SELECT_BIG 0x55 -#define MOVE_MEDIUM 0xa5 -#define READ_ELEMENT_STATUS 0xb8 /* * sense data format |
