diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 2004-01-23 10:38:56 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 2004-01-23 10:38:56 +0000 |
| commit | 17cafb29a0399d5c6c958e0165189a9f51ef736a (patch) | |
| tree | 76a75b0afee5e70d36cfc913a045717db77611e1 /sys/dev/ata | |
| parent | 19391684161d88d665147aa56db406b0d5d40802 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata-disk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-disk.c b/sys/dev/ata/ata-disk.c index 50147a847e45..6d3917176811 100644 --- a/sys/dev/ata/ata-disk.c +++ b/sys/dev/ata/ata-disk.c @@ -131,7 +131,6 @@ ad_attach(struct ata_device *atadev) ad_config(atadev); /* lets create the disk device */ - adp->max_iosize = DEV_BSIZE; adp->disk.d_open = adopen; adp->disk.d_strategy = adstrategy; adp->disk.d_dump = addump; |
