1. 29 Sep, 2003 7 commits
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] update umc8672 driver · 45d061c3
      Bartlomiej Zolnierkiewicz authored
      - common umc8672_init() for built-in and module
      - release hwif only if hwif->chipset == ide_umc8672
      - mark exit functions with __exit
      - do not use ide_hwifs[] directly
      - minor cleanups
      45d061c3
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] update qd65xx driver · 89578620
      Bartlomiej Zolnierkiewicz authored
      - common qd65xx_init() for built-in and module
      - release hwif only if hwif->chipset == ide_qd65xx
      - mark exit functions with __exit
      - do not use ide_hwifs[] directly
      - minor cleanups
      89578620
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] update ht6560b driver · 322c9339
      Bartlomiej Zolnierkiewicz authored
      - common ht6560b_init() for built-in and module
      - release hwif only if hwif->chipset == ide_ht6560b
      - when releasing hwif, restore hwif->channel to the default value
      - mark exit functions with __exit
      - do not use ide_hwifs[] directly
      - minor cleanups
      322c9339
    • 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 32 commits