Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/conf Fix up sysmon_* dependencies.
details: https://anonhg.NetBSD.org/src/rev/09e1556eb503
branches: trunk
changeset: 336168:09e1556eb503
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sun Feb 15 01:43:11 2015 +0000
description:
Fix up sysmon_* dependencies.
diffstat:
sys/arch/sparc64/conf/files.sparc64 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r 780e76b573d5 -r 09e1556eb503 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64 Sun Feb 15 00:54:32 2015 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64 Sun Feb 15 01:43:11 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.sparc64,v 1.147 2015/02/12 10:09:10 palle Exp $
+# $NetBSD: files.sparc64,v 1.148 2015/02/15 01:43:11 nakayama Exp $
# @(#)files.sparc64 8.1 (Berkeley) 7/19/93
# sparc64-specific configuration info
@@ -32,11 +32,11 @@
device psycho: pcibus, sysmon_power, sysmon_taskq
attach psycho at mainbus
-device schizo: pcibus, sysmon_power, sysmon_taskq
+device schizo: pcibus
attach schizo at mainbus
-device pyro: pcibus, sysmon_power, sysmon_taskq
+device pyro: pcibus
attach pyro at mainbus
-device vpci: pcibus, sysmon_power, sysmon_taskq
+device vpci: pcibus
attach vpci at mainbus
include "dev/pci/files.pci"
file arch/sparc64/dev/psycho.c psycho needs-flag
@@ -79,7 +79,7 @@
attach rtc at ebus with rtc_ebus
file arch/sparc64/dev/rtc.c rtc
-device psm: sysmon_envsys, sysmon_power
+device psm: sysmon_power
attach psm at ebus
file arch/sparc64/dev/psm.c psm
@@ -90,15 +90,15 @@
attach power at sbus, ebus
file arch/sparc64/dev/power.c power
-device tda
+device tda: sysmon_envsys
attach tda at iic
file arch/sparc64/dev/tda.c tda
-device pcfiic: sysmon_envsys, pcf8584, i2cbus
+device pcfiic: pcf8584, i2cbus
attach pcfiic at ebus
file arch/sparc64/dev/pcfiic_ebus.c pcfiic
-device ecadc
+device ecadc: sysmon_envsys
attach ecadc at iic
file arch/sparc64/dev/pcf8591_envctrl.c ecadc
Home |
Main Index |
Thread Index |
Old Index