Subject: CVS commit: src/sys/arch/mips/sibyte/dev
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/11/2005 06:27:09
Module Name: src
Committed By: simonb
Date: Fri Nov 11 06:27:09 UTC 2005
Modified Files:
src/sys/arch/mips/sibyte/dev: sbobio.c
Log Message:
Don't hide the panic if the CPU devices present can't be figured out
in sbobio_attach(). We really want to know if this is the case all
the time, and also fixes GCC warnings about possibly uninitialised
variables.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/mips/sibyte/dev/sbobio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.