Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 06/21/2005 06:51:29
Module Name:	src
Committed By:	sekiya
Date:		Tue Jun 21 06:51:29 UTC 2005

Modified Files:
	src/sys/arch/i386/i386: rbus_machdep.c
	src/sys/arch/i386/pci: pcibios.c

Log Message:
Fix uninitialized pointer problem in rbus code ... just because the kernel is
compiled with PCIBIOS_ADDR_FIXUP doesn't necessarily mean that
pcibios_addr_fixup() succeeded ...


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/i386/i386/rbus_machdep.c
cvs rdiff -r1.23 -r1.24 src/sys/arch/i386/pci/pcibios.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.