Go to file
jruoho a24d118616 Initial pass for issues observed by dyoung@ on HP Pavilion N3270. In this
laptop there is a PNP0C0B ("ACPI fan") with the following properties:

        _PSC : Power state for D3 (alone).
        _PR0 : Power resources for D0.
        _PSx : Power state switch for D0 and D3.

Thus, it is impossible to get or set the D3 power state via power resources
alone; there is only a single PowerResource() and it is for D0.

To tackle this:

  1. Evaluate the direct _PSC control method if and only if there is no
     given _PRx. The order is important; it is known that some other
     systems implement the _PSC method (like _STA) incorrectly.

  2. If no _PRx is available (and thus no _ON or _OFF), do not error out.
     Instead, if we have AE_NOT_FOUND, continue to evaluate the power state
     switch method, _PSx, which (on this laptop) should alone suffice for
     the D0 -> D3 transition.
2010-05-12 15:59:52 +00:00
bin Add MKBSDTAR, defaulting to no. It switching cpio and tar to the 2010-04-23 19:41:02 +00:00
common Fix rb_tree_iterate to get the min/max element of the tree for the 2010-04-30 13:58:09 +00:00
compat Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
crypto Fix tunnelling (ssh -w). The kernel expects a device to be passed 2010-05-10 20:28:05 +00:00
dist Language fix: upto date -> up to date. 2010-05-11 18:27:04 +00:00
distrib move MKDEBUG entries for libs from md.shark to ad.arm to match ../base/ad.arm 2010-05-12 13:15:00 +00:00
doc note bozohttpd 20100509 2010-05-10 03:39:57 +00:00
etc Update directories to match the atf 0.8 layout. 2010-05-08 08:13:12 +00:00
external Fix userspace cv_timedwait implementation to work on NetBSD. 2010-05-11 22:18:10 +00:00
extsrc
games rename pollard_pminus1->pollard_rho for consistency 2010-04-28 18:04:31 +00:00
gnu re-run mknative-gcc. picks up: 2010-05-08 03:00:10 +00:00
include lint friendly 2010-05-06 18:54:22 +00:00
lib Correctly spell 'acknowledged'. 2010-05-11 16:17:18 +00:00
libexec merge 20100510 properly 2010-05-10 14:53:17 +00:00
regress pull in some more headers to get prototypes into scope, and, more 2010-03-23 20:32:13 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin C99 says that offsetof() expands to a constant expresssion, so we 2010-04-20 21:25:25 +00:00
share Document kthread_join in kthread(9). 2010-05-12 15:54:47 +00:00
sys Initial pass for issues observed by dyoung@ on HP Pavilion N3270. In this 2010-05-12 15:59:52 +00:00
tests Fix execution of the installed tests by using h_{simple,args} as program 2010-05-04 09:33:57 +00:00
tools Fix tools build on Solaris with MKCROSSGDB=YES. 2010-05-08 23:18:44 +00:00
usr.bin PrintOnError: run .ERROR last, so even if it causes problems we 2010-05-10 15:54:21 +00:00
usr.sbin Remove trailing whitespace and dot in Nd. 2010-05-09 14:02:10 +00:00
x11 fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
build.sh Test for barebones rump network config (i.e. just rumpnet and kernel base). 2010-05-11 20:36:04 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING Note shared objects extension change, and stalled files. 2010-02-22 12:35:32 +00:00