Go to file
rumble 1a50f13991 Since IP12 doesn't use ARCS, we could read the console setting from the
nvram, but it may not be valid. For example, if the console is set to
graphics, but no keyboard is attached, we should not attempt to use a
graphical console.

To fix this, we extend arcemu to parse the prom's environment array, which
is the third argument to the kernel. If the console mode is graphics, but
no keyboard is found, the 'gfx' environment variable will contain 'dead'.

Note that since IP12 has no bootloader, we assume that the third parameter
is the environment table, not bootinfo.
2007-02-21 04:27:10 +00:00
bin Revert the changes done after newlock2 merge, except for the removal of 2007-02-17 22:49:56 +00:00
common don't do the weak symbol thing in kernel context. 2007-02-19 18:33:09 +00:00
crypto Removed a debug printf.... 2007-02-20 16:32:28 +00:00
dist #include <machine/lock.h> before _KERNEL is defined to bypass 2007-02-20 15:40:08 +00:00
distrib Add catman for btuart.4 2007-02-20 20:49:32 +00:00
doc Fix btuart entries. 2007-02-21 03:20:55 +00:00
etc Install sys/dev/bluetooth/btuart.h. 2007-02-20 21:29:08 +00:00
games - Don't call basename $0 at many places. Use variable $PROGNAME 2007-01-24 13:17:42 +00:00
gnu rerun mknative (disabling sim). 2007-02-19 18:30:58 +00:00
include Change _lwp_unpark_all() to return a 'ssize_t'. 2007-02-09 22:54:19 +00:00
lib * missing open is not a failure, just return 0 2007-02-20 23:49:15 +00:00
libexec Add COMBRELOC support 2007-02-15 19:42:13 +00:00
regress Add regression tests for sdiff(1). 2007-02-19 19:42:50 +00:00
rescue add libprop to LIBS, as veriexecctl now needs it. 2006-11-29 08:41:49 +00:00
sbin TSEL() is const char* now 2007-02-18 01:48:37 +00:00
share Use correct terminology for UTF. 2007-02-21 00:11:55 +00:00
sys Since IP12 doesn't use ARCS, we could read the console setting from the 2007-02-21 04:27:10 +00:00
tools disable sim for mips until someone adds the rest of the build framework for it. 2007-02-19 18:26:22 +00:00
usr.bin Enable sdiff(1) in usr.bin, disable GNU sdiff(1). 2007-02-18 22:44:44 +00:00
usr.sbin Install sys/dev/bluetooth/btuart.h. 2007-02-20 21:29:08 +00:00
x11 build XFree86 on shark 2006-12-21 01:45:32 +00:00
BUILDING Try to clarify the description of build.sh -m mach. 2007-01-27 11:47:36 +00:00
Makefile don't filter out .WAIT when converting from _SUBDIR to SUBDIR 2006-09-07 03:51:44 +00:00
Makefile.inc
UPDATING Note also that the distrib/ install images need cleaning to excise 2006-12-15 14:18:38 +00:00
build.sh Don't treat -m evbarm like the other arm-based platforms. Set 2007-02-19 14:20:11 +00:00