xpt_bus_register panics

Scott Long scottl at samsco.org
Fri Nov 18 06:51:21 PST 2005


Danny Braniss wrote:
> hi,
> 	it seems that i might be doing something wrong, if the
> iscsi_initiator.ko is loaded early on by the boot loader via
> 	iscsi_initiator_load="YES"
> the kernel panics in xpt_bus_register(...)
> 
> i can move this part of the code, so that it will be done later, but
> was wondering if there is a 'correct' way to handle this.
> 
> danny
> 

Can you provide a traceback of the panic?  Also, you don't need
to special-case the module loading code with #ifdef KLD_MODULE.
It should be unconditional.

Scott


More information about the freebsd-scsi mailing list