Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2003 06:59:46 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43224 for review
Message-ID:  <200312011459.hB1ExkJ3037351@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=43224

Change 43224 by jhb@jhb_blue on 2003/12/01 06:59:27

	More notes after dinking with the current power resource code
	(which is nice actually) while trying to get my fans to work last
	week.

Affected files ...

.. //depot/projects/power/notes#8 edit

Differences ...

==== //depot/projects/power/notes#8 (text+ko) ====

@@ -1,4 +1,4 @@
-This branch exists to provide support for manging the power state of devices.
+rThis branch exists to provide support for manging the power state of devices.
 For example, being able to power down devices that aren't in use and power
 them on when they are needed.
 
@@ -20,6 +20,9 @@
   - XXX: need to handle _PRx and _SxD !!
     - We should be able to hook the power resource stuff up once we have
       our power shadow tree in the acpi_SetPowerState() function.
+  - Use the power resource consumer power state change stuff in
+    acpi_SetDevicePowerState().  We need to pre-register all the resources
+    and consumers in a tree sweep though to do this properly.
 - define a bus method for powering up/down devices
   - bus_set_powerstate(parent, child, state) where state is on or off
   # actually on/off is insufficient for a power management daemon that



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312011459.hB1ExkJ3037351>