Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86 move the imc code into x86/pci/files.pci so tha...



details:   https://anonhg.NetBSD.org/src/rev/0677626e432f
branches:  trunk
changeset: 359923:0677626e432f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Mar 01 06:36:12 2018 +0000

description:
move the imc code into x86/pci/files.pci so that pci is defined in time.

diffstat:

 sys/arch/x86/conf/files.x86 |  13 +------------
 sys/arch/x86/pci/files.pci  |  13 ++++++++++++-
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (48 lines):

diff -r 4611df734351 -r 0677626e432f sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Thu Mar 01 06:34:23 2018 +0000
+++ b/sys/arch/x86/conf/files.x86       Thu Mar 01 06:36:12 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.x86,v 1.96 2018/03/01 04:45:05 pgoyette Exp $
+#      $NetBSD: files.x86,v 1.97 2018/03/01 06:36:12 mrg Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -161,14 +161,3 @@
 
 file   arch/x86/pci/pci_bus_fixup.c    pci_bus_fixup
 file   arch/x86/pci/pci_addr_fixup.c   pci_addr_fixup
-
-# Intel Integrated Memory Controller and associated SMBus
-# (Experimental)
-
-device imc {}: imcsmb
-attach imc at pci
-file   arch/x86/pci/imcsmb/imc.c               imc
-
-device imcsmb: i2cbus
-attach imcsmb at imc
-file   arch/x86/pci/imcsmb/imcsmb.c            imcsmb
diff -r 4611df734351 -r 0677626e432f sys/arch/x86/pci/files.pci
--- a/sys/arch/x86/pci/files.pci        Thu Mar 01 06:34:23 2018 +0000
+++ b/sys/arch/x86/pci/files.pci        Thu Mar 01 06:36:12 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.23 2018/01/27 00:21:41 christos Exp $
+#      $NetBSD: files.pci,v 1.24 2018/03/01 06:36:12 mrg Exp $
 
 device         aapic
 attach         aapic at pci
@@ -84,3 +84,14 @@
 device vmx: ether, ifnet, arp
 attach vmx at pci
 file   arch/x86/pci/if_vmx.c           vmx
+
+# Intel Integrated Memory Controller and associated SMBus
+# (Experimental)
+
+device imc {}: imcsmb
+attach imc at pci
+file   arch/x86/pci/imcsmb/imc.c               imc
+
+device imcsmb: i2cbus
+attach imcsmb at imc
+file   arch/x86/pci/imcsmb/imcsmb.c            imcsmb



Home | Main Index | Thread Index | Old Index