From owner-freebsd-current@FreeBSD.ORG Wed Apr 30 16:55:05 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 282C51065683; Wed, 30 Apr 2008 16:55:05 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id D8BB88FC1C; Wed, 30 Apr 2008 16:55:04 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m3UGt43K057407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Apr 2008 09:55:04 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4818A467.2080006@freebsd.org> Date: Wed, 30 Apr 2008 09:55:03 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Lars Engels , freebsd-current@freebsd.org References: <20080430163209.GW27218@e.0x20.net> In-Reply-To: <20080430163209.GW27218@e.0x20.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-dcc1-Metrics: ebb.errno.com; whitelist Cc: Subject: Re: Kernel panic (exclusive sleep mutex ath0) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 16:55:05 -0000 Lars Engels wrote: > Since the vaps import I get the following kernel panic upon inserting an > Atheros-based PCCard: > http://bsd-geek.de/FreeBSD/ifconfig_panic.png > > Sorry for the very bad quality. I hate those mirror-like notebook > displays... > > The sources are from yesterday, rc.conf looks like this: > wlans_ath0=wlan0 > ifconfig_wlan0="WPA DHCP" > > Are there pre-vap entries in your rc.conf? Nothing should be issuing an ioctl to ath0 so I don't see how this stack trace can happen. Sam