cvs commit: src/sys/dev/acpica acpi.c

Nate Lawson njl at FreeBSD.org
Thu May 27 23:29:52 PDT 2004


njl         2004/05/27 23:28:55 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c 
  Log:
  Attach per-device sysctls to allow users to set whether or not a given
  device can wake the system.  For example:
  
      dev.root0.nexus0.acpi0.acpi_lid0.wake: 1
      dev.root0.nexus0.acpi0.acpi_button0.wake: 1
      dev.root0.nexus0.acpi0.pcib0.wake: 0
      dev.root0.nexus0.acpi0.sio0.wake: 0
  
  Revision  Changes    Path
  1.149     +52 -0     src/sys/dev/acpica/acpi.c


More information about the cvs-src mailing list