diff options
author | dfr <dfr@FreeBSD.org> | 1997-06-02 08:19:06 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1997-06-02 08:19:06 +0000 |
commit | 6ba14cc686e7f472a6937088de33f356556bf759 (patch) | |
tree | c7c4bcee2063b32a59ec0918ff2f82386e367571 /sys/i386/conf/files.i386 | |
parent | 33ddef35e6191fb2cd19ec096f2d855851331a45 (diff) | |
download | FreeBSD-src-6ba14cc686e7f472a6937088de33f356556bf759.zip FreeBSD-src-6ba14cc686e7f472a6937088de33f356556bf759.tar.gz |
Move interrupt handling code from isa.c to a new file. This should make
isa.c (slightly) more portable and will make my life developing the really
portable version much easier.
Reviewed by: peter, fsmp
Diffstat (limited to 'sys/i386/conf/files.i386')
-rw-r--r-- | sys/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index f917fc0..f9d9342 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.163 1997/05/31 18:01:38 peter Exp $ +# $Id: files.i386,v 1.164 1997/06/01 20:25:55 bde Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ @@ -126,6 +126,7 @@ i386/isa/if_ze.c optional ze device-driver i386/isa/if_zp.c optional zp device-driver i386/isa/ipl_funcs.c standard \ compile-with "${CC} -c ${CFLAGS} ${PROF:S/^$/-fomit-frame-pointer/} $<" +i386/isa/intr_machdep.c standard i386/isa/isa.c optional isa device-driver i386/isa/istallion.c optional stli device-driver i386/isa/joy.c optional joy device-driver |