summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-28 22:16:20 +0000
committerwollman <wollman@FreeBSD.org>1996-01-28 22:16:20 +0000
commitc02be74f05c64f577351db45298df1c42fcf75f2 (patch)
tree37f28d8762c4340f63d487d23ac932afd883fb9c /sys/i386/conf
parentfbcc7783adf8c464e809cded0cb18ee191cc9a58 (diff)
downloadFreeBSD-src-c02be74f05c64f577351db45298df1c42fcf75f2.zip
FreeBSD-src-c02be74f05c64f577351db45298df1c42fcf75f2.tar.gz
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).
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/files.i3863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 47b1aa5..4027d80 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.124 1996/01/15 10:28:14 phk Exp $
+# $Id: files.i386,v 1.125 1996/01/24 18:47:58 peter Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -247,3 +247,4 @@ gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
gnu/i386/isa/dgb.c optional dgb device-driver
gnu/i386/isa/nic3008.c optional nic device-driver
gnu/i386/isa/nic3009.c optional nnic device-driver
+pci/wd82371.c optional wd device-driver
OpenPOWER on IntegriCloud