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

Nate Lawson njl at FreeBSD.org
Sat Jul 29 21:46:17 UTC 2006


njl         2006-07-29 21:46:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi.c acpivar.h 
  Log:
  Add a new sysctl, hw.acpi.handle_reboot.  If set, acpi will attempt to
  perform the reboot action via the reset register instead of our legacy
  method.  Default is 0 (use legacy).  This is needed because some systems
  hang on reboot even though they claim to support the reset register.
  
  MFC after:      2 days
  
  Revision  Changes    Path
  1.227     +5 -1      src/sys/dev/acpica/acpi.c
  1.102     +2 -1      src/sys/dev/acpica/acpivar.h


More information about the cvs-all mailing list