Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2010 23:35:33 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpi_ec.c
Message-ID:  <201008062335.o76NZfA8073972@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-08-06 23:35:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_ec.c 
  Log:
  SVN rev 210977 on 2010-08-06 23:35:33Z by jkim
  
  When EC burst mode is activated and multiple bytes are accessed, do not
  disable and enable repeatedly, just do it once per call.  It also reduces
  code duplication.  Check all parameters early and fail immediately.
  
  Revision  Changes    Path
  1.90      +27 -54    src/sys/dev/acpica/acpi_ec.c



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