summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/atapi-cd.h')
-rw-r--r--sys/dev/ata/atapi-cd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h
index 5e46b910cf21f..eed3647ff28bc 100644
--- a/sys/dev/ata/atapi-cd.h
+++ b/sys/dev/ata/atapi-cd.h
@@ -337,7 +337,9 @@ struct acd_softc {
u_int32_t rellba;
} subchan;
struct changer *changer_info; /* changer info */
- int32_t slot; /* this lun's slot number */
+ struct acd_softc **driver; /* softc's of changer slots */
+ int32_t slot; /* this instance slot number */
+ time_t timestamp; /* this instance timestamp */
u_int32_t block_size; /* blocksize currently used */
struct disklabel disklabel; /* fake disk label */
struct devstat *stats; /* devstat entry */