CVS commit: [netbsd-6] src/sys/dev/acpi

2014-09-29 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep 29 18:28:15 UTC 2014

Modified Files:
src/sys/dev/acpi [netbsd-6]: acpi_ec.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1122):
sys/dev/acpi/acpi_ec.c: revision 1.73
Register a null power handler if acpiec fails to attach.
On one of my machines, there's no _GPE method, so
acpiec_parse_gpe_package fails, and the only function acpiec(4)
serves is to inhibit suspend/resume.
XXX We should really put the power handlers in the cfattach so that
it's not necessary to register a null power handler in every error
branch of every device's attach routine...


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.71.8.1 src/sys/dev/acpi/acpi_ec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/acpi

2014-04-11 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Apr 11 08:45:18 UTC 2014

Modified Files:
src/sys/dev/acpi [netbsd-6]: thinkpad_acpi.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1039):
sys/dev/acpi/thinkpad_acpi.c: revision 1.42
Match LEN0068 in thinkpad(4) too, as newer Thinkpads report.
Tested on a W530.  Lots of stuff is missing, though.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.8.1 src/sys/dev/acpi/thinkpad_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/acpi

2013-12-17 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Dec 17 22:29:48 UTC 2013

Modified Files:
src/sys/dev/acpi [netbsd-6]: acpi_cpu.h acpi_cpu_tstate.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #984):
sys/dev/acpi/acpi_cpu.h: revision 1.44
sys/dev/acpi/acpi_cpu_tstate.c: revision 1.31
Remove the upper limit for the number of T-states.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.8.1 src/sys/dev/acpi/acpi_cpu.h
cvs rdiff -u -r1.30.8.1 -r1.30.8.2 src/sys/dev/acpi/acpi_cpu_tstate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/acpi

2012-11-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Nov 22 00:34:25 UTC 2012

Modified Files:
src/sys/dev/acpi [netbsd-6]: acpi_pci_link.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #682):
sys/dev/acpi/acpi_pci_link.c: revision 1.19
re-enable the code to disable link devices at startup, ie. revert rev 1.3.
this fixes PCI interrupts on some systems (eg. HP XW9400) and we suspect that
the problems which led to the original change were caused by buggy early
implementations of ACPI, which are now ignored by date.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.14.1 src/sys/dev/acpi/acpi_pci_link.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/dev/acpi

2012-02-27 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Feb 27 20:11:56 UTC 2012

Modified Files:
src/sys/dev/acpi [netbsd-6]: acpi_cpu_cstate.c

Log Message:
Pull up following revision(s) (requested by jruoho in ticket #51):
sys/dev/acpi/acpi_cpu_cstate.c: revision 1.59
Set the flag for checking for PCI bus master activity only for C3.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.58.8.1 src/sys/dev/acpi/acpi_cpu_cstate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.