• Andrew Vasquez's avatar
    [PATCH] Updated qla2xxx driver. · 7ab5d6ec
    Andrew Vasquez authored
    -  Bump version number -> 8.00.00b10.
    
    -  Use down() not down_interruptible() while waiting for mailbox
       completions.
      
            o down_interruptible() is the wrong thing to do here 
              (in case a signal hits you sooo do the wrong thing
              and corrupt the semaphore)
              (Arjan van de Ven arjanv_redhat.com)
    
    -  Misc. ISP6312/ISP6322 changes:
      
            o Asynchronous IOCB handling is not available on 
              ISP6312 and ISP6322 type boards.
      
            o Firmware type (FLX) desgnation fix. 
    
    -  Clean up some extraneous code:
      
            o Remove duplicate call to qla2x00_config_os().
            o Remove unused structure member rsvd in struct dev_id.
    
    -  Create single module firmware loaders for each firmware image
       shipped with the driver (2/2).
    
    -  Create single module firmware loaders for each firmware image
       shipped with the driver.
    
    -  Resync with latest released firmware 3.02.21.
    7ab5d6ec
Makefile 663 Bytes