From 62f23575fcf8763e7e6d9e829de09aacb126a0d0 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 4 Jul 1995 21:00:53 +0000 Subject: [PATCH] Add entry for i386/scsi/93cx6.c, the file that handles serial eeprom routines for the aic7xxx driver. If and when other drivers start to access similar serial eeproms, this file should probably be moved. --- sys/conf/files.i386 | 3 ++- 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 30adf5826959..f05ddad6e47e 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.97 1995/04/23 18:30:27 wollman Exp $ +# $Id: files.i386,v 1.98 1995/04/28 00:51:20 dufault Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -13,6 +13,7 @@ aic7xxx_seq.h optional ahc device-driver \ compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend \ clean "aic7xxx_seq.h" +i386/scsi/93cx6.c optional ahc device-driver i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm i386/i386/autoconf.c standard device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 30adf5826959..f05ddad6e47e 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.97 1995/04/23 18:30:27 wollman Exp $ +# $Id: files.i386,v 1.98 1995/04/28 00:51:20 dufault Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -13,6 +13,7 @@ aic7xxx_seq.h optional ahc device-driver \ compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \ no-obj no-implicit-rule before-depend \ clean "aic7xxx_seq.h" +i386/scsi/93cx6.c optional ahc device-driver i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm i386/i386/autoconf.c standard device-driver