NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/49398 (i386-current GENERIC (i915drmkms) boot hangs if monitor powered off)
The following reply was made to PR kern/49398; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/49398 (i386-current GENERIC (i915drmkms) boot hangs if
monitor powered off)
Date: Tue, 20 Oct 2015 20:40:29 -0500 (CDT)
On Tue, 20 Oct 2015, John D. Baker wrote:
> Next round...
The last debug printf emitted is in "drm_probe_helper.c", in
"drm_helper_probe_single_connector()" in the construct:
[...]
if (connector->force) {
/* ... not taken ... */
} else {
printf("In %s: line %d\n", __FILE__, __LINE__);
connector->status = connector->funcs->detect(connector, true);
}
[...]
So, now look at the "detect()" function as it relates to i915 things...
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index