Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Dec 2017 00:43:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 224069] (Fix included) Use of uninitalized register value in vesa.ko, causing X, text console and suspend/resume to fail
Message-ID:  <bug-224069-8-FPMQu9Aofi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224069-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224069-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224069

Mark Linimon <linimon@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linimon@FreeBSD.org

--- Comment #1 from Mark Linimon <linimon@FreeBSD.org> ---
(In reply to Stefan B. from comment #0)
> Thus I wish I knew who has commented out that line for what reason.

(Note: jkim is already on the Cc: here, so I don't need to take any action.)

fwiw, there's a way to look that up.

Look up the src file on FreeBSD's svnweb:

  https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c

Do an "annotate" based on the latest commit, here rev 326255:

  https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?annotate=3D326255

Search for the commented out line (shows as 517 there rather than 515):

  https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?annotate=3D326255#=
l517

Clicking the line number in that block takes you to:

  https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?r1=3D198250&r2=3D1=
98251&

Clicking the 'latest revision' link on the right takes you to:

=20
https://svnweb.freebsd.org/base/head/sys/dev/fb/vesa.c?revision=3D198251&vi=
ew=3Dmarkup

which is a very large commit from jkim Mon Oct 19 20:58:10 2009 UTC (8 year=
s, 1
month ago).  I have no knowledge of what's all involved there.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224069-8-FPMQu9Aofi>