index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
/
ata.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-18
1
-0
/
+8
*
Revert "geometry: Apply LCHS values for boot devices"
Gerd Hoffmann
2019-11-18
1
-8
/
+0
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-06
1
-0
/
+8
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-13
/
+13
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+2
*
pci: Consistently set pci->have_drivers for devices with internal drivers
Kevin O'Connor
2016-02-02
1
-1
/
+0
*
ata: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-13
/
+12
*
ata: Make sure "chanid" is relative to PCI device for bootorder file
Kevin O'Connor
2015-07-14
1
-12
/
+13
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
ata: Handle ATA ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-1
/
+8
*
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
2015-07-14
1
-5
/
+1
*
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
2013-12-27
1
-2
/
+0
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-82
/
+82
*
Rename fields of 'struct chs_s' and use in floppy lba2chs().
Kevin O'Connor
2013-10-14
1
-3
/
+3
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+1
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-1
/
+0
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-10
/
+10
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+1043