aboutsummaryrefslogtreecommitdiff
path: root/src/hw/ata.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04block/ata: Fixes to allow building 64-bit firmwareHelge Deller1-3/+3
2021-09-24ata.c: Add missing endianess conversion functionsHelge Deller1-10/+10
2021-09-24ata.c: Allow to boot on PA-RISCHelge Deller1-1/+1
2021-09-24Add portaddr_t typedef to specify I/O port addressesHelge Deller1-24/+24
2019-11-18geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+8
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann1-8/+0
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+8
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-13/+13
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+2
2016-02-02pci: Consistently set pci->have_drivers for devices with internal driversKevin O'Connor1-1/+0
2016-02-02ata: Convert to new PCI BAR helper functionsKevin O'Connor1-13/+12
2015-07-14ata: Make sure "chanid" is relative to PCI device for bootorder fileKevin O'Connor1-12/+13
2015-07-14block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor1-1/+1
2015-07-14ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requestsKevin O'Connor1-1/+8
2015-07-14block: Introduce default_process_op() with common command handling codesKevin O'Connor1-5/+1
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor1-2/+0
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-82/+82
2013-10-14Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor1-3/+3
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+1
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-1/+0
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+0
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-10/+10
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+1043