From owner-cvs-all Tue Dec 14 2:25:32 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 644E214C1A; Tue, 14 Dec 1999 02:25:29 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94625; Tue, 14 Dec 1999 02:25:29 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <199912141025.CAA94625@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 14 Dec 1999 02:25:29 -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 atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/12/14 02:25:29 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c atapi-tape.c Log: Have another go at the VIA support, this time use the PCI ID form the main component in the southbridge chip to determine which VIA chip we are dealing with. Try to enable DMA on generic controllers that say they has the capability, instead of relying on the BIOS to have set it up. Revision Changes Path 1.35 +30 -9 src/sys/dev/ata/ata-all.c 1.16 +2 -1 src/sys/dev/ata/ata-all.h 1.45 +3 -2 src/sys/dev/ata/ata-disk.c 1.23 +13 -9 src/sys/dev/ata/ata-dma.c 1.26 +2 -1 src/sys/dev/ata/atapi-all.c 1.28 +2 -1 src/sys/dev/ata/atapi-cd.c 1.28 +2 -1 src/sys/dev/ata/atapi-fd.c 1.24 +2 -1 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