Date: Fri, 16 Jul 2010 03:59:50 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdMemory.c Message-ID: <201007160400.o6G408FF061547@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-07-16 03:59:50 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica/Osd OsdMemory.c
Log:
SVN rev 210155 on 2010-07-16 03:59:50Z by jkim
Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of using
AcpiOsMapMemory()/AcpiOsUnmapMemory() (-> pmap_mapbios()/pmap_unmapbios())
for AcpiOsReadMemory() and AcpiOsWriteMemory(). Although they do not sound
too obvious, these functions are exclusively used to access memory mapped
IO in ACPICA.
Revision Changes Path
1.18 +4 -4 src/sys/dev/acpica/Osd/OsdMemory.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007160400.o6G408FF061547>
