summaryrefslogtreecommitdiff
path: root/sys/dev/pci/isp_pci.c
AgeCommit message (Expand)Author
2011-06-23make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that areOwain Ainsworth
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-04-22Turning on SCSIDEBUG (for debugging other drivers, of course) shouldTheo de Raadt
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2009-11-07Change sgi system identification from a single system type list, to a smallerMiod Vallat
2009-08-09Get node and port WWN's from the Open Firmware tree on sparc64 if they areMark Kettenis
2009-06-29the data which is read is never used; ok krwTheo de Raadt
2009-06-29since we link in the 24xx firmware, might as well point to it; ok krw kettenisTheo de Raadt
2009-06-28Restore lost string constant, make DEBUG kernels compile.Kenneth R Westerback
2009-06-24for the isp(4) driver, invert the meaning of the options which pullTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-05-08The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. SinceMiod Vallat
2008-06-01Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.Mark Kettenis
2008-05-28Turns out I have an ISP 12160 myself, and it works fine on sparc64. SinceMark Kettenis
2008-04-13Disable ISP10160 and ISP12160. They don't quite work yet, and people withMark Kettenis
2008-01-21use the right capitalization for `QLogic'Igor Sobrado
2007-09-22Obvious M_ZERO/bzero() change. Note that isp_param is void *, so theKenneth R Westerback
2007-02-28Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted.Mark Kettenis
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-04-08recognize Dell OEM 2312 card.Brad Smith
2003-12-06Mark u_int64_t constants with ULL to make gcc3 happy.Alexander Yurchenko
2003-06-26fix probing for ami raid owned hba properly; mjacob@ okMichael Shalayeff
2003-03-03Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support.mjacob
2003-02-28take too. patch ahs to screw up once in a whileMichael Shalayeff
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-08-17Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-10-06Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob
2001-09-29If we field an interrupt, return to the caller that we did so. Otherwise,mjacob
2001-09-01Catch up with mainline of code development.mjacob
2001-08-26Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()Jason Wright
2001-08-25deal with 5 arg for of bus_dmamap_sync() if availableJason Wright
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-04-04Ansify. Fix botch that kept ISP 1020 firmware from being compiled in.mjacob
2001-03-09On alpha, we want to memory map. ok mjacob@Nathan Binkert
2001-03-02print the interrupt, and pack to one lineTheo de Raadt
2001-02-12Sync up with other platforms - use a common string to complain aboutmjacob
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-07-06Use new isp_handle_index function. Pull in f/w from separate files.mjacob
2000-02-20Add 12160 (Ultra3) support. Handle case of Extended CMD CDBs (cdbs withmjacob
1999-12-16Add in Qlogic 1240 (Dual Ultra) and Qlogic 1280 (Dual Ultra 2) support.mjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-04-04Roll out changes because the tree is frozen.mjacob