From owner-cvs-all Tue Dec 3 12:23:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D962C37B401; Tue, 3 Dec 2002 12:23:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E8843E9C; Tue, 3 Dec 2002 12:23:49 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB3KJcmV074277; Tue, 3 Dec 2002 12:19:38 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB3KJcdf074276; Tue, 3 Dec 2002 12:19:38 -0800 (PST) Message-Id: <200212032019.gB3KJcdf074276@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 3 Dec 2002 12:19:38 -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-cbus.c ata-disk.c ata-dma.c ata-isa.c ata-pci.c atapi-fd.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 2002/12/03 12:19:38 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-dma.c ata-isa.c ata-pci.c atapi-fd.c Added files: sys/dev/ata ata-cbus.c Log: Add support for the PC98 platform to the ATA driver. This mostly consists of functionality to serialize accesses to the two ATA channels (which can also be used to "fix" certain PCI based controllers). Add support for Acard controllers. Enable the ATA driver in PC98 GENERIC, and add device hints. Update man page with latest support. The PC98 core team has kindly provided me with a PC98 machine that made this all possible, thanks to all that contributed to that effort, without that this would probably newer have been possible.. Approved by: re@ Revision Changes Path 1.160 +53 -17 src/sys/dev/ata/ata-all.c 1.55 +18 -10 src/sys/dev/ata/ata-all.h 1.1 +263 -0 src/sys/dev/ata/ata-cbus.c (new) 1.137 +8 -0 src/sys/dev/ata/ata-disk.c 1.106 +142 -0 src/sys/dev/ata/ata-dma.c 1.10 +14 -1 src/sys/dev/ata/ata-isa.c 1.51 +92 -14 src/sys/dev/ata/ata-pci.c 1.79 +4 -0 src/sys/dev/ata/atapi-fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message