From owner-freebsd-current Wed Jun 20 22:35:33 2001 Delivered-To: freebsd-current@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id A1F6537B403 for ; Wed, 20 Jun 2001 22:35:30 -0700 (PDT) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.11.4/8.11.4) id f5L5ZOF62152; Thu, 21 Jun 2001 12:35:24 +0700 (NOVST) (envelope-from nnd) Date: Thu, 21 Jun 2001 12:35:24 +0700 (NOVST) Message-Id: <200106210535.f5L5ZOF62152@wint.itfs.nsk.su> From: nnd@mail.nsk.ru To: current@freebsd.org Subject: More ATA disks with tagged queueing ? User-Agent: tin/1.5.9-20010522 ("Blue Water") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After applaying the next patch I can now see in dmesg output: ........ ad4: 19574MB [39770/16/63] at ata2-master tagged UDMA66 ad6: 19623MB [39870/16/63] at ata3-master tagged UDMA66 ......... This configuration (ad6 is the IBM's Deskstar 60GXP(?) series disk) was 'tested' by the 'make -j32 buildworld' with the /usr/obj on the ad6 disk. Does this mean that this disk really support "tagged queueing" ? Is there any way to test/demonstarte this ? N.Dudorov ======================================================================== Index: sys/dev/ata/ata-disk.c =================================================================== RCS file: /scratch/CVS/src/sys/dev/ata/ata-disk.c,v retrieving revision 1.108 diff -b -u -r1.108 ata-disk.c --- sys/dev/ata/ata-disk.c 2001/06/08 05:24:13 1.108 +++ sys/dev/ata/ata-disk.c 2001/06/20 11:17:05 @@ -841,7 +841,7 @@ static int ad_tagsupported(struct ad_softc *adp) { - const char *drives[] = {"IBM-DPTA", "IBM-DTLA", NULL}; + const char *drives[] = {"IBM-DPTA", "IBM-DTLA", "IC35L020AVER07-0", NULL}; int i = 0; /* Promise controllers doesn't work with tagged queuing */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message