diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2000-09-19 11:08:39 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2000-09-19 11:08:39 +0000 |
| commit | 8563f77dc90160c66f0ff92d8049c9d87f0e30fb (patch) | |
| tree | 49a4d86dc0ff01f6c8d51d6ea7a37fb9520d744d /sys/dev/ata/atapi-fd.h | |
| parent | 300019c450d6b182d059337752bec8beede1f757 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
| -rw-r--r-- | sys/dev/ata/atapi-fd.h | 4 |
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 */ |
