diff options
author | peter <peter@FreeBSD.org> | 1999-05-08 15:46:46 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-05-08 15:46:46 +0000 |
commit | e39022f13986622c2a954b2785a7fa6007057ee1 (patch) | |
tree | 5927a15f0af1122240ce89dfd79244c2e8608963 | |
parent | 5deefeaebbfac6b0654a056dc9cd2c60ad064c8a (diff) | |
download | FreeBSD-src-e39022f13986622c2a954b2785a7fa6007057ee1.zip FreeBSD-src-e39022f13986622c2a954b2785a7fa6007057ee1.tar.gz |
Take a guess at a halfway reasonable fla entry so that the build
doesn't break on isa_compat.[ch]. phk - change this to what you need..
-rw-r--r-- | sys/conf/files.i386 | 3 | ||||
-rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 53dc919..fcaffa4 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.236 1999/04/16 21:22:10 peter Exp $ +# $Id: files.i386,v 1.237 1999/05/05 07:36:55 wpaul Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -138,6 +138,7 @@ 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 i386/isa/gsc.c optional gsc device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 53dc919..fcaffa4 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/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.236 1999/04/16 21:22:10 peter Exp $ +# $Id: files.i386,v 1.237 1999/05/05 07:36:55 wpaul Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -138,6 +138,7 @@ 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 i386/isa/gsc.c optional gsc device-driver |