Subject: ata problems?
To: None <current-users@netbsd.org>
From: Alan Ritter <ritter.alan@gmail.com>
List: current-users
Date: 04/18/2006 20:08:22
Hi I've been having trouble getting the latest kernel source to run lately.=
 =20
It builds fine, but then when I boot my laptop I seem to get a uvm fault. =
=20
=46rom doing a backtrace it looks like it's happening in dev/ata/wd.c.  I=20
looked through the commit logs and it doesn't seem that there's been any=20
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?