• Marc Zyngier's avatar
    [PATCH] ne3210 update · 0c7cadd6
    Marc Zyngier authored
    The enclosed patch ports the ne3210 driver over the EISA probing API.
    
    It also fixes some ioremap/isa_memcopy_fromio problems (depending on
    where the card memory was mapped) by using ioremap unconditionally and
    letting memcopy_fromio do the right thing.
    
    Finally, it removes the card from Space.c (warning, potential
    interface renumbering !).
    
    The module options are currently disabled, until Rusty's
    module_param_array() patch is included. I will re-introduce them ASAP.
    
    Quite heavily tested on x86.
    0c7cadd6
ne3210.c 11.2 KB