Date: Sun, 6 Aug 2000 12:51:58 -0700 (PDT) From: Søren Schmidt <sos@FreeBSD.org> 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 Message-ID: <200008061951.MAA42867@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008061951.MAA42867>