diff options
Diffstat (limited to 'sys/dev/ata/atapi-cd.h')
-rw-r--r-- | sys/dev/ata/atapi-cd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h index 8ec06f8..2df5767 100644 --- a/sys/dev/ata/atapi-cd.h +++ b/sys/dev/ata/atapi-cd.h @@ -344,7 +344,6 @@ struct acd_softc { int32_t slot; /* this lun's slot number */ u_int32_t block_size; /* blocksize currently used */ u_int8_t dummy; /* use dummy writes */ - u_int8_t speed; /* select drive speed */ u_int32_t next_writeable_addr; /* next writable address */ struct wormio_prepare_track preptrack; /* scratch region */ struct devstat *stats; /* devstat entry */ |