CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/11/03 04:15:23
Modified files: sys/arch/amd64/amd64: mainbus.c sys/arch/i386/i386: mainbus.c sys/dev : vmt.c Log message: only let vmt match and therefore attach if mainbus is specifically asking for vmt to attach after vmt_probe succeeds. this prevents vmt from appearing at other attach points hanging off mainbus. found by phessler@ and debugged gently by claudio@