Jump to content

Coding Intel865GME Drivers


UzuNarU
 Share

7 posts in this topic

Recommended Posts

Hey people. I have spent the last 20+ hours coding a driver for my Intel 865 GME mobile video card. Currently the driver is still in progress, but I can't figure out how to ad features such as, Core Image, and Quartz Extreme...If this card even supports it.

 

Also can someone maybe gove some tips on how to get DVD and OpenGL to work properly? For some reason when I test my kext it say unable to resolve resource dependancies. When I view the log it is failing on loading Intel865GMEGLDriver.kext and also Intel865GMEDVDDriver.kext. do these files need to be in the "test" directory with my Intel865GME.kext package?

 

Some tips would be greatly appreciated, also if I get this to work I will upload it to my webserver as a free download to anyone interested.

 

Oh and one other thing. If I goto my system profiler and goto video/ graphics its has ClassID and DeviceID. Would those be what I would use in the IOPCIClassMatch and IOPCIMatch

 

Anyways help would be appreciated. Or if someone knows how I can get a pre-built driver for my card please PM or whatever.

Link to comment
Share on other sites

...resource dependancies... do these files need to be in the "test" directory with my Intel865GME.kext package?
Yes i think so.

 

ClassID and DeviceID. Would those be what I would use in the IOPCIClassMatch and IOPCIMatch
I think they do need to be in there, but honestly I know nothing about writing drivers

 

bump for someone who can help!

Link to comment
Share on other sites

  • 5 months later...
  • 8 months later...
 Share

×
×
  • Create New...