// Progress report codes for debug port #define DONE_START 0 // Start with 00 #define DONE_CMDLINE 1 // Command line parsed #define DONE_VIDEOINIT1 2 // Video init after command line parse #define DONE_INIREAD 3 // PLATFORM.BIN read in #define DONE_VIDEOINIT2 4 // Video init after reading PLATFORM.BIN #define DONE_INICHECK 5 // Interface format and part ID checked #define DONE_BAKFIRST 6 // About to fetch first 64k to backup #define DONE_BAKNEXT 7 // About to save next 64k #define DONE_BAKDONE 8 // Written last 64k block #define DONE_EMSCHECK 9 // Verified that no memory managers #define DONE_BIGREAL 10 // Big Real mode selected #define DONE_ROMBLOCK 11 // Another block of BIOS.ROM read in #define DONE_ROMREAD 12 // All of BIOS.ROM read in #define DONE_INTSOFF 13 // Interrupts turned off #define DONE_PLATFORM 14 // Platform initialized #define DONE_PARTID 15 // Flash memory part identified #define DONE_SAVE 16 // About to save a block #define DONE_SAVED 17 // Block saved #define DONE_RESTORE 18 // About to restore a saved block #define DONE_RESTORED 19 // Block restored #define DONE_ZEROING 20 // Ready to zero another block #define DONE_ZEROED 21 // Block was zeroed #define DONE_ERASING 22 // Ready to erase another block #define DONE_ERASED 23 // Block was erased #define DONE_PROGRAM 24 // Ready to program another block #define DONE_PROGRAMMED 25 // Block was programmed #define DONE_VERIFY 26 // About to compare flashed block with file #define DONE_VERIFIED 27 // Verification was completed #define DONE_GETSTATUS 28 // Waiting for flash prog/erase to COMPLETE // MUST MATCH MEMORY.ASM EQUATES #define DONE_FLASHED 29 // Flashing of all blocks completed #define DONE_PLATFORMOF 30 // Platform dependent termination done #define DONE_EXIT 31 // Ready to exit(0) without rebooting #define DONE_EXIT2 32 // Return from Reboot Routine #define DONE_BOOTING -1 // Finish with FFDownload Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.