1. 07 Nov, 2004 15 commits
  2. 06 Nov, 2004 8 commits
  3. 05 Nov, 2004 12 commits
  4. 06 Nov, 2004 2 commits
    • Bartlomiej Zolnierkiewicz's avatar
      [ide] siimage: fix the various SI3112 hangs · db01db10
      Bartlomiej Zolnierkiewicz authored
      From: Alan Cox <alan@lxorguk.ukuu.org.uk>
      (some changes by me - bart)
      
      The current driver looks at fields before it is safe to, we move the
      mod15rm bug handler to be a fixup and this ensures the probe has been
      completed before we use the ident data.
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      db01db10
    • Bartlomiej Zolnierkiewicz's avatar
      [ide] apply undecoded slave fixup only for ide-cs · dc3f1bf7
      Bartlomiej Zolnierkiewicz authored
      From: Alan Cox <alan@lxorguk.ukuu.org.uk>
      (some changes by me - bart)
      
      We add probe_hwif_init_with_fixup (seperate naming as requested by
      Bartlomiej). This runs a fixup on present interfaces before attaching
      the drives. In order to be useful we need also an _with_fixup version
      of ide_register_hw function. 
      
      The sometimes troublesome undecoded slave detector is moved to its own
      function and exported so that ide-cs and the upcoming delkin_cb can both
      use it (along with any arch specific cf/pcmcia drivers I don't know
      about). The non-relevant checks for this scenario are removed.
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      dc3f1bf7
  5. 05 Nov, 2004 3 commits