I would first like to report (as I'm sure many others have done) the inability to boot without going to the loader command prompt and setting hw.pci.enable_io_modes=0
Secondly, loading my sound module kills the system (trap 12). This is the exact text I copied from the screen: #kldload snd_ich.ko pcm0: <Intel ICH4 (82801DB)> at device 31.5 on pci0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x5 fault code = supervisor read, page not present instruction pointer = 0x8:0xc04f3d20 stack pointer = 0x10:0xcbca7930 frame pointer = 0x10:0xcbca7930 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, de/32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = 482 (kldload) trap number = 12 panic: page fault I have attached my kernel configuration file, my dmesg, and the results of pciconf -l -v >From the looks of it, since the stack and frame pointers are the same, it would appear it's trying to call another function it cannot find (page not present) -- at least if x86 works like I seem to remember SPARC working. I'm thinking that perhaps kldload actually fails to load the driver, and then tries to call a function in it anyway? I don't know. I'm going to continue fiddling with it. Also posting to -questions in case I missed something stupid. Please CC me as I'm not part of either mailing list
RASKOLNIKOV
Description: Binary data
dmesg
Description: Binary data
pciconf
Description: Binary data
_______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"