From owner-freebsd-current@FreeBSD.ORG Thu Feb 23 14:41:16 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5091D106566C; Thu, 23 Feb 2012 14:41:16 +0000 (UTC) Date: Thu, 23 Feb 2012 14:41:16 +0000 From: Alexey Dokuchaev To: John Baldwin Message-ID: <20120223144116.GA99564@FreeBSD.org> References: <20110109140215.000011b8@unknown> <201101190814.19810.jhb@freebsd.org> <20120223064449.GA19082@FreeBSD.org> <201202230828.48022.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201202230828.48022.jhb@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: Bruce Cran , freebsd-current@freebsd.org 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: Thu, 23 Feb 2012 14:41:16 -0000 On Thu, Feb 23, 2012 at 08:28:47AM -0500, John Baldwin wrote: > Hmm, can you see what 'dev->nameunit' is? Maybe just do 'p *dev' actually > and reply with that. (kgdb) p *dev $1 = {ops = 0xc50de000, link = {tqe_next = 0xc5271380, tqe_prev = 0xc5271184}, devlink = {tqe_next = 0xc5271380, tqe_prev = 0xc527118c}, parent = 0xc51fca80, children = {tqh_first = 0x0, tqh_last = 0xc5271318}, driver = 0x0, devclass = 0xc5270a40, unit = 0, nameunit = 0xc5006a00 "uart0", desc = 0xc5511205
, busy = 0, state = DS_NOTPRESENT, devflags = 0, flags = 35, order = 30, ivars = 0xc5270d00, softc = 0x0, sysctl_ctx = {tqh_first = 0x0, tqh_last = 0x0}, sysctl_tree = 0x0} ./danfe