Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/i386
Module Name: src
Committed By: dyoung
Date: Wed Apr 8 17:08:03 UTC 2009
Modified Files:
src/sys/arch/i386/i386: mainbus.c
Log Message:
Remove redundant declaration of mainbus_attach(), as pointed out by
Thomas Klausner.
Do not compile in the local variable "mba" in mainbus_rescan unless
NPNPBIOS > 0 || NACPI > 0 || NIPMI > 0 || NMCA > 0. This fixes the
build on systems such as Soekris where none of those options apply.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/i386/i386/mainbus.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