Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Move the imc and imcsmb stuff out of general files.pci a...
details: https://anonhg.NetBSD.org/src/rev/e234611c3853
branches: trunk
changeset: 830212:e234611c3853
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Mar 01 04:29:37 2018 +0000
description:
Move the imc and imcsmb stuff out of general files.pci and into the
architecture-specific files.x86
Should unbreak the sgimips build.
diffstat:
sys/arch/x86/conf/files.x86 | 13 ++++++++++++-
sys/dev/pci/files.pci | 13 +------------
2 files changed, 13 insertions(+), 13 deletions(-)
diffs (48 lines):
diff -r f29b4919b096 -r e234611c3853 sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86 Thu Mar 01 04:20:12 2018 +0000
+++ b/sys/arch/x86/conf/files.x86 Thu Mar 01 04:29:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.x86,v 1.93 2018/02/11 09:39:37 maxv Exp $
+# $NetBSD: files.x86,v 1.94 2018/03/01 04:29:38 pgoyette Exp $
# options for MP configuration through the MP spec
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -161,3 +161,14 @@
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 dev/imcsmb/imc.c imc
+
+device imcsmb: i2cbus
+attach imcsmb at imc
+file dev/imcsmb/imcsmb.c imcsmb
diff -r f29b4919b096 -r e234611c3853 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Thu Mar 01 04:20:12 2018 +0000
+++ b/sys/dev/pci/files.pci Thu Mar 01 04:29:37 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.393 2018/02/25 08:19:34 pgoyette Exp $
+# $NetBSD: files.pci,v 1.394 2018/03/01 04:29:37 pgoyette Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -1189,14 +1189,3 @@
device ismt: i2cbus
attach ismt at pci
file dev/pci/ismt.c ismt
-
-# Intel Integrated Memory Controller and associated SMBus
-# (Experimental)
-
-device imc {}: imcsmb
-attach imc at pci
-file dev/imcsmb/imc.c imc
-
-device imcsmb: i2cbus
-attach imcsmb at imc
-file dev/imcsmb/imcsmb.c imcsmb
Home |
Main Index |
Thread Index |
Old Index