Module Name: src Committed By: thorpej Date: Sun Aug 30 16:26:56 UTC 2020
Modified Files: src/sys/arch/alpha/alpha: prom.c Log Message: When initializing the PROM interface, check to see if we're running inside Qemu by consulting the system serial number, and quickly abort calls into the PROM if we are. This is a temporary measure until I can figure out why calling into the Qemu PROM interface blows up. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/alpha/alpha/prom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.