summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/isp_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove isp(4) now that the ql* family have replaced itjmatthew2015-06-191-1385/+0
* yet more mallocarray() changes.doug2014-12-131-5/+8
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-4/+4
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-11/+11
* remove isp24xx-related code. it doesn't work, qle(4) replaces it, andjmatthew2014-02-141-207/+3
* Build isp2xxx firmware into separate object files so we only includejmatthew2014-02-101-4/+4
* make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that areoga2011-06-231-14/+20
* M_WAITOK cleanup of two cases:mk2011-06-171-3/+5
* Turning on SCSIDEBUG (for debugging other drivers, of course) shouldderaadt2011-04-221-2/+2
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Change sgi system identification from a single system type list, to a smallermiod2009-11-071-3/+3
* Get node and port WWN's from the Open Firmware tree on sparc64 if they arekettenis2009-08-091-3/+16
* the data which is read is never used; ok krwderaadt2009-06-291-4/+1
* since we link in the 24xx firmware, might as well point to it; ok krw kettenisderaadt2009-06-291-2/+3
* Restore lost string constant, make DEBUG kernels compile.krw2009-06-281-1/+6
* for the isp(4) driver, invert the meaning of the options which pullderaadt2009-06-241-9/+57
* Major update to isp driver, mostly from mjacob via FreeBSD.krw2009-06-241-266/+501
* Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withmiod2009-05-311-5/+1
* The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. Sincemiod2009-05-081-1/+17
* Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.kettenis2008-06-011-1/+23
* Turns out I have an ISP 12160 myself, and it works fine on sparc64. Sincekettenis2008-05-281-3/+1
* Disable ISP10160 and ISP12160. They don't quite work yet, and people withkettenis2008-04-131-1/+3
* use the right capitalization for `QLogic'sobrado2008-01-211-3/+3
* Obvious M_ZERO/bzero() change. Note that isp_param is void *, so thekrw2007-09-221-24/+20
* Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted.kettenis2007-02-281-2/+18
* do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okmickey2005-09-111-22/+9
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-2/+2
* recognize Dell OEM 2312 card.brad2005-04-081-2/+12
* Mark u_int64_t constants with ULL to make gcc3 happy.grange2003-12-061-3/+3
* fix probing for ami raid owned hba properly; mjacob@ okmickey2003-06-261-2/+2
* Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support.mjacob2003-03-031-32/+53
* take too. patch ahs to screw up once in a whilemickey2003-02-281-9/+1
* remove non-typo changes. sorry folksmickey2003-02-281-1/+4
* typo; from weissmanndudemickey2003-02-281-1/+6
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-08-171-2/+17
* Handle the removal of 'const' from structure definition.mjacob2002-05-171-9/+33
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-141-89/+145
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-13/+5
* Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob2001-10-061-1/+5
* If we field an interrupt, return to the caller that we did so. Otherwise,mjacob2001-09-291-2/+2
* Catch up with mainline of code development.mjacob2001-09-011-68/+221
* Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()jason2001-08-261-3/+3
* deal with 5 arg for of bus_dmamap_sync() if availablejason2001-08-251-6/+16
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-9/+1
* Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob2001-04-041-56/+29
* On alpha, we want to memory map. ok mjacob@nate2001-03-091-1/+5
* print the interrupt, and pack to one linederaadt2001-03-021-13/+15
* Sync up with other platforms - use a common string to complain aboutmjacob2001-02-121-48/+46
* quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob2000-10-161-7/+4