An error occurred fetching the project authors.
  1. 22 May, 2004 1 commit
  2. 19 Feb, 2004 1 commit
  3. 08 Feb, 2004 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix OOPS for multiple IDE PCI modules and CONFIG_PROC_FS=y · 9c07b6c6
      Bartlomiej Zolnierkiewicz authored
      The problem is that when loading next IDE PCI module memory used by
      previously registered ide_pci_host_proc_list entry is already unmapped
      (because of __{dev}initdata).  This doesn't happen in built-in case
      because this memory is freed after all drivers are initialized.
      Fix it by removing __{dev}initdata from all ide_pci_host_proc_t.
      
      Thanks to Andre Tomt <andre@tomt.net> for help in debugging this.
      9c07b6c6
  4. 04 Oct, 2003 1 commit
  5. 11 Nov, 2002 1 commit
  6. 04 Oct, 2002 1 commit
    • Jens Axboe's avatar
      [PATCH] ide low level driver updates · c2bf9f44
      Jens Axboe authored
      All of them in a single patch, would be silly to split. Does two things:
      
      o Inc module usage count to forcefully pin the module
      
      o Make the chipset init data __devinitdata
      
      o Kill ->init_setup() and just make it generic
      c2bf9f44
  7. 16 Sep, 2002 1 commit
  8. 11 Sep, 2002 1 commit