CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2010/03/03 05:25:09
Modified files: sys/arch/mips64/include: arcbios.h sys/arch/mips64/mips64: arcbios.c sys/arch/sgi/sgi: ip32_machdep.c machdep.c Log message: Store ARCBios variables before machine specific setup is performed and make console selection on a per machine basis. Whilst here store the keyboard layout ('keybd') and graphics state ('gfx') variables for future use. ok miod@