Module Name: src Committed By: isaki Date: Tue Aug 5 13:49:04 UTC 2014
Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c src/sys/arch/x68k/stand/netboot: Makefile Added Files: src/sys/arch/x68k/stand/boot: switch.c switch.h Log Message: Support a 'switch' command. It displays/modifies some SRAM parameters on X680x0, like as memswitch(1) or Human68k's SWITCH.X . It makes easy to change the boot devices or correct the inconsistency of SRAM/real memory size. sample usage: > switch show .. show all supported parameters > switch boot=std .. set boot order to 'STD' > switch memory=12 .. set memory size to 12MB To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x68k/stand/boot/Makefile cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x68k/stand/boot/boot.c cvs rdiff -u -r0 -r1.1 src/sys/arch/x68k/stand/boot/switch.c \ src/sys/arch/x68k/stand/boot/switch.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/netboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.