• Linus Torvalds's avatar
    Ignore disabled ROM resources at setup · 755528c8
    Linus Torvalds authored
    Writing even a disabled value seems to mess up some matrox graphics
    cards.  It may be a card-related issue, but we may also be writing
    reserved low bits in the result.
    
    This was a fall-out of switching x86 over to the generic PCI resource
    allocation code, and needs more debugging.  In particular, the old x86
    code defaulted to not doing any resource allocations at all for ROM
    resources.
    
    In the meantime, this has been reported to make X happier by Helge
    Hafting <helgehaf@aitel.hist.no>.
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    755528c8
setup-res.c 5.39 KB