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
This commit is contained in:
nate 1993-10-26 21:26:19 +00:00
parent c9630f19bd
commit b2c114a921
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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