1. 17 Feb, 2003 2 commits
  2. 13 Feb, 2003 1 commit
  3. 12 Feb, 2003 2 commits
  4. 11 Feb, 2003 7 commits
  5. 10 Feb, 2003 6 commits
    • Christoph Hellwig's avatar
      [PATCH] remove cpqioctl.c · 3140863b
      Christoph Hellwig authored
      This is userland testing code that leaked into the kernel tree somehow.
      3140863b
    • Christoph Hellwig's avatar
      bd12d5db
    • Christoph Hellwig's avatar
      [PATCH] further sim710 updates · 5d125f63
      Christoph Hellwig authored
      James, your sim710 changes look nice, but I think there's some more
      stuff to do in this driver.  I've started with the following (all
      untested due to lack of the hardware):
      
        - move to scsi_add_host/scsi_remove_host interface
        - remove a bunch of unneeded ifdefs
        - add missing statics
        - unregister driver templates on unload
      
      and I think there's more that should be done, but this would change
      user-visiable attributes:
      
        - remove the ugly single module option code and the command line
          parsing in favour of Rusty's new module_param stuff
        - split the driver into two drivers: 53c700_eisa and 53c700_mca.
          There's no logic shared between those two busses, just a little
          bit of helper in the setup/remove code
      
      And after looking a this driver I have some rants about the new
      mac/eisa code:
      
        - mca_register_driver/mca_unregister_driver should check for
          the precense of an MCA bus by themselves instead of leaving
          it to the caller
        - eisa_driver_register should really return 0 for sucess
        - mca_register_driver/mca_unregister_driver should be named
          mca_driver_register/mca_driver_unregister to be more similar
          to the other *driver_(un)registers.
      5d125f63
    • Douglas Gilbert's avatar
      [PATCH] aic79xxx_osm.c in 2.5.59-bk3 · 78b00649
      Douglas Gilbert authored
      Fix cmd->lun to cmd->device->lun
      78b00649
    • Linus Torvalds's avatar
      Linux v2.5.60 · f2478c00
      Linus Torvalds authored
      f2478c00
    • Steven Cole's avatar
      [PATCH] Finish job of trimming ".o" module extension in Kconfig files · b6b34812
      Steven Cole authored
      Most of the instances of <module>.o in Kconfig files have had the ".o"
      extension trimmed.  This change came from GertJan Spoelman through Rusty
      "Trivial" Russell.
      
      However, there are a few files that didn't get trimmed.  This brings
      them line with the rest of the tree.
      b6b34812
  6. 09 Feb, 2003 22 commits