sparc64/164123: Kernel fails to boot on Sun Ultra 5
Guy M Broome/FS/VCU
gmbroome at vcu.edu
Sun Jan 15 16:40:12 UTC 2012
The following reply was made to PR sparc64/164123; it has been noted by GNATS.
From: Guy M Broome/FS/VCU <gmbroome at vcu.edu>
To: Marius Strobl <marius at alchemy.franken.de>
Cc: bug-followup at FreeBSD.org
Subject: Re: sparc64/164123: Kernel fails to boot on Sun Ultra 5
Date: Sun, 15 Jan 2012 11:37:21 -0500
According to GDB, the problem is coming from line 237 of src/sys/dev/uart/u=
art=5Fkbd=5Fsun.h:
--------------------------------------------------------------------
233: uart=5Finit(&uart=5Fkeyboard);
234:
235: uart=5Fkeyboard.type =3D UART=5FDEV=5FKEYBOARD;
236: uart=5Fkeyboard.attach =3D sunkbd=5Fattach;
237: uart=5Fadd=5Fsysdev(&uart=5Fkeyboard);
238:
239: if (sunkbd=5Fprobe=5Fkeyboard(&uart=5Fkeyboard) !=3D KB=5FSUN4)
240: return (0);
--------------------------------------------------------------------
I'm trying to hunt through the CVS tree to find any changes made to the UAR=
T code between 9.0-RC1 and 9.0-RELEASE, but that's proving rather tedious a=
s I have little to no experience with either CVS or SVN.
--Guy
More information about the freebsd-sparc64
mailing list