aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/ata.c
Commit message (Expand)AuthorAgeFilesLines
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-13/+13
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+2
* pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor2016-02-021-1/+0
* ata: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-13/+12
* ata: Make sure "chanid" is relative to PCI device for bootorder fileKevin O'Connor2015-07-141-12/+13
* block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor2015-07-141-1/+1
* ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-1/+8
* block: Introduce default_process_op() with common command handling codesKevin O'Connor2015-07-141-5/+1
* Remove unnecesary updates of the disk op->count field.Kevin O'Connor2013-12-271-2/+0
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-82/+82
* Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor2013-10-141-3/+3
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+1
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-1/+0
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-10/+10
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+1043