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