aboutsummaryrefslogtreecommitdiff
path: root/src/hw/esp-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-16esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland1-1/+10
2023-09-16esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completionMark Cave-Ayland1-14/+22
2023-09-16esp-scsi: flush FIFO before sending SCSI commandMark Cave-Ayland1-0/+4
2021-09-24scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller1-1/+1
2019-11-18geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+2
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann1-2/+0
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+2
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-1/+1
2017-05-02esp-scsi: enumerate luns with REPORT LUNSRoman Kagan1-10/+25
2016-04-06scsi: Launch a thread when scanning for drives in the scsi driversKevin O'Connor1-4/+4
2016-02-03scsi: Always use MAXDESCSIZE when building drive descriptionKevin O'Connor1-1/+1
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+1
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-6/+2
2016-02-02esp-scsi: Convert to new PCI BAR helper functionsKevin O'Connor1-7/+6
2015-07-14blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor1-2/+1
2015-07-14esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requestsKevin O'Connor1-18/+12
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor1-2/+2
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-7/+8
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-7/+8
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.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 cenetered around firmware initialization to src/fw/Kevin O'Connor1-1/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+234