Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej-cfargs]: src/sys/arch/x86/pci Minor rearrangement of the deck ch...
details: https://anonhg.NetBSD.org/src/rev/adca62bb72e2
branches: thorpej-cfargs
changeset: 1019725:adca62bb72e2
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Mar 28 01:01:45 2021 +0000
description:
Minor rearrangement of the deck chairs to group things together.
diffstat:
sys/arch/x86/pci/files.pci | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diffs (48 lines):
diff -r a3e6d2eb8f48 -r adca62bb72e2 sys/arch/x86/pci/files.pci
--- a/sys/arch/x86/pci/files.pci Sat Mar 27 01:41:43 2021 +0000
+++ b/sys/arch/x86/pci/files.pci Sun Mar 28 01:01:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.25.4.1 2021/03/23 01:25:48 thorpej Exp $
+# $NetBSD: files.pci,v 1.25.4.2 2021/03/28 01:01:45 thorpej Exp $
device aapic
attach aapic at pci
@@ -9,9 +9,6 @@
define agp_x86: agp_ali, agp_amd, agp_amd64, agp_i810, agp_intel, agp_sis, agp_via
defflag AGP_X86
-define amdnb_miscbus {}
-define amdsmnbus {}
-
# PCI-Host bridge chipsets
device pchb: pcibus, agpbus, agp_x86
attach pchb at pci
@@ -32,11 +29,17 @@
file arch/x86/pci/amdpcib_hpet.c amdpcib_hpet
# AMD Processors -- Miscellaneous Control
+define amdnb_miscbus {}
device amdnb_misc: amdnb_miscbus
attach amdnb_misc at pci
file arch/x86/pci/amdnb_misc.c amdnb_misc
+
+device amdtemp: sysmon_envsys
+attach amdtemp at amdnb_miscbus
+file arch/x86/pci/amdtemp.c amdtemp
# AMD Family 17h system management network
+define amdsmnbus {}
device amdsmn: amdsmnbus
attach amdsmn at pci
file arch/x86/pci/amdsmn.c amdsmn
@@ -46,10 +49,6 @@
attach amdzentemp at amdsmnbus
file arch/x86/pci/amdzentemp.c amdzentemp
-device amdtemp: sysmon_envsys
-attach amdtemp at amdnb_miscbus
-file arch/x86/pci/amdtemp.c amdtemp
-
attach dwiic at pci with pcidwiic
file arch/x86/pci/dwiic_pci.c pcidwiic
Home |
Main Index |
Thread Index |
Old Index