From b2c114a92178643049830d6a28bc85130b87a84d Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 26 Oct 1993 21:26:19 +0000 Subject: 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 --- sys/conf/files.i386 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf') 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 -- cgit v1.1