summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/qla_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the missing 6322 PCI id.brad2014-04-031-1/+3
* Print interrupt string *after* establishing it.kettenis2014-03-091-4/+9
* use the DEVNAME macro to get the name of the interrupt rather than thedlg2014-02-171-2/+2
* Almost-working QLA2100 support. This appears to be the best I can do forjmatthew2014-02-061-3/+2
* On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that cankettenis2014-02-011-1/+13
* missing printf arg, spotted by jsg@jmatthew2014-01-221-2/+2
* Add support for ISP2200 based adapters.jmatthew2014-01-211-3/+2
* Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xxjmatthew2014-01-191-0/+224