From owner-cvs-all Sun Aug 6 12:52: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CE5B37B580; Sun, 6 Aug 2000 12:51:58 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA42867; Sun, 6 Aug 2000 12:51:59 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200008061951.MAA42867@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 6 Aug 2000 12:51:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-dma.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/08/06 12:51:58 PDT Modified files: sys/dev/ata ata-all.c ata-all.h ata-dma.c Log: Add experimental code for ATA100 support on: Promise Ultra100 / Fasttrak100 HighPoint HPT370 controllers (fx Abit KA7-100 onboard ctrl, Abit HotRod 100) Intel ICH2 (Intel 815E based motherboards) So far I can read >90MB/s on the Promise and the HPT370. I can write >64MB/s on the promise and >50MB/s on the HPT370 so it seems writing is still done in ATA66 mode :( The ICH2 support is untested as of yet... Revision Changes Path 1.61 +49 -9 src/sys/dev/ata/ata-all.c 1.30 +2 -1 src/sys/dev/ata/ata-all.h 1.40 +151 -57 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message