CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2012/01/11 07:47:02
Modified files: sys/arch/amd64/stand/libsa: biosdev.c dev_i386.c disk.h diskprobe.c Log message: Teach OpenBSD/amd64 boot(8) how to access softraid(8) volumes. This allows a kernel to be loaded from a softraid RAID 1 volume. Furthermore, if you boot from a disk that is a member of a bootable softraid volume then it will default to booting from the softraid volume (sr[0-9]a:/bsd). Discussed with deraadt@