Source-Changes archive

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

CVS commit: [netbsd-10] src/sys



Module Name:    src
Committed By:   martin
Date:           Wed Oct 18 11:44:22 UTC 2023

Modified Files:
        src/sys/arch/i386/stand/lib [netbsd-10]: biosdisk.c
        src/sys/dev/raidframe [netbsd-10]: rf_netbsdkintf.c
        src/sys/rump/librump/rumpkern [netbsd-10]: emul.c

Log Message:
Pull up following revision(s) (requested by manu in ticket #418):

        sys/arch/i386/stand/lib/biosdisk.c: revision 1.59
        sys/rump/librump/rumpkern/emul.c: revision 1.200
        sys/arch/i386/stand/lib/biosdisk.c: revision 1.60
        sys/dev/raidframe/rf_netbsdkintf.c: revision 1.416

Align the behavior of different boot methods in RAIDframe

We enforce the documented and paritally implemented behavior when
looking for the kernel in RAID 1 sets without a partition name given.

We search for:
- A GPT partition with bootme attribute set
- A FFS or LFS patititon
- The first partition

Fix root search in RAID 1 sets

We use the wedge information given by bootstrap, where the kernel was
found. This requires src/sys/arch/i386/stand/i386/lib/biosdisk.c 1.59
to work in all cases.

Fix build with -DNO_GPT


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.58.4.1 src/sys/arch/i386/stand/lib/biosdisk.c
cvs rdiff -u -r1.410.4.2 -r1.410.4.3 src/sys/dev/raidframe/rf_netbsdkintf.c
cvs rdiff -u -r1.196 -r1.196.20.1 src/sys/rump/librump/rumpkern/emul.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