Source-Changes archive

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

CVS commit: src/sys/arch/sgimips/stand/common



Module Name:    src
Committed By:   rafal
Date:           Mon Mar 17 03:04:51 UTC 2003

Modified Files:
        src/sys/arch/sgimips/stand/common: devopen.c

Log Message:
If the boot device starts with a PCI bus spec, skip over that when looking
for a boot device type; this gets the boot.ip32 booting a kernel off disk.

While here remove some unrolled string compares in favor of strncmp() to
make code more readable.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/sgimips/stand/common/devopen.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