Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2009 21:12:37 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 acpi_hp.4 acpi_wmi.4 src/sys/dev/acpi_support acpi_hp.c
Message-ID:  <200907032115.n63LFgFB050584@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2009-07-03 21:12:37 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       acpi_hp.4 acpi_wmi.4 
    sys/dev/acpi_support acpi_hp.c 
  Log:
  SVN rev 195325 on 2009-07-03 21:12:37Z by rpaulo
  
  acpi_hp.c:
  - sysctl dev.acpi_hp.0.verbose to toggle debug output
  - A modification so this can deal with different array lengths
    when reading the CMI BIOS - now it works ok on HP Compaq nx7300
    as well.
  - Change behaviour to query only max_instance-1 CMI BIOS instances,
    because all HPs seen so far are broken in that respect
    (or there is a fundamental misunderstanding on my side, possible
    as well). This way a disturbing ACPI Error Field exceeds Buffer
    message is avoided.
  - New bit to set on dev.acpi_hp.0.cmi_detail (0x8) to
    also query the highest guid instance of CMI bios
  
  acpi_hp.4:
  - Document dev.acpi_hp.0.verbose sysctl in man page
  - Document new bit for dev.acpi_hp.0.cmi_detail
  - Add a section to manpage about hardware that has been reported
    to work ok
  
  Submitted by:   Michael Gmelin <freebsdusb at bindone.de>
  Approved by:    re (kib)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.4       +22 -6     src/share/man/man4/acpi_hp.4
  1.3       +3 -2      src/share/man/man4/acpi_wmi.4
  1.3       +114 -95   src/sys/dev/acpi_support/acpi_hp.c



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