summaryrefslogtreecommitdiff
path: root/OvmfPkg/LsiScsiDxe
AgeCommit message (Expand)AuthorFilesLines
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2021-12-07OvmfPkg: Apply uncrustify changesMichael Kubacki2-248/+261
2020-07-17OvmfPkg/LsiScsiDxe: Process the SCSI Request PacketGary Lin3-1/+431
2020-07-17OvmfPkg/LsiScsiDxe: Examine the incoming SCSI Request PacketGary Lin2-0/+102
2020-07-17OvmfPkg/LsiScsiDxe: Map DMA bufferGary Lin2-1/+75
2020-07-17OvmfPkg/LsiScsiDxe: Open PciIo protocol and initialize the deviceGary Lin2-1/+138
2020-07-17OvmfPkg/LsiScsiDxe: Report Targets and LUNsGary Lin3-2/+154
2020-07-17OvmfPkg/LsiScsiDxe: Install stubbed EXT_SCSI_PASS_THRUGary Lin3-1/+244
2020-07-17OvmfPkg/LsiScsiDxe: Probe PCI devices and look for LsiScsiGary Lin2-1/+53
2020-07-17OvmfPkg/LsiScsiDxe: Report the name of the driverGary Lin2-2/+98
2020-07-17OvmfPkg/LsiScsiDxe: Install the skeleton of driver bindingGary Lin3-1/+122
2020-07-17OvmfPkg/LsiScsiDxe: Create the empty driverGary Lin2-0/+51