• Linus Torvalds's avatar
    Fix the code that checks for PCI IDE controller "native" vs "legacy" · fed61014
    Linus Torvalds authored
    modes. 
    
    It used to think that IDE controllers that weren't marked as "IDE storage"
    PCI class (eg CMD IDE RAID controllers mark themselves as "RAID storage")
    were always using legacy mode interrupt routing, which is bogus. In fact,
    the whole native vs legacy thing only makes sense for the IDE storage class,
    so fix the test to match.
    fed61014
setup-pci.c 24.4 KB