From owner-freebsd-current@FreeBSD.ORG Sat Feb 25 14:55:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 536B31065674; Sat, 25 Feb 2012 14:55:38 +0000 (UTC) Date: Sat, 25 Feb 2012 14:55:38 +0000 From: Alexey Dokuchaev To: John Baldwin Message-ID: <20120225145538.GB60384@FreeBSD.org> References: <20110109140215.000011b8@unknown> <201202230828.48022.jhb@freebsd.org> <20120223144116.GA99564@FreeBSD.org> <201202241222.37037.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201202241222.37037.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Bruce Cran , freebsd-current@freebsd.org, Warner Losh Subject: Re: Loading uart module fails 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: Sat, 25 Feb 2012 14:55:38 -0000 On Fri, Feb 24, 2012 at 12:22:36PM -0500, John Baldwin wrote: > Try this for fixing the panic. New-bus was not clearing the description > if a device's attach routine failed. Thanks, this patch indeed fixes the panic. ./danfe