Source-Changes archive

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

CVS commit: src/sys/arch/x86/x86



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.




Home | Main Index | Thread Index | Old Index