From owner-cvs-all Tue Aug 10 15: 0:19 1999 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 346CD14BE4; Tue, 10 Aug 1999 15:00:16 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25669; Tue, 10 Aug 1999 14:59:59 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199908102159.OAA25669@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 10 Aug 1999 14:59:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.h ata-disk.c ata-dma.c atapi-all.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/08/10 14:59:58 PDT Modified files: sys/dev/ata ata-all.h ata-disk.c ata-dma.c atapi-all.c Log: Support DMA on ATAPI devices (finally). This makes my system use only ~5% CPU on reading 4.5Mbyte/sec from a CDROM, which before was limitted to 1.8Mbyte/sec due to 100% CPU load.. Revision Changes Path 1.8 +6 -7 src/sys/dev/ata/ata-all.h 1.16 +6 -2 src/sys/dev/ata/ata-disk.c 1.10 +6 -1 src/sys/dev/ata/ata-dma.c 1.11 +80 -3 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message