Hi I've been having trouble getting the latest kernel
source to run lately.
It builds fine, but then when I boot my laptop I seem to get
a uvm fault.
From doing a backtrace it looks like it's happening in
dev/ata/wd.c. I
looked through the commit logs and it doesn't seem that
there's been any
changes there recently.
Anyway, here's the functions that print out in the
backtrace:
wdgetdisklabel()
wdopen()
spec_open()
VOP_OPEN()
rf_find_rapid_components()
d_components
rf_autoconfig()
config_finalize()
main()
Note that it does this even when I don't have NDIS compiled
in.
Has anybody else had any trouble like this?
|