diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-07-04 21:00:53 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-07-04 21:00:53 +0000 |
commit | 8fbb1475088b3c840197359311b208f1900c7e4e (patch) | |
tree | 3007de680e5d5a328671fab35dacea0170b37792 /sys/i386 | |
parent | 0917dc17df5620d2365a37a451aa9e5c68e47080 (diff) | |
download | FreeBSD-src-8fbb1475088b3c840197359311b208f1900c7e4e.zip FreeBSD-src-8fbb1475088b3c840197359311b208f1900c7e4e.tar.gz |
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.
Diffstat (limited to 'sys/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 30adf58..f05ddad 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 |