NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/53789: amd64-install.img boot hangs on HP Compaq 8200 Elite
The following reply was made to PR port-amd64/53789; it has been noted by GNATS.
From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: christos%NetBSD.org@localhost
Subject: Re: port-amd64/53789: amd64-install.img boot hangs on HP Compaq 8200 Elite
Date: Mon, 17 Dec 2018 17:10:18 +0200
A manual bisection pointed to the following commit:
2017.06.21.21.55.07 christos src/sys/arch/x86/x86/ipmi.c 1.65
This looks like an over-eager conversion of printf() calls to
aprint*(). The last version to boot successfully prints the following
message on boot, by means of printf():
[ 1.1145740] ipmi_map_regs: bus_space_map(..., 0, 2, 0, 0xffffffff81a24ba0) failed
In 1.65, this was changed into aprint_error_dev(sc->sc_dev, ...), but
the call takes place at the driver match stage where sc->sc_dev is NULL.
--
Andreas Gustafsson, gson%gson.org@localhost
Home |
Main Index |
Thread Index |
Old Index