As of Wednesday, May 26, 2010, the first goal is to port the API from *drm.h* and *drmP.h*.
-I have ported the easy 90% that does not require changing any working code. The next harder step
-will be to fully use the already existing implementation of *list_head* to replace the custom list
-and locking for agp memory.
+As of Sunday, May 30, 2010, we have ported the easy 95% that does not require changing any working code.
+
+We have:
+
+1. Created a porting layer whose files begin with *drm_port*.
+2. Used the already existing implementation of *list_head to replace the custom list and locking for agp memory.