Author: iwasaki
Date: Tue Jun 26 15:30:35 2012
New Revision: 237603
URL: http://svn.freebsd.org/changeset/base/237603
Log:
MFC 237494:
- Add description about dev.acpi_ibm.0.handlerevents.
Modified:
stable/9/share/man/man4/acpi_ibm.4
Directory Properties:
stable/9/share/ (props chang
Author: iwasaki
Date: Tue Jun 26 15:29:38 2012
New Revision: 237602
URL: http://svn.freebsd.org/changeset/base/237602
Log:
MFC 237493:
- Add in-driver event handler.
Modified:
stable/9/sys/dev/acpi_support/acpi_ibm.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/
Author: iwasaki
Date: Thu Jun 21 16:48:56 2012
New Revision: 237405
URL: http://svn.freebsd.org/changeset/base/237405
Log:
MFC r237197:
- Resotre LCD brightness level on resuming.
Modified:
stable/9/sys/dev/acpica/acpi_video.c
Directory Properties:
stable/9/sys/ (props changed)
sta
Author: iwasaki
Date: Fri Jun 1 12:47:13 2012
New Revision: 236395
URL: http://svn.freebsd.org/changeset/base/236395
Log:
MFC r236220,236221:
- Fix the problem acpi_sleep_force() hang.
- Reorder resume procedures to avoid hang during AcpiLeaveSleepState()
execution.
Modified:
stable/
Author: iwasaki
Date: Wed May 23 14:44:57 2012
New Revision: 235835
URL: http://svn.freebsd.org/changeset/base/235835
Log:
MFC 235692,235772:
- Don't start the sleep state transition procedure while sleep is
disabled or the system is in shutdown procedure.
- Ignore the power button press
Mitsuru IWASAKI
+ * Copyright (c) 2001-2012 Mitsuru IWASAKI
+ * Copyright (c) 2003 Peter Wemm
+ * Copyright (c) 2008-2012 Jung-uk Kim
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -28,7 +30,9 @@
*/
#include
+#include
#include
Author: iwasaki
Date: Sat Mar 17 06:48:13 2012
New Revision: 233077
URL: http://svn.freebsd.org/changeset/base/233077
Log:
MFC r232785
Fix wrong asresp frame parsing in iwi_checkforqos().
Modified:
stable/9/sys/dev/iwi/if_iwi.c
Modified: stable/9/sys/dev/iwi/if_iwi.c
===