diff options
| author | cegger <cegger@NetBSD.org> | 2012-04-13 13:36:57 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2012-04-13 13:36:57 +0000 |
| commit | 7be2e67b9d5f6b04dc0c1aa66f5237eaefde51f5 (patch) | |
| tree | d2d203f150bdae3cd059d64a5f7a492922233bb3 /sys/modules | |
| parent | e9403ba8d0fd748f2ae94275d171dd37353c88c8 (diff) | |
replace amdtempbus with amdnb_miscbus.
pointed out by pgoyette@
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/amdtemp/amdtemp.ioconf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/amdtemp/amdtemp.ioconf b/sys/modules/amdtemp/amdtemp.ioconf index 5bfb8e6fbbb..1c09c455db2 100644 --- a/sys/modules/amdtemp/amdtemp.ioconf +++ b/sys/modules/amdtemp/amdtemp.ioconf @@ -1,4 +1,4 @@ -# $NetBSD: amdtemp.ioconf,v 1.3 2011/08/20 19:53:45 jakllsch Exp $ +# $NetBSD: amdtemp.ioconf,v 1.4 2012/04/13 13:36:57 cegger Exp $ ioconf amdtemp @@ -6,6 +6,6 @@ include "conf/files" include "dev/pci/files.pci" include "arch/x86/pci/files.pci" -pseudo-root amdtempbus* +pseudo-root amdnb_miscbus* -amdtemp* at amdtempbus? +amdtemp* at amdnb_miscbus? |
