Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-4] src/sys
Module Name: src
Committed By: ghen
Date: Wed Dec 19 19:38:53 UTC 2007
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-4]: bios32.c mainbus.c
src/sys/arch/amd64/conf [netbsd-4]: GENERIC files.amd64
src/sys/arch/x86/x86 [netbsd-4]: ipmi.c
src/sys/dev [netbsd-4]: DEVNAMES
Log Message:
Pull up following revision(s) (requested by briggs in ticket #989):
sys/arch/amd64/conf/GENERIC: revision 1.151
sys/arch/x86/x86/ipmi.c: revision 1.12
sys/dev/DEVNAMES: revision 1.228
sys/arch/amd64/amd64/bios32.c: revision 1.6
sys/arch/x86/x86/ipmi.c: revision 1.8
sys/arch/amd64/conf/files.amd64: revision 1.39 via patch
sys/arch/amd64/amd64/mainbus.c: revision 1.17
Use PRIx64 for a 64-bit quantity instead of llx in a debug print.
Add (commented-out) support for IPMI on amd64--pretty much copied straight
from i386.
Check for duplicate sensor names in the IPMI table. If a duplicate name
is found, try to make it unique by appending a count (1-99) to the sensor
description (truncating, if necessary).
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.24.1 src/sys/arch/amd64/amd64/bios32.c
cvs rdiff -r1.14 -r1.14.2.1 src/sys/arch/amd64/amd64/mainbus.c
cvs rdiff -r1.120.2.16 -r1.120.2.17 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -r1.29 -r1.29.4.1 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -r1.4.4.1 -r1.4.4.2 src/sys/arch/x86/x86/ipmi.c
cvs rdiff -r1.222 -r1.222.2.1 src/sys/dev/DEVNAMES
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