1. 30 May, 2003 5 commits
    • Jens Axboe's avatar
      [PATCH] ide-cd buglets · 4303cc87
      Jens Axboe authored
      Assorted small ide-cd fixes, found and fixed by Andy Polyakov
      <appro@fy.chalmers.se>.
      
      - CHECK_CONDITION really wants to be SAM_STAT_CHECK_CONDITION, the damn
        bit shift by one bit again
      
      - Set sense_len correctly
      
      - Do post_transform() on the right buffer.
      4303cc87
    • Jens Axboe's avatar
      [PATCH] copy the tag_map · ba094e84
      Jens Axboe authored
      From: Milton Miller <miltonm@bga.com>
      ba094e84
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix two IDE list_head problems · 5897f768
      Bartlomiej Zolnierkiewicz authored
      Fix two problems related to list_head's (there are more, wip).
      Second bug was uncovered by wli's list_head debugging patch, thanks wli!
      
      - Remove ata_unused list and use &idedefault_driver->drives only,
        fixes list corruption (ata_unused will be later ressurected for hotplug).
      
      - Do not add same device twice to &idedefault_driver->drives, triggered
        by first calling ide_unregister_subdriver() and later ata_attach().
      5897f768
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] kill "hdX=noremap" · 35e57224
      Bartlomiej Zolnierkiewicz authored
      Since Andries killed ide-geometry, remove "hdX=noremap"
      parameter as it is no longer needed.
      35e57224
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] allow "hdX=scsi" for modular scsi/ide-scsi · 23898e5c
      Bartlomiej Zolnierkiewicz authored
      Allow a user to mark a device as for scsi
      emulation at boot even with modular scsi/ide-scsi.
      (from 2.4 patch by Matan Ziv-Av)
      23898e5c
  2. 29 May, 2003 35 commits