diff options
author | se <se@FreeBSD.org> | 1995-02-01 23:02:24 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 1995-02-01 23:02:24 +0000 |
commit | 4682bba3f2a9b0903935ea2ffe9a792e38945f7b (patch) | |
tree | 7c1019c24b51588ff819684d2bfd0eb07c4dcbbb /sys/conf | |
parent | 2b8c87f8e9b1fe9fe6fcae2d436eee52accc1847 (diff) | |
download | FreeBSD-src-4682bba3f2a9b0903935ea2ffe9a792e38945f7b.zip FreeBSD-src-4682bba3f2a9b0903935ea2ffe9a792e38945f7b.tar.gz |
Reviewed by: se
Submitted by: wolf (Wolfgang Stanglmeier)
Most PCI specific files moved from sys/i386/pci to sys/pci.
One PC specific file (pcibus.c) new in sys/i386/isa.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.i386 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index f794980..238a210 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.75 1995/01/27 07:49:00 phk Exp $ +# $Id: files.i386,v 1.76 1995/01/28 04:20:55 jkh Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -57,7 +57,6 @@ aic7xxx_seq.h optional ahc device-driver \ i386/scsi/aic7xxx.c optional ahc device-driver \ dependancy "aic7xxx_seq.h" i386/isa/aic7770.c optional ahc device-driver -i386/pci/aic7870.c optional ahc device-driver i386/isa/aic6360.c optional aic device-driver i386/isa/b004.c optional bqu device-driver i386/isa/bt742a.c optional bt device-driver @@ -142,12 +141,7 @@ i386/isa/pcvt/pcvt_out.c optional vt device-driver i386/isa/pcvt/pcvt_kbd.c optional vt device-driver i386/isa/pcvt/pcvt_vtf.c optional vt device-driver i386/isa/pcvt/pcvt_ext.c optional vt device-driver -i386/pci/if_de.c optional de device-driver -i386/pci/ncr.c optional ncr device-driver -i386/pci/pci.c optional pci device-driver -i386/pci/pcibios.c optional pci -i386/pci/pci_config.c optional pci -i386/pci/pcisupport.c optional pci +i386/isa/pcibus.c optional pci device-driver gnu/i386/scd.c optional scd device-driver gnu/i386/fpemul/div_small.s optional gpl_math_emulate gnu/i386/fpemul/errors.c optional gpl_math_emulate |