summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-cd.h
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2000-02-18 20:57:33 +0000
committerSøren Schmidt <sos@FreeBSD.org>2000-02-18 20:57:33 +0000
commit47351d277488fe766a8a451c35caf331d27740b6 (patch)
tree2480cf62be131e247f03f6ef145afc658f2fca36 /sys/dev/ata/atapi-cd.h
parentc2edcb1a5c64032cb143d9e5e7df398e77fce77d (diff)
Notes
Diffstat (limited to 'sys/dev/ata/atapi-cd.h')
-rw-r--r--sys/dev/ata/atapi-cd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h
index 6345ded1530c..2fb760ccede4 100644
--- a/sys/dev/ata/atapi-cd.h
+++ b/sys/dev/ata/atapi-cd.h
@@ -341,4 +341,5 @@ struct acd_softc {
int32_t slot; /* this lun's slot number */
u_int32_t block_size; /* blocksize currently used */
struct devstat *stats; /* devstat entry */
+ dev_t dev1, dev2; /* device place holders */
};