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