Alex.T wrote:
> Ok.
> Sorry for the delay, but other hardware problems take much time.
> I've reinstalled a brand new Sol Exp b_34 release,
> and the problem is there.
> Maybe is related to the new mainboard and his
> SiS 741 Chipset?
> (no problem before with the MSI via Kt400).
> I've created /etc/hostname.ath0 to reproduce the issue (again, no
> problem booting without ath and plumbing the iface from JDS).
> Started with the -kd option and then given :c at prompt
> the error is now readable :
> i see it load many modules, passes
> ath: ieee80211_gld_ioctl+30
Is this the first line with the "ath:" prefix? The first line with
"ath:" is where the panic occured.
ieee80211_gld_ioctl(gld_mac_info_t *gld_p, queue_t *wq, mblk_t *mp)
{
...
result = (*isc->isc_gld_ioctl)(gld_p, wq, mp); <= ieee80211_gld_ioctl+30
...
If you're sure the first line is ieee80211_gld_ioctl+30, then
isc_gld_ioctl is a null pointer. If not, then it's some line inside
isc_gld_ioctl.
Would u please help check this again?
The panic happens very early so nothing is dumped in /var/adm/messages
or /var/crash/
Thanks
Vincent.