Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: xtraeme
Date: Sun Aug 26 16:49:48 UTC 2007
Modified Files:
src/sys/arch/amd64/conf: files.amd64
src/sys/arch/i386/conf: files.i386
src/sys/dev/ic: i82801lpcreg.h
Added Files:
src/sys/arch/x86/pci: ichlpcib.c
Removed Files:
src/sys/arch/i386/pci: ichlpcib.c
Log Message:
Some changes for the ichlpcib driver:
- Moved to x86/pci, so that EM64T systems running NetBSD/amd64 can use it.
- Added support for the TCO on ICH6 or newer chipsets, adapted from
FreeBSD.
- Added timecounter support for the power management timer, adapted from
OpenBSD.
- Plus some misc/cosmetic changes.
Thanks to yukonbob on irc@freenode for testing the TCO part on ICH4-M.
Tested by me with ICH7 too.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -r1.312 -r1.313 src/sys/arch/i386/conf/files.i386
cvs rdiff -r1.19 -r0 src/sys/arch/i386/pci/ichlpcib.c
cvs rdiff -r0 -r1.1 src/sys/arch/x86/pci/ichlpcib.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/i82801lpcreg.h
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