From owner-freebsd-net@FreeBSD.ORG Tue Oct 19 18:57:36 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E631065670 for ; Tue, 19 Oct 2010 18:57:36 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 35E3B8FC1D for ; Tue, 19 Oct 2010 18:57:35 +0000 (UTC) Received: by eydd26 with SMTP id d26so140095eyd.13 for ; Tue, 19 Oct 2010 11:57:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=TURUPlyVaegDrAZEMjgvptuJ68fiCCYW0LQQmW4bSd4=; b=f1AmlC4Ln55jOUM2sbKjgNfMAgxN/n1u9CtOPliMTSSBmK1JvkO1iXtT9l5oc68bWA a7J0rw7qWnm/+yWIEVleIY9i6tVqwj1UA+XYxMzjxu8Rk/4KUqjEcGggUb9Ug0MMZnp7 rTywpUQYkiZxLW9DQL3SWVrKHqQTfnYX6txn4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=xymF7F9jeR7o1kTfwi5eBJfPUDCsw8kU4FT9JrZcxOm31dLElOJfKpFrAPBy/l5TDu roFzVjNUGxolOkBl9f1eg6WhRUg6UVcNgdHXbDi/HC+eePyFW1k436Ox2lz5qG8b8P9U D5zEykdQ7LblXdurxn6/iYduGz4gi8wbY+emA= MIME-Version: 1.0 Received: by 10.216.2.75 with SMTP id 53mr6554225wee.48.1287514654806; Tue, 19 Oct 2010 11:57:34 -0700 (PDT) Received: by 10.216.183.146 with HTTP; Tue, 19 Oct 2010 11:57:34 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Oct 2010 18:57:34 +0000 Message-ID: From: Paul B Mahol To: FreeBSD Net Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: if_ndis: fix for panic with VIMAGE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2010 18:57:36 -0000 On 10/13/10, Paul B Mahol wrote: > On 10/12/10, Paul B Mahol wrote: >> On 10/11/10, Paul B Mahol wrote: >>> Hi, >>> >>> There is no single valid reason to call rt_ifmsg() in >>> ndis_linksts_done() >>> >>> Patch attached. >>> >> Ping. > Pong. Ping.