From owner-cvs-all Tue Aug 21 4:35:55 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 4EE1537B405; Tue, 21 Aug 2001 04:35:48 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LBZmg24950; Tue, 21 Aug 2001 04:35:48 -0700 (PDT) (envelope-from sos) Message-Id: <200108211135.f7LBZmg24950@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 21 Aug 2001 04:35:48 -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-disk.c ata-dma.c ata-pci.c atapi-all.c atapi-all.h atapi-cd.c atapi-tape.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/08/21 04:35:48 PDT Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c ata-pci.c atapi-all.c atapi-all.h atapi-cd.c atapi-tape.c Log: Finally commit some of the minor things I've collected over the last month(s): Add tagged queueing support for new IBM drives. Add support for Yet Another Promise ATA 100 chip. Flush disk cache on close. Dont flush the disk cache on BIO_ORDERED anymore. Cleanup the tests for DMA on ATAPI devices. Allow to share ALL irq's even the std irg 14 & 15. Fix calculation bug in end of media code on CD's. Add REZERO on opening a CDR/CDRW. Cleanup ataioctl a bit. Revision Changes Path 1.117 +11 -14 src/sys/dev/ata/ata-all.c 1.45 +2 -1 src/sys/dev/ata/ata-all.h 1.109 +28 -5 src/sys/dev/ata/ata-disk.c 1.66 +22 -24 src/sys/dev/ata/ata-dma.c 1.7 +7 -5 src/sys/dev/ata/ata-pci.c 1.78 +2 -2 src/sys/dev/ata/atapi-all.c 1.39 +2 -2 src/sys/dev/ata/atapi-all.h 1.96 +9 -4 src/sys/dev/ata/atapi-cd.c 1.58 +2 -2 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