Readme for QLogic ISP2xxx 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: QL2xNVRM.SAV, adapter address = xxxx
        /W xxxx = Copy Flash to file: QL2xROM.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 NVRAMxx.DAT
        /O <filename.ext> = Use <filename.ext> instead of QL21ROM.BIN
        /I      = Ignore Subsystem ID
        /M      = Don't prompt for I/O address
        /P      = Prompt for Serial Number (PRODUCTION TEST USE ONLY)
        /Q      = Quiet Mode, no messages will be displayed
        /T      = QLA2102 adapter (PRODUCTION TEST USE ONLY)
       
        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 QLA2100 adapters in a 
        system without being prompted for I/O address:
       
        ql2xutil /L


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


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


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

        ql2xutil /L f800 /F f800