1. 31 Aug, 2004 17 commits
  2. 30 Aug, 2004 3 commits
  3. 31 Aug, 2004 3 commits
  4. 30 Aug, 2004 9 commits
  5. 29 Aug, 2004 6 commits
  6. 28 Aug, 2004 2 commits
    • Andrew Chew's avatar
      [PATCH] sata_nv: fix CK804 support · 78864390
      Andrew Chew authored
      This patch fixes a problem introduced when CK804 support was added.  mmio_base can only be set in the CK804 case,
      else libata will attempt to iounmap mmio_base, which isn't iomapped for the non-CK804 case.  Still need the bar 5
      address, so steal from host_set->ports[0]->ioaddr.scr_addr.  Jeff, let me know if this is a bad thing to do.
      78864390
    • Armin Schindler's avatar
      [PATCH] ISDN Eicon driver: maint/trace fix and update · 9a276d67
      Armin Schindler authored
      Fix of the debug/trace driver and removal of irq locks.
      
       - Only spinlocks[bh] are used now.
       - Removed obsolete direct debug /proc interface.
       - Update of internal trace features and its API.
       - Use common definition of MAX_DESCRIPTORS.
      9a276d67