• James Bottomley's avatar
    g_NCR5380 - 2.6.0 - problem with reloading module · fe51a64f
    James Bottomley authored
    From: "Randy.Dunlap" <rddunlap@osdl.org>
    
    The problem is that the detect function requests an IO region
    of 16 bytes (at least when a command line override parameter is
    used) but the release function only tries to release 8 bytes,
    and this request isn't done because it doesn't match any allocated
    IO region.  [NCR53C400 extensions are not enabled, so
    NCR5380_region_size is 8, not 16, but the request uses
    NCR5380_region_size regardless.]
    
    Fix: save the allocated region size in instance->n_io_ports and release
       that size only;
    fe51a64f
g_NCR5380.c 25.5 KB