cvs commit: src/sys/dev/acpica acpi.c src/sys/kern subr_bus.c src/sys/sys bus.h

Mitsuru IWASAKI iwasaki at FreeBSD.org
Tue Feb 5 19:35:42 PST 2008


iwasaki     2008-02-06 03:35:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_0)
    sys/dev/acpica       acpi.c 
    sys/kern             subr_bus.c 
    sys/sys              bus.h 
  Log:
  MFC revision:   subr_bus.c:1.204,  bus.h:1.79, acpi.c:1.244
  
  o Add devctl_process_running() so that power management system driver
    can check whether devd(8) is running.
  o Enter the sleep state immediately without waiting for timeout if
    devd(8) is not running such as the system in single user mode.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.243.4.1  +10 -0     src/sys/dev/acpica/acpi.c
  1.201.4.1  +9 -0      src/sys/kern/subr_bus.c
  1.78.4.1   +1 -0      src/sys/sys/bus.h


More information about the cvs-src mailing list