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