Module Name: src Committed By: tsutsui Date: Mon Jan 10 17:01:17 UTC 2011
Modified Files: src/sys/arch/pmax/stand/common: common.h if_prom.c start.S Log Message: - start.S add a hazard nop so that prom_restart() works properly on MIPS1 (it seems broken since initial revision and had been restarted by fault?) - common.h export prom_restart() - if_prom.c use prom_restart() instead of a direct PROM call (that should be equivalent) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/pmax/stand/common/common.h \ src/sys/arch/pmax/stand/common/if_prom.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/pmax/stand/common/start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.