Re: IDE / SmartMedia

Jens Axboe (axboe@suse.de)
Mon, 15 Apr 2002 10:05:40 +0200


On Mon, Apr 15 2002, Andries.Brouwer@cwi.nl wrote:
> > The TCQ stuff is definitely experimental, you should probably
> > configure it out for now.
>
> % grep TCQ .config
> # CONFIG_BLK_DEV_IDE_TCQ is not set
> # CONFIG_BLK_DEV_IDE_TCQ_DEFAULT is not set
>
> That was not it. I had not selected DMA. Doing so does not help,
> but reveals a new choice, namely support for HPT366.
> Selecting CONFIG_BLK_DEV_HPT366 makes the crash go away.

--- drivers/ide/ide.c~ 2002-04-15 10:05:03.000000000 +0200
+++ drivers/ide/ide.c 2002-04-15 10:05:12.000000000 +0200
@@ -2764,7 +2764,6 @@
if (i) {
drive->queue_depth = i;
if (i >= 1) {
- drive->using_tcq = 1;
drive->tcq->queued = 0;
drive->tcq->active_tag = -1;
return 0;

-- 
Jens Axboe

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/