diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-02-26 00:58:38 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1996-02-26 00:58:38 +0000 |
| commit | de0d93f53ffb882e77fe7a0ffc1fa5995366e83c (patch) | |
| tree | 2d865d49705bd9b6daa7f262e1ebfbaf7d74d71b | |
| parent | d37cc747688086ad0d944d9fdd2b467ba4bf0588 (diff) | |
Notes
| -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 04fe2701a40e6..5c9cc20cc6917 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.126 1996/01/28 22:15:56 wollman Exp $ +# $Id: files.i386,v 1.127 1996/02/02 06:55:35 pst Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -16,6 +16,7 @@ aic7xxx_seq.h optional ahc device-driver \ i386/scsi/93cx6.c optional ahc device-driver i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm +i386/eisa/3c5x9.c optional ep device-driver i386/eisa/aic7770.c optional ahc device-driver i386/eisa/aha1742.c optional ahb device-driver i386/eisa/bt74x.c optional bt device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index 04fe2701a40e6..5c9cc20cc6917 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.126 1996/01/28 22:15:56 wollman Exp $ +# $Id: files.i386,v 1.127 1996/02/02 06:55:35 pst Exp $ # aic7xxx_asm optional ahc device-driver \ dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \ @@ -16,6 +16,7 @@ aic7xxx_seq.h optional ahc device-driver \ i386/scsi/93cx6.c optional ahc device-driver i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm +i386/eisa/3c5x9.c optional ep device-driver i386/eisa/aic7770.c optional ahc device-driver i386/eisa/aha1742.c optional ahb device-driver i386/eisa/bt74x.c optional bt device-driver |
