1. 31 Mar, 2003 1 commit
    • Douglas Gilbert's avatar
      scsi_debug version 1.69 for lk 2.5.66 · ec61600c
      Douglas Gilbert authored
      As people are using scsi_debug to simulate a large
      number of disks to play with the dev_t expansion,
      some problems have come to light.
      
      Changelog:
         - change num_devs to num_tgts
             so now the user can independently modify the
             number of hosts (add_host), the number of targets
             per host (num_tgts) and the number of luns per
             target (max_luns)
         - num_tgts sets scsi_host::max_id after allowance is
           made for the initiator's target id
         - max_luns default changed to 1 and it is sysfs
           writeable
         - REPORT LUN response cleaned up. Could now possibly
           generate a response indicatimg there were up to
           16,384 logical units available
         - clean up sense buffer generation
      
      Updated http://www.torque.net/sg/sdebug25.html
      ec61600c
  2. 28 Mar, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] aha152x pcmcia updates · ed36188d
      Christoph Hellwig authored
      (1) use new pcmcia_register_driver() & co API
      (2) use scsi_add_host & co.  This needed some restructuring in aha152x.c
      (3) add a bunch of missing statics to aha152x.c
      (4) move prototypes for functions used by aha152x_stub.c to aha152x.h
      ed36188d
  3. 27 Mar, 2003 7 commits
  4. 25 Mar, 2003 5 commits
  5. 24 Mar, 2003 26 commits