Temporarily disable tagged queueing while I figure out why it broke.

This commit is contained in:
Søren Schmidt 2003-02-23 16:43:26 +00:00
parent 4efc1603dc
commit 7931af6934

View File

@ -189,6 +189,7 @@ ad_attach(struct ata_device *atadev)
atadev->setmode(atadev, ATA_PIO_MAX);
/* use tagged queueing if allowed and supported */
#if 0 /* disable tags for now */
if (ata_tags && ad_tagsupported(adp)) {
adp->num_tags = atadev->param->queuelen;
adp->flags |= AD_F_TAG_ENABLED;
@ -200,7 +201,7 @@ ad_attach(struct ata_device *atadev)
0, 0, ATA_C_F_DIS_SRVIRQ, ATA_WAIT_INTR))
ata_prtdev(atadev, "disabling service interrupt failed\n");
}
#endif
ATA_UNLOCK_CH(atadev->channel);
devstat_add_entry(&adp->stats, "ad", adp->lun, DEV_BSIZE,