From 70008bb125f7d287408676c9f12224b319fe0a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 1 Feb 1995 23:02:24 +0000 Subject: [PATCH] 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. --- sys/conf/files.i386 | 10 ++-------- sys/i386/conf/files.i386 | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index f7949803d0cd..238a210880f6 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 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index f7949803d0cd..238a210880f6 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.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