From: Jeff Garzik <jgarzik@pobox.com>
To: Doug Maxey <dwm@austin.ibm.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, Brett Russ <russb@emc.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-ide@vger.kernel.org,
Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Subject: Re: [PATCH] (IDE) restore access to low order LBA following error
Date: Fri, 06 Aug 2004 13:06:03 -0400 [thread overview]
Message-ID: <4113BA7B.20405@pobox.com> (raw)
In-Reply-To: <200408061623.i76GNfDa016095@falcon10.austin.ibm.com>
Doug Maxey wrote:
> On Thu, 05 Aug 2004 21:45:59 EDT, Jeff Garzik wrote:
>
>>ATAPI works too..... assuming your CD/DVD drive never encounters a
>>CHECK CONDITION requiring REQUEST SENSE to be issued... ;-)
>
>
> Heh. Where should one start looking to get this enabled? I have to
> admit that I have given the code only a few minutes viewing.
top of include/linux/libata.h:
/*
* compile-time options
*/
#undef ATA_FORCE_PIO /* do not configure or use DMA */
#undef ATA_DEBUG /* debugging output */
#undef ATA_VERBOSE_DEBUG /* yet more debugging output */
#undef ATA_IRQ_TRAP /* define to ack screaming irqs */
#undef ATA_NDEBUG /* define to disable quick runtime checks */
#undef ATA_ENABLE_ATAPI /* define to enable ATAPI support */
#undef ATA_ENABLE_PATA /* define to enable PATA support in some
* low-level drivers */
#undef ATAPI_ENABLE_DMADIR /* enables ATAPI DMADIR bridge support */
prev parent reply other threads:[~2004-08-06 17:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-05 16:46 [PATCH] (IDE) restore access to low order LBA following error Brett Russ
2004-08-05 16:45 ` Alan Cox
2004-08-05 20:50 ` Brett Russ
2004-08-05 23:13 ` Jeff Garzik
2004-08-06 0:01 ` Alan Cox
2004-08-06 1:45 ` Jeff Garzik
2004-08-06 16:23 ` Doug Maxey
2004-08-06 17:06 ` Jeff Garzik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4113BA7B.20405@pobox.com \
--to=jgarzik@pobox.com \
--cc=B.Zolnierkiewicz@elka.pw.edu.pl \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dwm@austin.ibm.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=russb@emc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).