From owner-freebsd-current Sun Sep 26 19:14:52 1999 Delivered-To: freebsd-current@freebsd.org Received: from drago.cert.org.tw (drago.cert.org.tw [140.117.100.10]) by hub.freebsd.org (Postfix) with ESMTP id E142E14BF1 for ; Sun, 26 Sep 1999 19:09:04 -0700 (PDT) (envelope-from foxfair@drago.cert.org.tw) Received: from foxfair (foxfair.cc.nsysu.edu.tw [140.117.100.101]) by drago.cert.org.tw (8.9.3/8.9.3) with SMTP id KAA01712; Mon, 27 Sep 1999 10:04:37 +0800 (CST) (envelope-from foxfair@drago.cert.org.tw) Date: Mon, 27 Sep 1999 10:07:25 +0800 From: Foxfair Hu To: ktsin@mail.singtel-yp.com Cc: current@FreeBSD.ORG Subject: Re: New ATA, HPT366 and UDMA66 In-Reply-To: <19990927004959.32421.qmail@mail.singtel-yp.com> References: <19990927004959.32421.qmail@mail.singtel-yp.com> Message-Id: <37EED15D24E.9B41FOXFAIR@drago.cert.org.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.04 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 27 Sep 1999 08:49:59 +0800 (SGT) ktsin@mail.singtel-yp.com wrote: > Hi > I'm unable to get the new ATA driver to configure the HPT366 controller > to use busmastering DMA and to make the IBM 22GXP drive run at UDMA66. > Linux HPT366 driver supports busmastering DMA and UDMA66. > Does anybody know how to fix this? > Below is a portion of the output from dmesg: [................] Check the commit message from -cvs : ===== sos 1999/09/24 05:36:11 PDT Modified files: sys/dev/ata ata-all.c ata-disk.c ata-disk.h atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h Log: Fix timeout handeling and add retry counts. Add HPT366 probe message (but no real support yet), Add CDR support for several diffenrent blocktypes, also close disk as a multisession CD. Revision Changes Path 1.22 +5 -5 src/sys/dev/ata/ata-all.c 1.27 +17 -1 src/sys/dev/ata/ata-disk.c 1.12 +2 -1 src/sys/dev/ata/ata-disk.h 1.16 +17 -2 src/sys/dev/ata/atapi-all.c 1.11 +2 -1 src/sys/dev/ata/atapi-all.h 1.18 +32 -27 src/sys/dev/ata/atapi-cd.c 1.7 +7 -7 src/sys/dev/ata/atapi-cd.h === There is no UDMA66 support for HPT366 controller now in FreeBSD. Good news is it just works fine/rocky in UDMA33 and you can use it in this mode. I think the supporting code is under the progress now. > Thanks, > kt > Cheers, -Foxfair. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message