NetBSD/sys
jruoho 3af8b2cb19 Revisit the wake-device code once more.
1. Remove the AcpiEnableGpe() call. This was wrong.

  2. Only call _PSW or _DSW for devices that are scheduled for wake.
     This was an old bug.

  3. Only enable wake GPEs during suspend. Disabling these for
     devices not setup for wake was causing problems.

  4. No wake GPEs should be enabled at runtime.
     Unconditionally disable these during resume.

This should make the wake-device code work again. Note that waking via
pckbd(4) has always been unreliable; the _PRW object is not typically located
under the PC keyboard object, but in the parent of it (e.g. the LPC bridge).
2011-02-19 09:52:32 +00:00
..
altq
arch Regen from diodevs rev 1.14: 2011-02-19 05:41:38 +00:00
coda Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
common Use _PMAP_PRIVATE to control the inclusion of <powerpc/booke/cpuvar.h>. 2011-02-17 13:55:44 +00:00
compat Remove clause 3 (UCB advertising clause) from the University of Utah 2011-02-08 20:20:06 +00:00
conf Compile subr_pcu.c under option PCU. 2011-02-18 22:49:03 +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 Revisit the wake-device code once more. 2011-02-19 09:52:32 +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 Provide ACPI_CAST_PTHREAD_T(x). 2011-02-18 17:31:14 +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 Adjust previous: set the dealloc soft limit to half hard limit. 2011-02-18 13:24:40 +00:00
lib Define CTASSERT in terms of __CTASSERT 2011-02-19 02:02:14 +00:00
miscfs Layer_revoke(): change previous to always take an extra reference on the 2011-01-13 10:28:38 +00:00
modules add via_dmablit 2011-02-18 14:26:52 +00:00
net Fix userland build. 2011-02-19 08:46:41 +00:00
net80211
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 more "const" 2011-02-18 19:56:01 +00:00
netisdn
netiso
netkey
netmpls
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 redo result buffer allocation, to avoid dynamic allocations: 2011-02-18 22:02:09 +00:00
rump Support FD_CLOEXEC in rump kernels. 2011-02-15 15:54:28 +00:00
secmodel
stand
sys Make __CTASSERT use __COUNTER__ instead of __LINE__ if the cpp supports it. 2011-02-19 02:21:21 +00:00
ufs Initialize error in snapshot_expunge(); if the list is empty error would 2011-02-18 14:48:54 +00:00
uvm make this build w/o HAVE_CPU_UAREA_ROUTINES 2011-02-18 10:43:52 +00:00
Makefile