Source-Changes archive

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

CVS commit: [netbsd-10] src/sys/arch/i386/stand



Module Name:    src
Committed By:   martin
Date:           Sun Jan 14 15:46:00 UTC 2024

Modified Files:
        src/sys/arch/i386/stand/efiboot [netbsd-10]: efidisk.c efidisk.h
        src/sys/arch/i386/stand/lib [netbsd-10]: biosdisk.c exec.c

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #548):

        sys/arch/i386/stand/efiboot/efidisk.h: revision 1.4
        sys/arch/i386/stand/lib/exec.c: revision 1.80
        sys/arch/i386/stand/efiboot/efidisk.c: revision 1.11
        sys/arch/i386/stand/lib/biosdisk.c: revision 1.61

In efiboot
- create bootinfo information only once.
- add fake biosgeom entries so that the kernel can distinguish between
  hard drives (with geom) and CD-ROM (without).


To generate a diff of this commit:
cvs rdiff -u -r1.9.26.1 -r1.9.26.2 src/sys/arch/i386/stand/efiboot/efidisk.c
cvs rdiff -u -r1.3 -r1.3.32.1 src/sys/arch/i386/stand/efiboot/efidisk.h
cvs rdiff -u -r1.58.4.1 -r1.58.4.2 src/sys/arch/i386/stand/lib/biosdisk.c
cvs rdiff -u -r1.78.4.1 -r1.78.4.2 src/sys/arch/i386/stand/lib/exec.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