• Russell King's avatar
    [PCMCIA] Use kernel resource core as primary resource allocator. · 40ac26f8
    Russell King authored
    Turn the resource management on its head.  Rather than using PCMCIA's
    resource database as the primary object to allocate resources, use
    Linux's standard resource allocation instead.
     
    When we have a socket on a PCI bus, we always use the PCI resource
    allocation functions rather than the kernels core resource allocation,
    so that we can take account of any bridges.
    40ac26f8
rsrc_mgr.c 23.1 KB