aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/megasas.c
Commit message (Expand)AuthorAgeFilesLines
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* scsi: Launch a thread when scanning for drives in the scsi driversKevin O'Connor2016-04-061-4/+3
* scsi: Always use MAXDESCSIZE when building drive descriptionKevin O'Connor2016-02-031-1/+2
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+2
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-6/+2
* megasas: Convert to new PCI BAR helper functionsKevin O'Connor2016-02-021-10/+8
* megasas: Use outl() on MFI_IDB registerKevin O'Connor2015-09-031-1/+1
* megasas: Fix outw, outl argument orderStefan Weil2015-09-031-4/+4
* megasas: Handle Megasas drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-5/+7
* Make sure all code checks for malloc failuresKevin O'Connor2015-07-041-1/+5
* megasas: read addional PCI I/O barHannes Reinecke2014-11-101-0/+4
* megasas: Don't attempt to access 'struct pci_device' at runtime.Kevin O'Connor2013-10-261-3/+3
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-8/+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-6/+7
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.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 centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+396