Apparently we need to use the attribute and not the device name as the pseudo-root.

This commit is contained in:
jakllsch 2011-08-20 19:53:45 +00:00
parent 08c7a716a6
commit d3b38f366f

View File

@ -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 "conf/files"
include "dev/pci/files.pci"
include "arch/x86/pci/files.pci"
pseudo-root pchb*
pseudo-root amdtempbus*
amdtemp* at pchb?
amdtemp* at amdtempbus?