Loading uart module fails
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Feb 23 14:41:16 UTC 2012
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 <Address 0xc5511205 out of bounds>, 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
More information about the freebsd-current
mailing list