On Fri, Jan 23, 2004 at 09:26:28AM +0100, [EMAIL PROTECTED] wrote: > > And at last, if you mean the ndiswrapper project > > (http://sourceforge.net/projects/ndiswrapper/ ), this will be a hack. > > In fact, windows drivers are necessary. And Windows is for x86 in this > > case. Porting this under powerpc architecture will (imho) be a bit > > problematic. > > I've been wondering if it'd be possible to do the same as ndiswrapper > with the OSX driver.
I would also be interested in this. I don't know how ndiswrapper does it, but i have a similar problem. I maintain the unicorn ADSL modem driver package, which saddly comes with a soft-ADSL binary library, which is x86 only (well, alcatel has made powerpc, arm & sh builds in the past, but i could not convince Bewan to ask alcatel to make a powerpc build for me). Now, i do have a version of this library in mach.o format, from the macosX drivers. If i could somehow transform this into an elf object file or something, i could use this directly. Not sure if this is possible, and didn't really have much time for this. Friendly, Sven Luther