1. 30 May, 2003 3 commits
    • 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 37 commits