Module Name: src Committed By: martin Date: Fri Sep 15 13:25:34 UTC 2017
Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c boot.c boot.h ofdev.c openfirm.h version src/sys/arch/sparc64/include: bootinfo.h Log Message: Add more details about the boot device as a new bootinfo record type. >From within the bootloader, when we have readily accessible instance handles of the boot device, it is easy to query more details like SCSI LUN, target, and FC-AL wwn from the firmware. The kernel later would have a hard time getting theses, but can make good use to match the boot device. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sparc/stand/ofwboot/Locore.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/sparc/stand/ofwboot/boot.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc/stand/ofwboot/boot.h cvs rdiff -u -r1.36 -r1.37 src/sys/arch/sparc/stand/ofwboot/ofdev.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc/stand/ofwboot/openfirm.h cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc/stand/ofwboot/version cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/include/bootinfo.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.