From owner-cvs-all Thu Mar 15 7:36:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1C2437B71A; Thu, 15 Mar 2001 07:36:26 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2FFaQx27458; Thu, 15 Mar 2001 07:36:26 -0800 (PST) (envelope-from sos) Message-Id: <200103151536.f2FFaQx27458@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 15 Mar 2001 07:36:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c ata-raid.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/03/15 07:36:26 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c ata-raid.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c Log: Provide the interface to atacontrol and associated logic. see atacontrol(8) for more. Also the ATA_ENABLE_ATAPI_DMA, ATA_ENABLE_WC and ATA_ENABLE_TAGS options are gone, use the tuneables listed in ata.4 instead from the loader (this makes it possible to switch off DMA before the driver has to touch the devices on broken hardware). Revision Changes Path 1.109 +199 -60 src/sys/dev/ata/ata-all.c 1.42 +4 -144 src/sys/dev/ata/ata-all.h 1.96 +103 -76 src/sys/dev/ata/ata-disk.c 1.60 +2 -1 src/sys/dev/ata/ata-dma.c 1.12 +2 -1 src/sys/dev/ata/ata-raid.c 1.66 +69 -58 src/sys/dev/ata/atapi-all.c 1.35 +1 -2 src/sys/dev/ata/atapi-all.h 1.80 +62 -66 src/sys/dev/ata/atapi-cd.c 1.61 +35 -29 src/sys/dev/ata/atapi-fd.c 1.53 +35 -27 src/sys/dev/ata/atapi-tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message