| Commit message (Expand) | Author | Age | Files | Lines |
* | remove isp(4) now that the ql* family have replaced it |  jmatthew | 2015-06-19 | 1 | -1385/+0 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -5/+8 |
* | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian |  deraadt | 2014-07-13 | 1 | -4/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -11/+11 |
* | remove isp24xx-related code. it doesn't work, qle(4) replaces it, and |  jmatthew | 2014-02-14 | 1 | -207/+3 |
* | Build isp2xxx firmware into separate object files so we only include |  jmatthew | 2014-02-10 | 1 | -4/+4 |
* | make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that are |  oga | 2011-06-23 | 1 | -14/+20 |
* | M_WAITOK cleanup of two cases: |  mk | 2011-06-17 | 1 | -3/+5 |
* | Turning on SCSIDEBUG (for debugging other drivers, of course) should |  deraadt | 2011-04-22 | 1 | -2/+2 |
* | use nitems(); no binary change for drivers that are compiled on amd64. |  jasper | 2011-04-03 | 1 | -2/+2 |
* | Change sgi system identification from a single system type list, to a smaller |  miod | 2009-11-07 | 1 | -3/+3 |
* | Get node and port WWN's from the Open Firmware tree on sparc64 if they are |  kettenis | 2009-08-09 | 1 | -3/+16 |
* | the data which is read is never used; ok krw |  deraadt | 2009-06-29 | 1 | -4/+1 |
* | since we link in the 24xx firmware, might as well point to it; ok krw kettenis |  deraadt | 2009-06-29 | 1 | -2/+3 |
* | Restore lost string constant, make DEBUG kernels compile. |  krw | 2009-06-28 | 1 | -1/+6 |
* | for the isp(4) driver, invert the meaning of the options which pull |  deraadt | 2009-06-24 | 1 | -9/+57 |
* | Major update to isp driver, mostly from mjacob via FreeBSD. |  krw | 2009-06-24 | 1 | -266/+501 |
* | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with |  miod | 2009-05-31 | 1 | -5/+1 |
* | The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. Since |  miod | 2009-05-08 | 1 | -1/+17 |
* | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. |  kettenis | 2008-06-01 | 1 | -1/+23 |
* | Turns out I have an ISP 12160 myself, and it works fine on sparc64. Since |  kettenis | 2008-05-28 | 1 | -3/+1 |
* | Disable ISP10160 and ISP12160. They don't quite work yet, and people with |  kettenis | 2008-04-13 | 1 | -1/+3 |
* | use the right capitalization for `QLogic' |  sobrado | 2008-01-21 | 1 | -3/+3 |
* | Obvious M_ZERO/bzero() change. Note that isp_param is void *, so the |  krw | 2007-09-22 | 1 | -24/+20 |
* | Set ISP_CFG_NOVRAM for Sun-branded ISP2200's that don't have an NVRAM fitted. |  kettenis | 2007-02-28 | 1 | -2/+18 |
* | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok |  mickey | 2005-09-11 | 1 | -22/+9 |
* | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ ok |  mickey | 2005-08-09 | 1 | -2/+2 |
* | recognize Dell OEM 2312 card. |  brad | 2005-04-08 | 1 | -2/+12 |
* | Mark u_int64_t constants with ULL to make gcc3 happy. |  grange | 2003-12-06 | 1 | -3/+3 |
* | fix probing for ami raid owned hba properly; mjacob@ ok |  mickey | 2003-06-26 | 1 | -2/+2 |
* | Use new pci_matchbyid routine. Add (unable to test, no h/w) 10160 support. |  mjacob | 2003-03-03 | 1 | -32/+53 |
* | take too. patch ahs to screw up once in a while |  mickey | 2003-02-28 | 1 | -9/+1 |
* | remove non-typo changes. sorry folks |  mickey | 2003-02-28 | 1 | -1/+4 |
* | typo; from weissmanndude |  mickey | 2003-02-28 | 1 | -1/+6 |
* | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about |  mjacob | 2002-08-17 | 1 | -2/+17 |
* | Handle the removal of 'const' from structure definition. |  mjacob | 2002-05-17 | 1 | -9/+33 |
* | Major restructuring for swizzling to the request queue and unswizzling from |  mjacob | 2001-12-14 | 1 | -89/+145 |
* | Switch everything to the new bus_dmamap_sync API. |  art | 2001-11-05 | 1 | -13/+5 |
* | Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for |  mjacob | 2001-10-06 | 1 | -1/+5 |
* | If we field an interrupt, return to the caller that we did so. Otherwise, |  mjacob | 2001-09-29 | 1 | -2/+2 |
* | Catch up with mainline of code development. |  mjacob | 2001-09-01 | 1 | -68/+221 |
* | Yup, I managed to fat finger all three of these while doing bus_dmamap_sync() |  jason | 2001-08-26 | 1 | -3/+3 |
* | deal with 5 arg for of bus_dmamap_sync() if available |  jason | 2001-08-25 | 1 | -6/+16 |
* | Change pci_intr_map to take pci_attach_args as an argument. |  art | 2001-08-25 | 1 | -3/+2 |
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) |  ho | 2001-05-16 | 1 | -9/+1 |
* | Ansify. Fix botch that kept ISP 1020 firmware from being compiled in. |  mjacob | 2001-04-04 | 1 | -56/+29 |
* | On alpha, we want to memory map. ok mjacob@ |  nate | 2001-03-09 | 1 | -1/+5 |
* | print the interrupt, and pack to one line |  deraadt | 2001-03-02 | 1 | -13/+15 |
* | Sync up with other platforms - use a common string to complain about |  mjacob | 2001-02-12 | 1 | -48/+46 |
* | quiet these puppies down- this OpenBSD, not some callow system like NetBSD |  mjacob | 2000-10-16 | 1 | -7/+4 |