Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2001 12:36:57 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_ec.c
Message-ID:  <200102262036.f1QKavH17884@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/02/26 12:36:57 PST

  Modified files:
    sys/dev/acpica       acpi_ec.c 
  Log:
  - Use a loop to read consecutive bytes from the embedded controller to
    handle read and write requests for widths of multiple bytes.  This
    can be used to read 16-bit battery status registers for example.
  - Remove some unused variables and #if 0'd debugging cruft.
  - Don't complain about a GPE query that fails due to AE_NOT_FOUND if the
    query method was _Q00.
  
  Revision  Changes    Path
  1.10      +20 -11    src/sys/dev/acpica/acpi_ec.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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