Date: Sun, 15 Jan 2012 16:40:12 GMT From: Guy M Broome/FS/VCU <gmbroome@vcu.edu> To: freebsd-sparc64@FreeBSD.org Subject: Re: sparc64/164123: Kernel fails to boot on Sun Ultra 5 Message-ID: <201201151640.q0FGeCh2097206@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR sparc64/164123; it has been noted by GNATS. From: Guy M Broome/FS/VCU <gmbroome@vcu.edu> To: Marius Strobl <marius@alchemy.franken.de> Cc: bug-followup@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201151640.q0FGeCh2097206>