Re: [Etherboot-developers] Prism II (wireless) drivers
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-04-10 13:55:28
|
>All now in CVS, including the multi-driver ROM stuff. All builds fine on >my system, if anyone hits compile errors with my code please let me know. > >I tagged the three imported linux-wlan-ng header files with >Imported_linux_wlan_ng_0_1_13. They are verbatim imports containing lots >and lots of constants. Lovely thanks. >I have discovered one minor bug: when I attempt to built a multi-driver >ROM containing three drivers (rtl8139, prism2_plx and prism2_pci) it has a >tendency to crash and reset the machine at random times. My best guess >is that I am running out of memory and this is causing the resets when the >code tries to tread on non-existent RAM. Any suggestions? That's probably the stack colliding with the code. There's not much you can do without a major rework of Etherboot to claim more than one 64kB segment. |