From owner-freebsd-commit Sun Jan 28 14:16:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04922 for freebsd-commit-outgoing; Sun, 28 Jan 1996 14:16:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04909 for cvs-all-outgoing; Sun, 28 Jan 1996 14:16:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04893 for cvs-sys-outgoing; Sun, 28 Jan 1996 14:16:28 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04885 Sun, 28 Jan 1996 14:16:24 -0800 (PST) Date: Sun, 28 Jan 1996 14:16:24 -0800 (PST) From: Garrett Wollman Message-Id: <199601282216.OAA04885@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c wdreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/28 14:16:23 Modified: sys/pci pcisupport.c sys/i386/conf files.i386 sys/i386/isa wd.c wdreg.h Added: sys/pci wd82371.c wd82371reg.h Log: Implement a prototype interface to bus-master IDE DMA on the Triton chipset. This does not attempt to do anything special with the timing on the hope that the BIOS will have done the right thing already. The actual interface from the wd driver to the new facility is not implemented yet (this commit being an attempt at prodding someone else to do it because looking at the wd driver always confuses the h*** out of me). Revision Changes Path 1.31 +5 -5 src/sys/pci/pcisupport.c 1.126 +2 -1 src/sys/i386/conf/files.i386 1.104 +3 -1 src/sys/i386/isa/wd.c 1.11 +46 -1 src/sys/i386/isa/wdreg.h