Subject: CVS commit: src/sys/arch/sgimips/stand/common
To: None <source-changes@netbsd.org>
From: Rafal Boni <rafal@netbsd.org>
List: source-changes
Date: 03/17/2003 05:04:52
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.