diff options
Diffstat (limited to 'sys/dev/ata/atapi-all.h')
| -rw-r--r-- | sys/dev/ata/atapi-all.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ata/atapi-all.h b/sys/dev/ata/atapi-all.h index 6e5bc5a7a9d5..b3e50916914f 100644 --- a/sys/dev/ata/atapi-all.h +++ b/sys/dev/ata/atapi-all.h @@ -148,8 +148,7 @@ struct atapi_softc { int8_t *devname; /* this devices name */ int8_t cmd; /* last cmd executed */ u_int32_t flags; /* drive flags */ -#define ATAPI_F_DSC_USED 0x0001 -#define ATAPI_F_MEDIA_CHANGED 0x0002 +#define ATAPI_F_MEDIA_CHANGED 0x0001 }; |
