From owner-freebsd-current@FreeBSD.ORG Thu Jul 24 07:32:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A877D37B401 for ; Thu, 24 Jul 2003 07:32:58 -0700 (PDT) Received: from bspu.secna.ru (ns2.uni-altai.ru [80.247.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B8B43F75 for ; Thu, 24 Jul 2003 07:32:57 -0700 (PDT) (envelope-from swp@uni-altai.ru) Received: from bspu.secna.ru (smmsp@localhost [127.0.0.1]) by bspu.secna.ru (8.12.9/8.12.9) with ESMTP id h6OEX7qw050270 for ; Thu, 24 Jul 2003 21:33:07 +0700 (NOVST) Received: (from root@localhost) by bspu.secna.ru (8.12.9/8.12.9/Submit) id h6OEX7FB050269 for freebsd-current@freebsd.org; Thu, 24 Jul 2003 21:33:07 +0700 (NOVST) (envelope-from swp) Date: Thu, 24 Jul 2003 21:33:07 +0700 From: "mitrohin a.s." To: freebsd-current@freebsd.org Message-ID: <20030724143307.GD47244@bspu.secna.ru> References: <20030724124909.GA47244@bspu.secna.ru> <200307241326.h6ODQr5L068527@spider.deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307241326.h6ODQr5L068527@spider.deepcore.dk> User-Agent: Mutt/1.5.1i Subject: Re: ata tagged queuing support question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: swp@uni-altai.ru List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 14:32:58 -0000 On Thu, Jul 24, 2003 at 03:26:53PM +0200, Soeren Schmidt wrote: > It seems mitrohin a.s. wrote: > > ata-disk.c > > > > /* 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; > > adp->device->channel->flags |= ATA_QUEUED; > > if (ata_command(atadev, ATA_C_SETFEATURES, > > 0, 0, ATA_C_F_DIS_RELIRQ, ATA_WAIT_INTR)) > > ata_prtdev(atadev, "disabling release interrupt failed\n"); > > if (ata_command(atadev, ATA_C_SETFEATURES, > > 0, 0, ATA_C_F_DIS_SRVIRQ, ATA_WAIT_INTR)) > > ata_prtdev(atadev, "disabling service interrupt failed\n"); > > } > > #endif > > > > tagged queueing broken in -current? i have IBM ICxxxxxAV drives and want > > to use this feature. can i enable this block? > > It doesn't work for now, and question is if it will ever be enabled > again as it causes more problems than it solves. > > -S?ren thanks... /swp