Subject: cardbus panic
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 06/12/2005 19:08:08
I just inserted a SWLCR-1100 safecom wireless card, then
panic: no cardbus on %s
#11 0xc04754d0 in cardslot_event_thread (arg=0xc0c51880)
at ../../../../dev/cardbus/cardslot.c:369
369 panic("no cardbus on %s", sc->sc_dev.dv_
(gdb) print *sc
$1 = {sc_dev = {dv_class = DV_DULL, dv_list = {tqe_next = 0xc0c41e00,
tqe_prev = 0xc0c61804}, dv_cfdata = 0xc063bb8c,
dv_cfdriver = 0xc063a300, dv_cfattach = 0xc064b380, dv_unit = 0,
dv_xname = "cardslot0\0\0\0\0\0\0", dv_parent = 0xc0bbb800, dv_flags = 1,
dv_locators = 0x0}, sc_slot = 0, sc_status = 0, sc_cb_softc = 0x0,
sc_16_softc = 0xc0c41e00, sc_event_thread = 0xca5a2cc0, sc_th_enable = 1,
sc_events = {sqh_first = 0x0, sqh_last = 0xc0c518d0}}
No sign of a vendor/product id - panic happens too soon..
I have a kernel dump to query if anyone's interested, but soon won't have
the card..
This is with 2 Jun 2005 9.36 UTC -current/i386.
Cheers,
Patrick