summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ciss_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* consistently uppercase pci product definesjsg2020-01-051-5/+5
* Be sure to return if the pci interrupt can't be mapped, instead of fallingmiod2014-10-201-1/+2
* Add HP Gen9 Smart Array/Smart HBA devices.jsg2014-09-131-1/+16
* new ciss devices from Scott Benesh of HP via FreeBSDjsg2013-08-251-1/+10
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-2/+20
* add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822jsg2012-03-111-1/+8
* - Add PCI id for the Smart Array P700m adapter.sthen2010-03-021-4/+6
* - instead of rolling a macro that is functional equivalent to nitems(),jasper2009-12-151-3/+2
* Add the HP Smart Array P711m/P712m PCI ids.brad2008-11-171-1/+3
* Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD.jsg2008-06-111-1/+6
* Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asbrad2008-05-231-7/+2
* syncbrad2006-09-201-3/+3
* - Add a whole bunch of new PCI ids.brad2005-12-131-3/+19
* syncbrad2005-12-111-3/+3
* hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>mickey2005-11-231-1/+2
* kill dead func protomickey2005-09-071-2/+1
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+1
* Add one more Compaq Smart Array 6i.mpf2005-08-051-1/+2
* int mask is matched on the subsys ids not prod idsmickey2005-08-021-5/+7
* handle 64bit bar; found by mpf@mickey2005-07-091-3/+9
* smartarray 5* raid controller; does io but needs more work; commented out in configs for nowmickey2005-07-061-0/+164