site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com
From reading the documentation about the IOMemoryDescriptor on developer.apple.com, it seems that calling "withPhysicalAddress" should set the kMemoryTypePhysical flag.
S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... At 13:48 -0400 8/4/08, Timur Alperovich wrote: The problem is that kMemoryTypePhysical != kIOMemoryTypePhysical64. The former is a 32-bit I/O physical address. The later is a 64-bit CPU physical address. This email sent to site_archiver@lists.apple.com