From owner-cvs-all Tue Aug 28 10:56:21 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 4B64737B407; Tue, 28 Aug 2001 10:56:15 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7SHuFr00960; Tue, 28 Aug 2001 10:56:15 -0700 (PDT) (envelope-from sos) Message-Id: <200108281756.f7SHuFr00960@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 28 Aug 2001 10:56:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-tape.c X-FreeBSD-CVS-Branch: RELENG_4 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/28 10:56:15 PDT Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-tape.c Log: MFC: Add support for yet another VIA '686 chip combo. Fix minor bug in the VIA code. Add support for Promise TX2 chips, includind tagged queueing. Allow sharing of the primary/secondary irq's (14 & 15) Add support for tagged queueing on new IBM disks (IC*). Fix support for Yamaha & NEC burners. Fix calculation of EOM on CDROM's Quiet the READ TOC errors when burning CDR/RW's. This brings the 4.x branch in sync with -current as of 2001-08-28. Approved by: jkh Revision Changes Path 1.50.2.20 +16 -9 src/sys/dev/ata/ata-all.c 1.60.2.16 +19 -5 src/sys/dev/ata/ata-disk.c 1.35.2.14 +29 -26 src/sys/dev/ata/ata-dma.c 1.46.2.9 +8 -3 src/sys/dev/ata/atapi-all.c 1.22.2.7 +3 -2 src/sys/dev/ata/atapi-all.h 1.48.2.12 +67 -48 src/sys/dev/ata/atapi-cd.c 1.15.2.7 +4 -7 src/sys/dev/ata/atapi-cd.h 1.36.2.7 +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