Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 19:52:54 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica/Osd OsdHardware.c
Message-ID:  <201007151953.o6FJrFL3094694@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-07-15 19:52:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica/Osd   OsdHardware.c 
  Log:
  SVN rev 210137 on 2010-07-15 19:52:54Z by jkim
  
  - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.
  According to ACPICA User Guide and Programmer Reference, the read data must
  be zero extended to fill the 64-bit return value even if the bit width of
  the location is less than 64.
  - Return error when 64-bit access is requested as we do not support 64-bit
  PCI register access (yet).  XXX We may have to split it up into two 32-bit
  accesses if it is really required.
  
  Revision  Changes    Path
  1.28      +9 -26     src/sys/dev/acpica/Osd/OsdHardware.c



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