• Jiri Slaby's avatar
    ide: generic IDE PCI driver, add another device exception · ea307596
    Jiri Slaby authored
    generic IDE PCI driver, add another device exception
    
    This device is char device and is grabbed by generic ide driver:
    00:0b.0 Class ffff: National Semiconductor Corporation 87410 IDE (rev ff) (prog-if ff)
    	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    
    Disallow generic IDE PCI driver to grab it by adding next condition. Also
    consolidate exceptions to one bigger 'switch (dev->vendor)'.
    Signed-off-by: default avatarJiri Slaby <jirislaby@gmail.com>
    Cc: Ingo Korb <ml@akana.de>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
    ea307596
generic.c 8.1 KB