aboutsummaryrefslogtreecommitdiff
path: root/src/hw/lsi-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04parisc/scsi: Add maximum transfer size per SCSI controllerHelge Deller1-0/+1
2021-09-24lsi-scsi.c: Convert SCSI script to little endianHelge Deller1-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-06-12Revert "lsi-scsi: reset in case of a serious problem"Roman Kagan1-2/+0
2017-05-02lsi-scsi: try to enumerate luns with REPORT LUNSRoman Kagan1-11/+26
2017-05-02lsi-scsi: reset in case of a serious problemRoman Kagan1-0/+2
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-02lsi-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-1/+1
2015-07-14lsi-scsi: Handle LSI drives directly via 'struct disk_op_s' requestsKevin O'Connor1-18/+12
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/+213