summaryrefslogtreecommitdiff
path: root/sys/dev/ata/atapi-fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
-rw-r--r--sys/dev/ata/atapi-fd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h
index d68474ac1d3f..203dcea7f5b0 100644
--- a/sys/dev/ata/atapi-fd.h
+++ b/sys/dev/ata/atapi-fd.h
@@ -72,8 +72,8 @@ struct afd_cappage {
struct afd_softc {
struct atapi_softc *atp; /* controller structure */
- int32_t lun; /* logical device unit */
- int32_t transfersize; /* max size of each transfer */
+ int lun; /* logical device unit */
+ int transfersize; /* max size of each transfer */
struct bio_queue_head bio_queue; /* queue of i/o requests */
struct afd_header header; /* capabilities page info */
struct afd_cappage cap; /* capabilities page info */