Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   jmmv
Date:           Sat Feb  4 11:24:42 UTC 2006

Modified Files:
        src/distrib/sets/lists/comp: md.amd64 md.i386
        src/sys/arch/amd64/amd64: autoconf.c
        src/sys/arch/amd64/include: Makefile
        src/sys/arch/i386/i386: autoconf.c multiboot.c
        src/sys/arch/i386/include: Makefile multiboot.h
        src/sys/arch/x86/include: Makefile
        src/sys/arch/x86/x86: x86_autoconf.c
Removed Files:
        src/sys/arch/amd64/include: autoconf.h
        src/sys/arch/i386/include: autoconf.h
        src/sys/arch/x86/include: autoconf.h

Log Message:
Revert yesterday's change that attempted to fix the detection of the
boot device when using a Multiboot boot loader.  It couldn't work because
these boot loaders do not pass a checksum of the disk so matchbiosdisk()
cannot really find any matches.  I should have gone to sleep before
commiting...

Found by xtraeme@.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -r1.89 -r1.90 src/distrib/sets/lists/comp/md.i386
cvs rdiff -r1.13 -r1.14 src/sys/arch/amd64/amd64/autoconf.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/amd64/include/Makefile
cvs rdiff -r1.1 -r0 src/sys/arch/amd64/include/autoconf.h
cvs rdiff -r1.82 -r1.83 src/sys/arch/i386/i386/autoconf.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/i386/multiboot.c
cvs rdiff -r1.31 -r1.32 src/sys/arch/i386/include/Makefile
cvs rdiff -r1.1 -r0 src/sys/arch/i386/include/autoconf.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/include/multiboot.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/x86/include/Makefile
cvs rdiff -r1.1 -r0 src/sys/arch/x86/include/autoconf.h
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/x86/x86_autoconf.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