VIMAGE + NDIS

Nikos Vassiliadis nvass9573 at gmx.com
Mon Sep 27 07:39:39 UTC 2010


Hello,

I am seeing a kernel panic with VIMAGE and NDIS. My wifi card needs NDIS
and I need VIMAGE :)

It is easily producible. Associate with an AP, run dhclient and then
change the SSID to something random.

#10 0xc0978200 in rt_dispatch (m=0xc764ad00, sa=0x0) at 
/usr/src/sys/net/rtsock.c:1374
1374            if (V_loif)
(kgdb) list
1369                    }
1370                    *(unsigned short *)(tag + 1) = sa->sa_family;
1371                    m_tag_prepend(m, tag);
1372            }
1373    #ifdef VIMAGE
1374            if (V_loif)
1375                    m->m_pkthdr.rcvif = V_loif;
1376            else {
1377                    m_freem(m);
1378                    return;
(kgdb)


Is there something I could try? Anything? I am using 8-STABLE and
I really want a VIMAGE enabled kernel.

Thanks for any insights(and patches),

Nikos


More information about the freebsd-virtualization mailing list