Module Name: src Committed By: dholland Date: Thu Jan 9 00:57:25 UTC 2014
Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c Log Message: Make the amd64 post-halt-press-a-key code match i386, and introduce into both a message for the case where cngetc() doesn't work. If there's no console attached, this won't accomplish anything; but if there's a screen but no keyboard, or the keyboard's wedged, or whatever, it might provide useful information. Suggested back in 2009 by some stuff in PR 37924 and has been hanging about in one of my trees ever since. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.740 -r1.741 src/sys/arch/i386/i386/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.