1. 17 May, 2004 23 commits
  2. 16 May, 2004 12 commits
  3. 15 May, 2004 5 commits
    • Jeff Garzik's avatar
      Merge redhat.com:/spare/repo/b44-2.6.5 · 170747d7
      Jeff Garzik authored
      into redhat.com:/spare/repo/net-drivers-2.6
      170747d7
    • Pekka Pietikäinen's avatar
      [netdrvr b44] better reset behavior · 694919c6
      Pekka Pietikäinen authored
      This patch makes the b44-after-bcm4400 scenario work for
      me. What was happening is that the broadcom driver sets a "power off MAC"
      bit, and we didn't remove that when initializing the chip.
      Also added some (a bit ugly, I know  ) logic to clear up the address
      filter stuff, which is what recent broadcom drivers do...
      694919c6
    • Jeff Garzik's avatar
      [libata] handle non-data ATAPI commands via interrupt · 80e00375
      Jeff Garzik authored
      It's easier to do it this way, than polling, at the moment.
      
      Also, fix a test in ata_scsi_translate that was incorrectly
      erroring-out non-data commands.
      80e00375
    • Jeff Garzik's avatar
      [libata] minor stuff · 96b2b4d7
      Jeff Garzik authored
      * now that ATAPI is close to working, making ATAPI DMA interrupts
        in ata_host_intr
      * remove unnecessary space character in printk() output (oh, the horror)
      96b2b4d7
    • Richard Henderson's avatar
      [PATCH] alpha: fix GP-load symbol linkage · 054852c4
      Richard Henderson authored
      From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      
      This skips the GP-loading function prologue (two instructions: 8 bytes)
      on BRSGP linkage correctly, fixing an oops on alpha while loading the
      aic7xxx driver.
      054852c4