On Wed, Mar 27, 2002 at 08:59:44AM +0800, ollie wrote: > It should. I just did not add it.
But, the code is there for both 730 and 630. k7sem is only for 730. So someone besides you added it. But, it is only good for k7sem. Anyway I changed to suit for m758lmr accordingly like this: raminit.inc: >> #ifdef DISABLE_INTERNAL_DEVICES >> movw $(0x7c00|DISABLE_INTERNAL_DEVICES), %ax # Writting >undocumented LPC register Config: >> # audio:1, communication:2, ethernet:4, usb:8 >> # audio+comm=3 >> option DISABLE_INTERNAL_DEVICES=3 in case of k7sem it should be changed to : >> option DISABLE_INTERNAL_DEVICES=14 So you consider adding it? Regards, Kei.
