1. 29 Sep, 2003 4 commits
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] update dtc2278 driver · acb0c332
      Bartlomiej Zolnierkiewicz authored
      - common dtc2278_init() for built-in and module
      - touch hwifs only if hwif->chipset == ide_unknown for both ports,
        so we don't thrash already used hwifs when loading module
      - release hwif only if hwif->chipset == ide_dtc2278
      - mark exit functions with __exit
      - do not use ide_hwifs[] directly
      - minor cleanups
      acb0c332
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] update ali14xx driver · 209297f1
      Bartlomiej Zolnierkiewicz authored
      - common ali14xx_init() for built-in and module
      - do not call findPort() twice
      - touch hwifs only if chipset was found and initialized
      - release hwif only if hwif->chipset == ide_ali14xx
      - when releasing hwif, restore hwif->channel to the default value
      - mark exit functions with __exit
      - do not use ide_hwifs[] directly
      - minor cleanups
      209297f1
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix /proc/ide/hdX/settings · 6fa0801a
      Bartlomiej Zolnierkiewicz authored
      Blind strncpy()->strlcpy() conversion in 2.5.70
      made it impossible to change any setting, revert it.
      6fa0801a
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-serial · 0c0146c2
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      0c0146c2
  2. 30 Sep, 2003 1 commit
  3. 29 Sep, 2003 35 commits