aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/esp-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* esp-scsi: indicate acceptance of MESSAGE IN phase dataMark Cave-Ayland2024-09-041-1/+3
* esp-scsi: terminate DMA transfer when ESP data transfer completesMark Cave-Ayland2024-01-251-0/+2
* esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland2023-08-241-1/+10
* esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completionMark Cave-Ayland2023-08-241-14/+22
* esp-scsi: flush FIFO before sending SCSI commandMark Cave-Ayland2023-08-241-0/+4
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-181-0/+2
* Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann2019-11-181-2/+0
* geometry: Apply LCHS values for boot devicesSam Eiderman2019-11-061-0/+2
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* esp-scsi: enumerate luns with REPORT LUNSRoman Kagan2017-05-021-10/+25
* scsi: Launch a thread when scanning for drives in the scsi driversKevin O'Connor2016-04-061-4/+4
* scsi: Always use MAXDESCSIZE when building drive descriptionKevin O'Connor2016-02-031-1/+1
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+1
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-6/+2
* esp-scsi: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-7/+6
* blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor2015-07-141-2/+1
* esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-18/+12
* Minor - replace some tab characters that slipped into the code.Kevin O'Connor2014-04-111-2/+2
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-7/+8
* 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-7/+8
* Move malloc code from pmm.c to new files malloc.c and malloc.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 cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-1/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+234