summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.h
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2000-03-21 13:26:54 +0000
committerSøren Schmidt <sos@FreeBSD.org>2000-03-21 13:26:54 +0000
commitc481f1fa7474c43e56b85ef6ea8436abebaadad4 (patch)
tree42c1db191d39a7ff98573ff689af07d66d21e7b8 /sys/dev/ata/atapi-cd.h
parent25216c5cfb6a78b0766cb6507910b4511760149b (diff)
Notes
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 */