Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-8] src
Module Name: src
Committed By: martin
Date: Mon Feb 5 13:06:55 UTC 2018
Modified Files:
src/distrib/sets/lists/man [netbsd-8]: mi
src/distrib/sets/lists/modules [netbsd-8]: md.amd64 md.i386
src/share/man/man4 [netbsd-8]: amdtemp.4
src/share/man/man4/man4.x86 [netbsd-8]: Makefile
src/sys/arch/amd64/conf [netbsd-8]: ALL GENERIC XEN3_DOM0
src/sys/arch/x86/pci [netbsd-8]: files.pci
Added Files:
src/share/man/man4/man4.x86 [netbsd-8]: amdsmn.4 amdzentemp.4
src/sys/arch/x86/pci [netbsd-8]: amdsmn.c amdsmn.h amdzentemp.c
src/sys/modules/amdzentemp [netbsd-8]: amdzentemp.ioconf
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #524):
distrib/sets/lists/man/mi 1.1574
distrib/sets/lists/modules/md.amd64 1.73
distrib/sets/lists/modules/md.i386 1.76
share/man/man4/amdtemp.4 1.11
share/man/man4/man4.x86/Makefile 1.17
share/man/man4/man4.x86/amdsmn.4 1.1-1.3
share/man/man4/man4.x86/amdzentemp.4 1.1-1.6
sys/arch/amd64/conf/ALL 1.79,1.80
sys/arch/amd64/conf/GENERIC 1.482,1.484
sys/arch/amd64/conf/XEN3_DOM0 1.146,1.147
sys/arch/x86/pci/amdsmn.c 1.1-1.2
sys/arch/x86/pci/amdsmn.h 1.1
sys/arch/x86/pci/amdzentemp.c 1.1-1.7
sys/arch/x86/pci/files.pci 1.22,1.23
sys/modules/amdzentemp/amdzentemp.ioconf 1.2
Add amdzentemp from FreeBSD via Ian Clark.
man pages for amdsmn and amdzentemp.
Some clean-up on the HISTORY and AUTHORS sections, and addition of a BUGS
section to document the fact that we don't yet handle the required temp
offset, nor do we expose the available thermal-trip value.
Add missing article 'a'
KNF: Put back the blank line following the empty variable declarations
Put back the variable declaration, too, and mark it __diagused
Otherwise a DIAGNOSTIC kernel will complain about the variable being
undeclared.
Correct placement of __diagused attribute.
Modularize the amdsmn(4) driver, and update dependency for amdzentemp(4),
Create amdsmn(4) amd amdzentemp(4) modules for X86.
To generate a diff of this commit:
cvs rdiff -u -r1.1557 -r1.1557.2.1 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.72 -r1.72.6.1 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.73 -r1.73.6.1 src/distrib/sets/lists/modules/md.i386
cvs rdiff -u -r1.9 -r1.9.18.1 src/share/man/man4/amdtemp.4
cvs rdiff -u -r1.16 -r1.16.8.1 src/share/man/man4/man4.x86/Makefile
cvs rdiff -u -r0 -r1.3.2.2 src/share/man/man4/man4.x86/amdsmn.4
cvs rdiff -u -r0 -r1.6.2.2 src/share/man/man4/man4.x86/amdzentemp.4
cvs rdiff -u -r1.59.2.1 -r1.59.2.2 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.459.2.3 -r1.459.2.4 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.135.4.4 -r1.135.4.5 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r0 -r1.3.2.2 src/sys/arch/x86/pci/amdsmn.c
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/x86/pci/amdsmn.h
cvs rdiff -u -r0 -r1.7.2.2 src/sys/arch/x86/pci/amdzentemp.c
cvs rdiff -u -r1.20 -r1.20.10.1 src/sys/arch/x86/pci/files.pci
cvs rdiff -u -r0 -r1.2.2.2 src/sys/modules/amdzentemp/amdzentemp.ioconf
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