From owner-freebsd-virtualization@FreeBSD.ORG Mon Sep 27 07:39:39 2010 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A50AF1065670 for ; Mon, 27 Sep 2010 07:39:39 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id F13D98FC18 for ; Mon, 27 Sep 2010 07:39:38 +0000 (UTC) Received: (qmail invoked by alias); 27 Sep 2010 07:39:37 -0000 Received: from 194.219.141.100.dsl.dyn.forthnet.gr (EHLO moby.local) [194.219.141.100] by mail.gmx.com (mp-eu005) with SMTP; 27 Sep 2010 09:39:37 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1+vSDF/LH6vSBvtOpaq6/s6Z8cTE8gKQfIwCFLq7P RL+oDHLjzFlUyD Message-ID: <4CA04A35.5030107@gmx.com> Date: Mon, 27 Sep 2010 10:39:33 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.23 (X11/20100313) MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: VIMAGE + NDIS X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 07:39:39 -0000 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