Date: Thu, 15 Mar 2001 07:36:26 -0800 (PST) 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-disk.c ata-dma.c ata-raid.c atapi-all.c atapi-all.h atapi-cd.c atapi-fd.c atapi-tape.c Message-ID: <200103151536.f2FFaQx27458@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103151536.f2FFaQx27458>