freebsd-nq/sys/dev/acpica/Osd
Jung-uk Kim 89339b38d8 - AcpiOsReadMemory() needs similar fixes as r209965. [1]
According to ACPICA User Guide and Programmer Reference, the read data must
be zero extended to fill the 32-bit return value even if the bit width of
the port is less than 32.
- Remove 64-bit read/write from AcpiOsReadMemory() and AcpiOsWriteMemory().
These functions do not support 64-bit access (yet).  Clean up style nits
and unnecessary bit masking while I am here.

Reported by:	Liu, Jinsong (jinsong dot liu at intel dot com) via
		Lin Ming (ming dot m dot lin at intel dot com) [1]
2010-07-15 17:11:49 +00:00
..
OsdDebug.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdHardware.c Fix white spaces. 2010-07-13 02:48:42 +00:00
OsdInterrupt.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdMemory.c - AcpiOsReadMemory() needs similar fixes as r209965. [1] 2010-07-15 17:11:49 +00:00
OsdSchedule.c Merge ACPICA 20100121. 2010-01-21 21:14:28 +00:00
OsdStream.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
OsdSynch.c Add a missing return in NULL mutex case. 2009-06-22 17:46:55 +00:00
OsdTable.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00