aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-fd.h
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2001-03-14 12:05:44 +0000
committerSøren Schmidt <sos@FreeBSD.org>2001-03-14 12:05:44 +0000
commit8ea3ce2aac9386a3130dce606f251d1f8efccbb6 (patch)
treede6db8fe78eb07c4f61eb41356b3fc89f04e3d12 /sys/dev/ata/atapi-fd.h
parent5e30415625af35f7951dbf8d46352dc9f779bd19 (diff)
Notes
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
-rw-r--r--sys/dev/ata/atapi-fd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h
index 8c633d4605a62..84d566936bed3 100644
--- a/sys/dev/ata/atapi-fd.h
+++ b/sys/dev/ata/atapi-fd.h
@@ -74,7 +74,7 @@ struct afd_softc {
struct atapi_softc *atp; /* controller structure */
int lun; /* logical device unit */
int transfersize; /* max size of each transfer */
- struct bio_queue_head bio_queue; /* queue of i/o requests */
+ struct bio_queue_head queue; /* queue of i/o requests */
struct afd_header header; /* capabilities page info */
struct afd_cappage cap; /* capabilities page info */
struct disk disk; /* virtual drives */