summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-10-26 21:26:19 +0000
committernate <nate@FreeBSD.org>1993-10-26 21:26:19 +0000
commitb2c114a92178643049830d6a28bc85130b87a84d (patch)
tree2e0c6da94a7a32b36949e3ad9a86027a9066bf5e /sys/conf
parentc9630f19bd265f65be7f1c80df427373e499aeba (diff)
downloadFreeBSD-src-b2c114a92178643049830d6a28bc85130b87a84d.zip
FreeBSD-src-b2c114a92178643049830d6a28bc85130b87a84d.tar.gz
Added alternative wd driver (called wx due to device name limitations)
This will be removed when a single driver that works on all hardware can be verified
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3863
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 4768e2c..dadd51c 100644
--- a/sys/conf/files.i386
+++ b/sys/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.18 1993/10/23 20:31:17 rgrimes Exp $
+# $Id: files.i386,v 1.19 1993/10/26 21:24:34 nate Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -67,3 +67,4 @@ i386/isa/tw.c optional tw device-driver
i386/isa/ultra14f.c optional uha device-driver
i386/isa/wd.c optional wd device-driver
i386/isa/wt.c optional wt device-driver
+i386/isa/wx.c optional wx device-driver
OpenPOWER on IntegriCloud