Move fd driver back to files.${arch} since pc98 has a special fd driver.
This commit is contained in:
parent
d69065a41e
commit
a92ac6bc75
@ -730,4 +730,3 @@ isa_if.h optional isa \
|
||||
clean "isa_if.h"
|
||||
isa/isa_common.c optional isa device-driver
|
||||
isa/isahint.c optional isa device-driver
|
||||
isa/fd.c optional fd device-driver
|
||||
|
@ -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.242 1999/05/14 17:39:50 gibbs Exp $
|
||||
# $Id: files.i386,v 1.243 1999/05/31 18:33:18 dfr Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -136,6 +136,7 @@ i386/isa/cy.c optional cy device-driver
|
||||
i386/isa/diskslice_machdep.c standard
|
||||
i386/isa/elink.c optional ep device-driver
|
||||
i386/isa/elink.c optional ie device-driver
|
||||
i386/isa/fd.c optional fd device-driver
|
||||
i386/isa/fla.c optional fla device-driver
|
||||
i386/isa/gpib.c optional gp device-driver
|
||||
i386/isa/asc.c optional asc device-driver
|
||||
|
@ -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.242 1999/05/14 17:39:50 gibbs Exp $
|
||||
# $Id: files.i386,v 1.243 1999/05/31 18:33:18 dfr Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -136,6 +136,7 @@ i386/isa/cy.c optional cy device-driver
|
||||
i386/isa/diskslice_machdep.c standard
|
||||
i386/isa/elink.c optional ep device-driver
|
||||
i386/isa/elink.c optional ie device-driver
|
||||
i386/isa/fd.c optional fd device-driver
|
||||
i386/isa/fla.c optional fla device-driver
|
||||
i386/isa/gpib.c optional gp device-driver
|
||||
i386/isa/asc.c optional asc device-driver
|
||||
|
Loading…
x
Reference in New Issue
Block a user