1. 27 Mar, 2003 4 commits
  2. 26 Mar, 2003 1 commit
  3. 27 Mar, 2003 2 commits
    • Dominik Brodowski's avatar
      [PCMCIA] remove unused include/pcmcia/driver_ops.h · 0f5c57f5
      Dominik Brodowski authored
      Except for dev_node_t, the contents of include/pcmcia/driver_ops.h
      aren't used anywhere within the kernel. It's a left-over file from the
      days when cardbus 32-bit cards weren't handled as pci devices, and
      their drivers as pci drivers. So, move the dev_node_t to
      include/pcmcia/ds.h, remove the lone in-kernel reference to
      driver_ops.h, and remove the contents of driver_ops.h.
      0f5c57f5
    • Dominik Brodowski's avatar
      [PATCH] convert ds.c's socekt_info_t to struct pcmcia_bus_socket · 6ff402b8
      Dominik Brodowski authored
      Rename socket_info_t (which is used many, many times differently
      within pcmcia) to "struct pcmcia_bus_socket".
      
      Also, a couple of functions in ds.c can be converted to use the "struct
      pcmcia_bus_socket" as argument instead of the socket number.
      6ff402b8
  4. 26 Mar, 2003 30 commits
  5. 25 Mar, 2003 3 commits