dzianis97 / iwidarwin

Automatically exported from code.google.com/p/iwidarwin
0 stars 0 forks source link

IOLog() in darwin_iwi3945::start causes panic (on Leopard?) #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run kextload iwi3945.kext (perhaps only on Leopard?)

What version of iwi are you using?
rev 548, running on 10.5.1.

The following line calls map->getLength(), when it probably ought to call
memDes->getLength():

iwi3945.cpp:254: IOLog("%s iomemory length: 0x%x @ 0x%x\n", getName(),
map->getLength(), ioBase);

Changing it allows me to get a bit further during a kextload, though there
remain other issues.

Original issue reported on code.google.com by smcr...@gmail.com on 29 Dec 2007 at 1:00

GoogleCodeExporter commented 9 years ago
you should try the driver in 10.4.
if you can fix a few bugs - maybe it will be easier to port it to mac os 10.5

please post new messages in the insanelymacforum if you have a build version 
for testing

Original comment by jalav...@gmail.com on 30 Dec 2007 at 8:38

GoogleCodeExporter commented 9 years ago
wait for new version

Original comment by jalav...@gmail.com on 13 Mar 2008 at 2:35