summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mfi_pci.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2019-12-31needs sys/sensor.h to standalone from whether machine/cpu.h pulls theTheo de Raadt
2014-09-09mark the interrupt handler mpsafe, and give up biglock in the scsi cmdDavid Gwynne
2012-08-14dont maintain tables of all the pci subtypes just so we can print thingsDavid Gwynne
2012-08-14gc sc_flags now that the iop struct can tell us where the different IDBsDavid Gwynne
2012-01-12add support for skinny variants.David Gwynne
2011-07-20For now, disable msi interrupts. Reading through the linux driver oneMarco Peereboom
2011-07-01msi interrupts working on mfi(4)Theo de Raadt
2010-04-01Add more dell subids found in the windows driver.Jonathan Gray
2010-04-01Add H700 now that we know the subid...Marco Peereboom
2009-02-23Match on the SAS1078DE which appears to be used in at least theJonathan Gray
2009-02-10Use proper BAR on newer mfi raid cards.Marco Peereboom
2009-01-28Add support for next generation megaraid sas raid controllers.Marco Peereboom
2008-11-23sizeofa -> nitemsDavid Gwynne
2008-10-27Move some include stuff aroundMarco Peereboom
2008-02-11reinstate pci subvendor/subdevice detection so we can figure out whichDavid Gwynne
2008-02-11add support for the mfi controllers with the ppc iops, aka, LSI SAS1078 orDavid Gwynne
2008-01-26newline when printing about a failure to attach.David Gwynne
2007-11-26Add LSI PCI IDs for 1078 based megaraid; from the windows driver infMarco Peereboom
2007-11-26Add new PERC6 & CERC6 PCI IDsMarco Peereboom
2006-08-06sync PCI ids.Brad Smith
2006-08-06add another MegaRAID PCI id.Brad Smith
2006-05-21Add generic management function.Marco Peereboom
2006-05-17tweak the dmesg printing a bit.Brad Smith
2006-05-16Labeling was the wrong way around. Make 5e 5i and vice versa.Marco Peereboom
2006-04-26Undo last commit.Marco Peereboom
2006-04-26don't return -1, just 1.Marco Peereboom
2006-04-26typoMarco Peereboom
2006-04-26Add subvendor and subsysid to the mix to differentiate between controllers.Marco Peereboom
2006-04-07Use new shiny debug code.Marco Peereboom
2006-04-06Add skeleton driver for MegaRAID SAS.Marco Peereboom