On 2017-10-25 14:52, Quantum wrote: > By 'cleared in the bitmap' do you mean just setting the section to 0? I tried > changing > [ 0x3e0/8 ... 0xcff/8] = -1, to [ 0x3e0/8 ... 0xcff/8] = 0, > which is the line which contains port 400, but that has not cleared the > error. Am I misunderstanding something here? >
Right, clearing a bit in the bitmap means allowing access to port = bit_number + byte_address * 8. IOW, what you did should indeed have resolved the access violation. Are you sure you actually loaded that config and not the old one by accident? Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
