Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor ata code. | Kevin O'Connor | 2008-03-29 | 1 | -5/+5 |
* | Move internal defs from ata.h to ata.c. | Kevin O'Connor | 2008-03-23 | 1 | -49/+1 |
* | Cleanup cdrom emulation. | Kevin O'Connor | 2008-03-22 | 1 | -3/+3 |
* | Minor cleanups. | Kevin O'Connor | 2008-03-15 | 1 | -1/+1 |
* | Use LBA disk access methods always; don't use CHS methods. | Kevin O'Connor | 2008-03-13 | 1 | -20/+0 |
* | Use 32bit absolute pointers for buffers in ATA code. | Kevin O'Connor | 2008-03-12 | 1 | -11/+7 |
* | Reorganize ata code; reduce stack usage. | Kevin O'Connor | 2008-03-11 | 1 | -141/+76 |
* | Unify ata_cmd_data_in/out functions. | Kevin O'Connor | 2008-03-11 | 1 | -4/+2 |
* | Get CDROM emulation working. | Kevin O'Connor | 2008-03-04 | 1 | -1/+3 |
* | Don't pass segment to ata_cmd_packet. | Kevin O'Connor | 2008-03-03 | 1 | -1/+1 |
* | types.h & ata.h | Kevin O'Connor | 2008-03-03 | 1 | -0/+4 |
* | Add copyrights to ata.c/h files. | Kevin O'Connor | 2008-03-01 | 1 | -0/+7 |
* | Make disk access work. | Kevin O'Connor | 2008-03-01 | 1 | -0/+1 |
* | Initial support for ATA disks. | Kevin O'Connor | 2008-02-29 | 1 | -0/+148 |