summaryrefslogtreecommitdiff
path: root/sys/dev/ic/iha.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2011-05-24Kill redundant ()joerg
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2008-05-14Normalize my licenses.tsutsui
2008-05-03Change my mail address to netbsd.org one.tsutsui
2008-04-12Split device_t/softc.tsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-05-21void casts to functions whose return values are ignored.christos
2006-04-14Coverity CID 1099: Don't deref NULL if !DIAGNOSTICchristos
2006-03-19avoid deref of NULLrtr
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-02-21Part 1 of a cleanup pass over the SCSI subsystem. The aim is to namethorpej
2005-01-02u_intNN_t -> uintNN_ttsutsui
2004-12-07When checking the CDB length, check against the field in the SCBthorpej
2004-09-25Use ANSI function decls.tsutsui
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-19Remove unreachable break after return and goto statements.simonb
2003-05-03DMA, not dma nor Dma.wiz
2003-01-20The Double-Semi-Colon Police.simonb
2002-12-08Put back MSG_IDENTIFY_LUNMASK (renamed to just be within the IHA namespace.jmc
2002-11-14Sync with copyright verbiage update of OpenBSD's iha(4).tsutsui
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer
2002-03-15Remove an arg name in prototype declaration.tsutsui
2002-02-09- rename struct iha_scsi_req_q -> struct iha_scbtsutsui
2001-12-16malloc() + memset() -> malloc() with M_ZERO flagtsutsui
2001-11-18- Use MI ADAPTER_REQ_SET_XFER_MODE callback.tsutsui
2001-11-17- make sure to call bus_dmamap_unload() even after request sensetsutsui
2001-11-13add/cleanup RCSIDlukem
2001-09-29Calculate offsets of sglist dinamically rather than use an static arraytsutsui
2001-09-27Remove iha_minphys() and use minphys() instead.tsutsui
2001-07-27Fix some comments and remove an unused define. Partially from OpenBSD.tsutsui
2001-07-27Pull up some changes from OpenBSD's iha.c rev 1.6:tsutsui
2001-07-27Pull up some changes from OpenBSD's iha.c rev 1.5:tsutsui
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bzero -> memsetthorpej
2001-06-07Don't clear a callout on a scsipi_xfer that has been scsipi_done()'d.thorpej
2001-06-05Make some functions __inline.tsutsui
2001-06-03Add a driver for the Initio INIC-940/950 PCI SCSI controllers.tsutsui