diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2011-08-18 20:57:11 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2011-08-18 20:57:11 +0000 |
| commit | 74fa1fd90452f96623eec870aa7e08da7f2a83d4 (patch) | |
| tree | 03a8bd96f40ddab1d00b344718a308b9df8d0173 /sys/modules | |
| parent | 29693f2fb1b075dc4104a402e4b3864c313f31b5 (diff) | |
Catch up to current reality.
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 4da00656d8f..6569837ba02 100644 --- a/sys/modules/amdtemp/amdtemp.ioconf +++ b/sys/modules/amdtemp/amdtemp.ioconf @@ -1,4 +1,4 @@ -# $NetBSD: amdtemp.ioconf,v 1.1 2011/06/15 03:22:40 jruoho Exp $ +# $NetBSD: amdtemp.ioconf,v 1.2 2011/08/18 20:57:11 jakllsch Exp $ ioconf amdtemp @@ -6,6 +6,6 @@ include "conf/files" include "dev/pci/files.pci" include "arch/x86/pci/files.pci" -pseudo-root pci* +pseudo-root pchb* -amdtemp* at pci? dev ? function ? +amdtemp* at pchb? |
