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
/
ahci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-18
1
-0
/
+1
*
Revert "geometry: Apply LCHS values for boot devices"
Gerd Hoffmann
2019-11-18
1
-1
/
+0
*
ahci: zero-initialize port struct
Gerd Hoffmann
2019-11-13
1
-0
/
+1
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-06
1
-0
/
+1
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-2
/
+2
*
ahci: Disable Native Command Queueing
Zeh, Werner
2017-07-02
1
-1
/
+0
*
ahci: Set upper 32-bit registers to zero
Ladi Prosek
2017-01-17
1
-0
/
+5
*
ahci: set transfer mode according to the capabilities of connected drive
Gerd Hoffmann
2016-02-29
1
-0
/
+57
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+2
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-3
/
+2
*
ahci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-19
/
+16
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
ahci: Handle AHCI ATAPI drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-8
/
+7
*
block: Introduce default_process_op() with common command handling codes
Kevin O'Connor
2015-07-14
1
-8
/
+1
*
block: Split process_op() command dispatch up into multiple functions
Kevin O'Connor
2015-07-14
1
-1
/
+1
*
Make sure all code checks for malloc failures
Kevin O'Connor
2015-07-04
1
-0
/
+8
*
ahci: Ignore max_ports.
Vladimir Serbinenko
2015-05-21
1
-1
/
+1
*
Remove unnecesary updates of the disk op->count field.
Kevin O'Connor
2013-12-27
1
-1
/
+0
*
ahci: alloc structs in high memory
Gerd Hoffmann
2013-12-04
1
-3
/
+3
*
ahci: remote some parentheses
Gerd Hoffmann
2013-12-04
1
-3
/
+3
*
ahci: zap real mode macros
Gerd Hoffmann
2013-12-04
1
-37
/
+37
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-14
/
+14
*
Run ahci code entirely in 32bit mode.
Kevin O'Connor
2013-10-14
1
-11
/
+4
*
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
*
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
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-9
/
+9
*
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
*
ahci: add missing check for allocation failure
Gerd Hoffmann
2013-09-16
1
-9
/
+16
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+638