Lite-On-Erase v0.1
-----------------Podger-

 *** Lite-On-Erase for Windows and Dos ***


Lite-On-Erase.exe is a win32 app that erase the flash on Lite-On 360 drive via ATA cmds.

 Be warned: This win32 program does not use the windows API. The exe writes directly to the ATA
 controller's I/O ports (which requires the PortIO32 driver) It also requires an ATA - SATA adapter
 to connect your 360 drive to your PC, or a SATA controller that has legacy mode. Look fot it in the
 controllers BIOS setup options.

 Install the driver:
 Simply double click the PortIO32.exe, if for any reason the installation fails, the required files and
 instructions for manual installation will be place in a "driver" folder within the DVDKey32.exe directory.

 Uninstall the driver:
 Open a command prompt in the PortIO32.exe directory and type: Portio32 remove 
 Again, if the uninstall fails, instructions will be givin to manually remove the driver.

L-O-ERAS.exe is the dos 16 version, uses native port IO.


 USAGE:
------------------------

Erases Lite-On Internal Spi

usage: Lite-On-Erase command_base
       command_base: base register of ATA command block in hex (e.g. 1F0 or 170)
       Written by Podger v0.1 (Win32)
 -OR-

usage: L-O-Eras command_base
       command_base: base register of ATA command block in hex (e.g. 1F0 or 170)
       Written by Podger v0.1  (Dos 16)

1.) If you have not already done so, install the driver ( for windows ). Double click the PortIO32.exe
2.) Open command prompt in the Lite-On-Erase directory and Type: Lite-On-Erase xxxx
    (where xxxx is the command base register)


 NOTE:
------------------------

 Podger - the code
 Geremia - discovering commans at his expense....
 Seventhson - for the userspace parallel ATA driver