On 3/22/06, Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote: > # /usr/local/sbin/lspci > lspci: obsd_init: /dev/pci open failed
I ran into this on my ultra 10 and got the same error (forgot to set machdep.allowaperture) which inspired me to make one little change to obsd_init. That way we know why the open failed. a->error("obsd_init: %s open failed - %s", name, strerror(errno)); -- GDB has a 'break' feature; why doesn't it have 'fix' too?