summaryrefslogtreecommitdiff
path: root/sys/dev/ic/iha.c
AgeCommit message (Expand)Author
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