NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54748 CVS commit: [netbsd-8] src/sys/arch/i386/stand



The following reply was made to PR misc/54748; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54748 CVS commit: [netbsd-8] src/sys/arch/i386/stand
Date: Tue, 17 Dec 2019 12:19:49 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Dec 17 12:19:49 UTC 2019
 
 Modified Files:
 	src/sys/arch/i386/stand/boot [netbsd-8]: devopen.c
 	src/sys/arch/i386/stand/efiboot [netbsd-8]: devopen.c
 	src/sys/arch/i386/stand/lib [netbsd-8]: biosdisk.c
 
 Log Message:
 Pull up following revision(s) (requested by manu in ticket #1473):
 
 	sys/arch/i386/stand/lib/biosdisk.c: revision 1.53
 	sys/arch/i386/stand/efiboot/devopen.c: revision 1.9
 	sys/arch/i386/stand/boot/devopen.c: revision 1.10
 
 In-RAID partitions with no name can be candidate for booting
 
 The code to select boot partition in RAID assumed thet had a name,
 which is true when there is a GPT inside the RAID, but not when there
 is a disklabel inside the RAID. This caused a regression from behavior
 of NetBSD 8.1.
 
 We fix this by allowing nameless partition to be boot candidates.
 This fixes PR misc/54748
 
 While there, let raid device be used in the boot specification, like
 raid0a:/netbsd.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8.52.1 -r1.8.52.2 src/sys/arch/i386/stand/boot/devopen.c
 cvs rdiff -u -r1.1.12.6 -r1.1.12.7 src/sys/arch/i386/stand/efiboot/devopen.c
 cvs rdiff -u -r1.46.6.5 -r1.46.6.6 src/sys/arch/i386/stand/lib/biosdisk.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index