NetBSD/sys
jruoho 9a25770d19 ACPICA 20101209:
Completed the major overhaul of the GPE support code that was begun in July
2010. Major features include: removal of _PRW execution in ACPICA (host
executes _PRWs anyway), cleanup of "wake" GPE interfaces and processing,
changes to existing interfaces, simplification of GPE handler operation, and
a handful of new interfaces:

    AcpiUpdateAllGpes
    AcpiFinishGpe
    AcpiSetupGpeForWake
    AcpiSetGpeWakeMask

ACPICA 20100702:

Implemented several updates to the recently added GPE reference count
support. The model for "wake" GPEs is changing to give the host OS complete
control of these GPEs. Eventually, the ACPICA core will not execute any _PRW
methods, since the host already must execute them. Also, additional changes
were made to help ensure that the reference counts are kept in proper
synchronization with reality. Rafael J. Wysocki.

1) Ensure that GPEs are not enabled twice during initialization.
2) Ensure that GPE enable masks stay in sync with the reference count.
3) Do not inadvertently enable GPEs when writing GPE registers.
4) Remove the internal wake reference counter and add new AcpiGpeWakeup
interface. This interface will set or clear individual GPEs for wakeup.
5) Remove GpeType argument from AcpiEnable and AcpiDisable. These interfaces
are now used for "runtime" GPEs only.
2011-02-17 10:49:29 +00:00
..
altq
arch validate cf_name in driver match method 2011-02-16 23:44:19 +00:00
coda Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
common Remove forced DEBUG. 2011-01-18 01:20:06 +00:00
compat Remove clause 3 (UCB advertising clause) from the University of Utah 2011-02-08 20:20:06 +00:00
conf use the bus independent stuff from ic/ct65550* and leave only the PCI specific 2011-02-09 21:21:32 +00:00
crypto
ddb Since curlwp and curproc must always be non-NULL, remove the == NULL branches. 2011-02-09 18:24:44 +00:00
dev ACPICA 20101209: 2011-02-17 10:49:29 +00:00
dist Add 1 to the port range so the range is inclusive as documented. 2011-02-12 21:23:31 +00:00
external Update for ACPICA 20110211. 2011-02-17 10:13:35 +00:00
fs puffs_msg_wait: check PARKFLAG_HASERROR before PARKFLAG_CALL. PR/44240. 2011-02-11 09:15:45 +00:00
gdbscripts fix format 2011-02-05 14:12:05 +00:00
ipkdb
kern Set the limit for deallocations in one transaction to a more realistic 2011-02-16 19:43:05 +00:00
lib Remove clause 3 (UCB advertising clause) from the University of Utah 2011-02-08 20:20:06 +00:00
miscfs Layer_revoke(): change previous to always take an extra reference on the 2011-01-13 10:28:38 +00:00
modules Use ioconf for the module declarations. 2011-02-16 08:35:51 +00:00
net Allow changing route flags. Should fix PR/40455 2011-02-10 07:42:18 +00:00
net80211 From: Anon Ymous 2010-11-03 20:05:21 +00:00
netatalk
netbt respond to L2CAP Information requests 2011-02-06 18:50:59 +00:00
netinet udpate license clauses on my code to match the new-style BSD licenses. 2011-02-01 19:40:24 +00:00
netinet6 Delete unnecessary casts to void *. No functional change intended. Same 2011-02-06 19:12:55 +00:00
netipsec remove some unnecessary pointer typecasts 2011-02-16 18:39:33 +00:00
netisdn
netiso
netkey fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
netmpls do some rudimentary checks on ip4 header before passing packet to 2010-07-05 09:54:26 +00:00
netnatm udpate license clauses on my code to match the new-style BSD licenses. 2011-02-01 19:40:24 +00:00
netsmb * remove #ifdef nonsense (which caused the lossage in the first place) 2010-12-17 14:27:34 +00:00
nfs typo in a comment 2011-02-05 13:35:11 +00:00
opencrypto -avoid allocation of an extra result buffer and data copy in case 2011-02-16 19:08:57 +00:00
rump Support FD_CLOEXEC in rump kernels. 2011-02-15 15:54:28 +00:00
secmodel
stand
sys add the rest of the gnu specific pt sections. 2011-02-16 23:22:30 +00:00
ufs Refine the scope of WAPBL transactions so we should no longer get 2011-02-16 19:43:50 +00:00
uvm need uvm_pmap.h for pmap_mmap_flags definition 2011-02-12 14:45:31 +00:00
Makefile Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00