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
/
esp-scsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
esp-scsi: indicate acceptance of MESSAGE IN phase data
Mark Cave-Ayland
2024-09-04
1
-1
/
+3
*
esp-scsi: terminate DMA transfer when ESP data transfer completes
Mark Cave-Ayland
2024-01-25
1
-0
/
+2
*
esp-scsi: handle non-DMA SCSI commands with no data phase
Mark Cave-Ayland
2023-08-24
1
-1
/
+10
*
esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completion
Mark Cave-Ayland
2023-08-24
1
-14
/
+22
*
esp-scsi: flush FIFO before sending SCSI command
Mark Cave-Ayland
2023-08-24
1
-0
/
+4
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-18
1
-0
/
+2
*
Revert "geometry: Apply LCHS values for boot devices"
Gerd Hoffmann
2019-11-18
1
-2
/
+0
*
geometry: Apply LCHS values for boot devices
Sam Eiderman
2019-11-06
1
-0
/
+2
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
esp-scsi: enumerate luns with REPORT LUNS
Roman Kagan
2017-05-02
1
-10
/
+25
*
scsi: Launch a thread when scanning for drives in the scsi drivers
Kevin O'Connor
2016-04-06
1
-4
/
+4
*
scsi: Always use MAXDESCSIZE when building drive description
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
1
-6
/
+2
*
esp-scsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+6
*
blockcmd: Convert cdb_is_read() to scsi_is_read()
Kevin O'Connor
2015-07-14
1
-2
/
+1
*
esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
1
-18
/
+12
*
Minor - replace some tab characters that slipped into the code.
Kevin O'Connor
2014-04-11
1
-2
/
+2
*
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
Kevin O'Connor
2013-10-26
1
-7
/
+8
*
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
-7
/
+8
*
Move malloc code from pmm.c to new files malloc.c and malloc.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 cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-0
/
+234