
        
        Readme for QLogic ISP1xxx Flash and NOVRAM programming utility.
        
        
        The QLogic flash and novram programming utility is a DOS utility
        with the following command line options:
        
      
        /L xxxx = Write NOVRAM, adapter address = xxxx
                  If no address specified then write NOVRAM to all adapters
        /F xxxx = Write Flash, adapter address = xxxx
                  If no address specified then write Flash to all adapters
        /D xxxx = Copy NOVRAM to file: QL1xNVRM.SAV, adapter address = xxxx
        /W xxxx = Copy Flash to file: QL1xROM.SAV, adapter address = xxxx
        /U xxxx = Update Bios NOVRAM defaults, adapter address = xxxx
                  If no address specified then Update all adapters\r\n");
        /N <filename.ext> = Use <filename.ext> instead of NVRMxx0.DAT
        /O <filename.ext> = Use <filename.ext> instead of QLxxROM.BIN
        /I      = Ignore Subsystem ID
        /M      = Don't prompt for I/O address
        /Q      = Quiet Mode, no messages will be displayed
        /V xxxx = Display current version number of BIOS on adapters at address xxxx
                  If no address specified then display BIOS version of all adapters
        /C xxxx = Verify Flash of adapter at address xxxx
                  If no address specified then verify Flash of all adapters
       
        The utility can be run without command line options
        and it will prompt you for the required options.  
        
        Examples using some command line options:
        
        To write NOVRAM on all QLA1xxx adapters in a 
        system without being prompted for I/O address:
       
        ql1xutil /L


        To write NOVRAM and Flash of all adapters:
        
        ql1xutil /L /F


        To write NOVRAM to adapter at I/O address f400:
        
        ql1xutil /L f400


        To write NOVRAM and flash to adapter at I/O address f800:

        ql1xutil /L f800 /F f800


