Re: how to limit number of sectors each time
- From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
- Date: Fri, 17 Oct 2008 18:47:00 +0200
[ added linux-ide@ to cc:, please use it for ATA questions ]
On Thursday 16 October 2008, gshan wrote:
(please never send out html only emails, it's considered very bad styleI'm using IDE driver instead of HD driver.
on this list)
Sounds like you need a quirk/blacklist entry for that drive, if it
doesn't support 0x00 as meaning 256 sectors. If you are using libata,
you can add a ATA_HORKAGE_MAX_SEC_128 entry to ata_device_blacklist[] in
drivers/ata/libata-core.c
Then you need to add check for this device to ide_disk_setup()
(prior to blk_queue_max_sectors() call) in drivers/ide/ide-disk.c.
Thanks,
Bart
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- how to limit number of sectors each time
- From: gshan
- Re: how to limit number of sectors each time
- From: gshan
- how to limit number of sectors each time
- Prev by Date: Re: [GIT PULL] UWB, WUSB, and WLP subsystems for 2.6.28
- Next by Date: [git pull] IDE updates #3
- Previous by thread: Re: how to limit number of sectors each time
- Next by thread: [git pull] Input updates for 2.6.28-rc0 (part I)
- Index(es):
Relevant Pages
|