Jung-uk Kim 6e7661023a - 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.
2010-07-15 19:52:54 +00:00
..
2010-07-15 11:26:07 +00:00
2010-07-12 10:18:10 +00:00
2010-06-02 17:27:23 +00:00
2010-07-15 16:39:17 +00:00
2010-07-15 14:41:59 +00:00
2010-02-21 01:12:18 +00:00