Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 06/01/2003 19:14:22
Module Name: src
Committed By: fvdl
Date: Sun Jun 1 19:14:21 UTC 2003
Modified Files:
src/sys/arch/x86/x86: mpacpi.c mpbios.c
Log Message:
mpb_name may not be set for a bus, since it's possible a PCI bus
doesn't show up when looking at ACPI, but is found on a ppb. So
check if it's NULL before doing a strcmp on it.
From Takayoshi Kochi.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/x86/x86/mpbios.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.