Garrett D'Amore wrote:

>Apparently the problem comes down to a call in cardbus_rootnext_map() to
>i_ddi_apply_range().  The i_ddi_apply_range wants to dereference the
>devi_parent_data member of the dev_info node for the pcic device, which
>at this point in time is NULL.
>  
>
Now I know where the problem is. cardbus_rootnexus_map() is an old 
function which has long been removed in v0.3 of the cardbus driver. 
Before integrating the driver into ON and making it work on both SPARC 
and x86, we forgot to make this change because the panic didn't occur 
among our test matrix.

Now I've filed CR6456676. Will be fixed soon.

Vincent.

Reply via email to