atapicam causes fatal kernel trap

Andrew Gallatin gallatin at cs.duke.edu
Thu Sep 4 11:01:15 PDT 2003


Can you rebuild your kernel with ddb?  Add
	options         DDB
to your kernel config file, re-run config, rebuild and reboot into
the new kernel.

You should now get a stack trace when the panic happens.

While you're rebuilding,  make sure to run config with -g, so as to
get a kernel.debug with symbols.   That will come in handy later.

Drew


More information about the freebsd-alpha mailing list