1. 16 Jun, 2003 3 commits
    • Russell King's avatar
      [PCMCIA] Move SS_CAP_PAGE_REGS test into find_mem_region() · fc4833a2
      Russell King authored
      We must always allocate windows below 1MB when a socket driver
      indicates that it does not have "page registers".  Handle this
      case in rsrc_mgr.c within find_mem_region rather than each use
      of find_mem_region().
      fc4833a2
    • Russell King's avatar
      [PCMCIA] Remove check_mem_resource() · 3deb6556
      Russell King authored
      Remove the racy check_mem_resource() function.  Instead, claim
      the region while we check it, passing a resource structure to
      the core validation functions.
      3deb6556
    • Russell King's avatar
      [PCMCIA] Rename yenta to yenta_socket. · 201ab4c5
      Russell King authored
      The overwhelming majority of Linux users are using modular PCMCIA,
      and loading the "yenta_socket" module.  2.5.71 unfortunately changed
      the name to "yenta" when pci_socket.c was combined with yenta.c.
      Rename yenta.[ch] to yenta_socket.[ch] for compatibility.
      201ab4c5
  2. 15 Jun, 2003 7 commits
  3. 14 Jun, 2003 3 commits
  4. 15 Jun, 2003 3 commits
  5. 14 Jun, 2003 24 commits