site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=grfrRKDFlJkuy2mEzuTs60laA6Ocvk+ue9Xx2oXvFeg=; b=RkotIVLXqsvL7zGuT9owkVIeOJ7+ViRgPoa9BEVZgpoCM+lLpmbvrYohtUjLJzecgb R8NWbYaNN5aoLdVD4lPAiO11dsIFcWkFQeYJB/gcKEZtXSe7g71unZzOMKhW82ypWrKY MrZX+5c/lrKjAqmm8SUyCuH1LxtHV1iJb/Su8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=YQaFocpIiIcYeb7J9Ct4Xr3b1xM501FN5d+ZCmeld9/ZbqWeRI7v3EKMyW/FFdIBB1 lFL236xbZVhhPErlE0dGmRN5Cnb+cTGNAPM7sKyOzLpyr+14zq6GJbHvF6WaoyebXVeV BkxjF5FYoDFF5/o8J1AFaWTnRZhXWslGVzTSE= I'm initializing a memory descriptor like this at the moment: IOMemoryDescriptor *iomd1 = IOMemoryDescriptor::withAddress((vm_address_t)buffer, size, kIODirectionInOut, fTask); I'm told by XCode that withAddress is deprecated. What is the proper replacement for the above? Thanks, Joel -------------------------------------------------------------------------- - mac osx device driver ninja, kernel extensions and user-land usb drivers ---------------------+------------+--------------------------------------- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont ---------------------+------------+--------------------------------------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com