diff options
-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 ccea5ea7..fcb10c7 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.160 1997/04/26 11:44:58 peter Exp $ +# $Id: files.i386,v 1.161 1997/05/22 08:47:40 msmith Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ @@ -120,6 +120,7 @@ i386/isa/if_sr.c optional sr device-driver i386/isa/if_wl.c optional wl device-driver i386/isa/if_ze.c optional ze device-driver i386/isa/if_zp.c optional zp device-driver +i386/isa/ipl_funcs.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 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index ccea5ea7..fcb10c7 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.160 1997/04/26 11:44:58 peter Exp $ +# $Id: files.i386,v 1.161 1997/05/22 08:47:40 msmith Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/*.[chyl]" \ @@ -120,6 +120,7 @@ i386/isa/if_sr.c optional sr device-driver i386/isa/if_wl.c optional wl device-driver i386/isa/if_ze.c optional ze device-driver i386/isa/if_zp.c optional zp device-driver +i386/isa/ipl_funcs.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 |