Removed wx driver hooks.

This commit is contained in:
Nate Williams 1994-01-04 20:09:28 +00:00
parent 56067a6eec
commit dd807b39fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=936
3 changed files with 3 additions and 6 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.19 1993/10/26 21:24:34 nate Exp $
# $Id: files.i386,v 1.20 1993/10/26 21:26:19 nate Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@ -67,4 +67,3 @@ 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,9 +1,8 @@
# This file tells what major numbers the various possible swap devices have.
#
# $Id: devices.i386,v 1.3 1993/10/11 06:19:39 rgrimes Exp $
# $Id: devices.i386,v 1.4 1993/10/26 21:27:07 nate Exp $
#
wd 0
wx 0
dk 1
fd 2
wt 3

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.19 1993/10/26 21:24:34 nate Exp $
# $Id: files.i386,v 1.20 1993/10/26 21:26:19 nate Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@ -67,4 +67,3 @@ 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