1. 20 Mar, 2004 5 commits
    • Randy Dunlap's avatar
      [PNP] remove __init from system.c · 1a64fcfd
      Randy Dunlap authored
      // Linux 2.6.4-rc2
      // These 2 functions shouldn't be __init for general PNP use
      1a64fcfd
    • Adam Belay's avatar
      [ISAPNP] MEM Config Fix · 84350f79
      Adam Belay authored
      This patch fixes a bug in the resource configuration function.  If
      there are more than one memory ranges, the isapnp driver will write
      into the incorrect configuration register.
      84350f79
    • Adam Belay's avatar
      [ISAPNP] Fix Device Detection Issue · a747324c
      Adam Belay authored
      Some isapnp devices were not getting detected as a result of a bug in the isapnp
      driver.  It was not following the specifications and calculating a checksum when
      it was not reliable.  This problem was originally discovered by Paul L. Rogers
      <rogerspl@datasync.com>.  He made an initial patch.  This release has some small
      modifications, including a check to see if we run out of CSNs.
      a747324c
    • Adam Belay's avatar
      [PARPORT] Update PC Parport Detection Code · 7be9251f
      Adam Belay authored
      This patch updates the parport_pc driver's probing code to better
      detect PnP devices.  It also removes an extra MODULE_AUTHOR.
      7be9251f
    • Matthew Wilcox's avatar
      [PNP] Resource Conflict Cleanup · bba77b4a
      Matthew Wilcox authored
      This patch simplifies the ranged resource checking logic.
      bba77b4a
  2. 19 Mar, 2004 35 commits