Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Catch up with isa_machdep.c and pci_machdep.c move.
details: https://anonhg.NetBSD.org/src/rev/6c73677020e2
branches: trunk
changeset: 543532:6c73677020e2
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Feb 27 00:39:40 2003 +0000
description:
Catch up with isa_machdep.c and pci_machdep.c move.
diffstat:
sys/arch/i386/conf/files.i386 | 5 +----
sys/arch/x86/conf/files.x86 | 6 +++++-
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r c39ae3861aa9 -r 6c73677020e2 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386 Thu Feb 27 00:30:31 2003 +0000
+++ b/sys/arch/i386/conf/files.i386 Thu Feb 27 00:39:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.i386,v 1.230 2003/02/26 21:33:36 fvdl Exp $
+# $NetBSD: files.i386,v 1.231 2003/02/27 00:39:40 fvdl Exp $
#
# new style config file for i386 architecture
#
@@ -148,7 +148,6 @@
include "dev/pci/files.pci"
include "dev/pci/files.agp"
-file arch/i386/pci/pci_machdep.c pci
file arch/i386/pci/agp_machdep.c agp
file arch/i386/pci/pcibios.c pcibios
file arch/i386/pci/pci_intr_fixup.c pcibios & pcibios_intr_fixup
@@ -215,8 +214,6 @@
attach lpt at puc with lpt_puc
file dev/pci/lpt_puc.c lpt_puc
-file arch/i386/isa/isa_machdep.c isa
-
# PC clock
file arch/i386/isa/clock.c isa
file dev/clock_subr.c isa
diff -r c39ae3861aa9 -r 6c73677020e2 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86 Thu Feb 27 00:30:31 2003 +0000
+++ b/sys/arch/x86/conf/files.x86 Thu Feb 27 00:39:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.x86,v 1.1 2003/02/26 21:26:09 fvdl Exp $
+# $NetBSD: files.x86,v 1.2 2003/02/27 00:39:52 fvdl Exp $
# options for MP configuration through the MP spec
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUGA
@@ -25,3 +25,7 @@
# MP configuration using Intel SMP specification 1.4
file arch/x86/x86/mpbios.c mpbios
+
+file arch/x86/pci/pci_machdep.c pci
+
+file arch/x86/isa/isa_machdep.c isa
Home |
Main Index |
Thread Index |
Old Index