diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2002-06-19 12:41:05 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2002-06-19 12:41:05 +0000 |
| commit | 9153cecd645bf6d303cf5c8ac67fe71ea337e3d2 (patch) | |
| tree | 121e0a00102dcd42b3ffc58f37a98b68aff712ba /sys/dev/ata/atapi-fd.h | |
| parent | 098d258d05b49ba7c43a458868f440a5fb914e4a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-fd.h')
| -rw-r--r-- | sys/dev/ata/atapi-fd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index 8de3e197cf1c..ee4fc73f36e0 100644 --- a/sys/dev/ata/atapi-fd.h +++ b/sys/dev/ata/atapi-fd.h @@ -71,7 +71,6 @@ struct afd_cappage { struct afd_softc { struct ata_device *device; /* device softc */ int lun; /* logical device unit */ - int transfersize; /* max size of each transfer */ struct bio_queue_head queue; /* queue of i/o requests */ struct afd_cappage cap; /* capabilities page info */ struct disk disk; /* virtual drives */ |
