From owner-cvs-all Tue Dec 21 12:19: 1 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 DEAEF1551E; Tue, 21 Dec 1999 12:18:58 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52298; Tue, 21 Dec 1999 12:18:58 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <199912212018.MAA52298@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 21 Dec 1999 12:18:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/12/21 12:18:58 PST Modified files: sys/dev/ata ata-all.c ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Yet another cleanup of the VIA code, this time it should work on all combinations (I hope)... Add DMA support for the AMD 756 chip (K7 chipset) this is actually the same as the VIA 82C686 chip (the ATA part that is). Treat the intel MX chipset PIIX as a PIIX4 Allow UDMA on all disks that say they can handle it. Cleanup probe printf's a bit Remove alot of the old #ifdef DEBUG crap. Revision Changes Path 1.37 +9 -19 src/sys/dev/ata/ata-all.c 1.47 +4 -35 src/sys/dev/ata/ata-disk.c 1.17 +2 -1 src/sys/dev/ata/ata-disk.h 1.24 +50 -90 src/sys/dev/ata/ata-dma.c 1.28 +1 -25 src/sys/dev/ata/atapi-all.c 1.30 +1 -8 src/sys/dev/ata/atapi-cd.c 1.29 +1 -4 src/sys/dev/ata/atapi-fd.c 1.25 +1 -12 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