From owner-freebsd-current@FreeBSD.ORG Fri Feb 8 22:52:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 47DEBF21 for ; Fri, 8 Feb 2013 22:52:06 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id D767F7C1 for ; Fri, 8 Feb 2013 22:52:05 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 375031144; Fri, 08 Feb 2013 23:52:03 +0100 From: Hans Petter Selasky To: Ian FREISLICH Subject: Re: uath panic on insert. Date: Fri, 8 Feb 2013 23:53:13 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201302082218.24033.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Feb 2013 22:52:06 -0000 On Friday 08 February 2013 22:43:17 Ian FREISLICH wrote: > Hans Petter Selasky wrote: > > Hi, > > > > Your problem should be fixed by: > > http://svnweb.freebsd.org/changeset/base/246565 > > > > Please test and report back if it doesn't. > > It doesn't panic anymore. Thanks. There's a new problem though: > > uath0: > on usbus1 wlan1: Ethernet address: 00:11:95:d3:4a:af Hi, Can you try this patch: http://svnweb.freebsd.org/changeset/base/246570 --HPS