Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/amdtemp Apparently we need to use the attribute ...
details: https://anonhg.NetBSD.org/src/rev/55d49d57671a
branches: trunk
changeset: 768563:55d49d57671a
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Aug 20 19:53:45 2011 +0000
description:
Apparently we need to use the attribute and not the device name as the pseudo-root.
diffstat:
sys/modules/amdtemp/amdtemp.ioconf | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r c8cd95215337 -r 55d49d57671a sys/modules/amdtemp/amdtemp.ioconf
--- a/sys/modules/amdtemp/amdtemp.ioconf Sat Aug 20 19:49:55 2011 +0000
+++ b/sys/modules/amdtemp/amdtemp.ioconf Sat Aug 20 19:53:45 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: amdtemp.ioconf,v 1.2 2011/08/18 20:57:11 jakllsch Exp $
+# $NetBSD: amdtemp.ioconf,v 1.3 2011/08/20 19:53:45 jakllsch Exp $
ioconf amdtemp
@@ -6,6 +6,6 @@
include "dev/pci/files.pci"
include "arch/x86/pci/files.pci"
-pseudo-root pchb*
+pseudo-root amdtempbus*
-amdtemp* at pchb?
+amdtemp* at amdtempbus?
Home |
Main Index |
Thread Index |
Old Index