aboutsummaryrefslogtreecommitdiff
path: root/src/hw/megasas.c
AgeCommit message (Expand)AuthorFilesLines
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/+1
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann1-1/+0
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman1-0/+1
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-1/+1
2016-04-06scsi: Launch a thread when scanning for drives in the scsi driversKevin O'Connor1-4/+3
2016-02-03scsi: Always use MAXDESCSIZE when building drive descriptionKevin O'Connor1-1/+2
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-1/+2
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-6/+2
2016-02-02megasas: Convert to new PCI BAR helper functionsKevin O'Connor1-10/+8
2015-09-03megasas: Use outl() on MFI_IDB registerKevin O'Connor1-1/+1
2015-09-03megasas: Fix outw, outl argument orderStefan Weil1-4/+4
2015-07-14megasas: Handle Megasas drives directly via 'struct disk_op_s' requestsKevin O'Connor1-5/+7
2015-07-04Make sure all code checks for malloc failuresKevin O'Connor1-1/+5
2014-11-10megasas: read addional PCI I/O barHannes Reinecke1-0/+4
2013-10-26megasas: Don't attempt to access 'struct pci_device' at runtime.Kevin O'Connor1-3/+3
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-8/+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-6/+7
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.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 centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+396