From 9153cecd645bf6d303cf5c8ac67fe71ea337e3d2 Mon Sep 17 00:00:00 2001 From: Søren Schmidt Date: Wed, 19 Jun 2002 12:41:05 +0000 Subject: Use si_iosize_max to tell the upper layers not to use more than 32K chunks on ZIP drives instead of deblocking it in the driver. --- sys/dev/ata/atapi-fd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ata/atapi-fd.h') diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index 8de3e197cf1c5..ee4fc73f36e02 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 */ -- cgit v1.3