CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/12/04 03:33:41
Modified files:
sys/arch/sparc64/stand/ofwboot: diskprobe.c
Log message:
The sparc64 Open Firmware package-to-path call (used since softraid boot
support was introduced) may return a device path without a unit number?!?
Open Firmware's open-dev routine will crash if given such a path, rendering
the system unbootable. Repair such paths by adding unit number "0".
Breakage found by sebiasta@ on a Sun Enterprise E450, fix tested by him.
helpful hints from deraadt@