| Age | Commit message (Expand) | Author |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-05-03 | Split pci and eisa/isa attachment calls, plus misc cleanup. | ross |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-07 | Add BUS_DMA_STREAMING to data transfer maps. | thorpej |
| 2000-11-21 | Reduce probe noise. | soren |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-10-03 | Revert rev 1.31 of bha.c (and associtated changes in the headers and | simonb |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-12 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | thorpej |
| 1999-10-09 | Fix prototype of bha_ccb_phsy_kv() so this compiled on the Mac again. | mycroft |
| 1999-10-01 | Fix compilation of ISA bha front-end. PR #8528, Takahiro Kambe. | thorpej |
| 1999-09-30 | Rework the Buslogic SCSI driver in preparation for some pending improvements | thorpej |
| 1999-01-14 | Random compile nits in BHADEBUG code. | ross |
| 1998-12-09 | Update for changed scsipi_xfer struct. | thorpej |
| 1998-12-05 | Update HBAs to incorporate the new max_lun property. | mjacob |
| 1998-11-19 | Adapt to the new scsipi_adapter interface. | thorpej |
| 1998-10-10 | Garbage-collect the open_target_lu and close_target_lu entry points from | thorpej |
| 1998-08-17 | Assign my copyrights to TNF. | mycroft |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-04-28 | Cute buglet: you can end up with zero CCBs if there were no targets | mjacob |
| 1998-02-06 | - Perform all necessary bus_dmamap_sync() operations. | thorpej |
| 1998-02-04 | Add offset and length parameters to bus_dmamap_sync(), used for specifiying | thorpej |
| 1998-02-04 | Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC to | thorpej |
| 1998-01-28 | Use offsetof() from libkern.h | thorpej |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-11-04 | Implement a simple queueing mechanism that makes these drivers much | thorpej |
| 1997-10-28 | When creating ccbs, be a little more informative about why we couldn't | thorpej |
| 1997-10-28 | Syncronize with changes to aha.c: | thorpej |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-04-11 | Initialize the scsi_link before calling bha_init(), since that is how | thorpej |
| 1997-03-28 | Use a temporary data structure for holding probe information, rather than a | mycroft |
| 1997-03-13 | fixes from Matt Jacob so that these can compile and run on the Alpha. | cgd |
| 1997-01-17 | Remove a previous gratuitous change, and KNF police. | mycroft |
| 1996-12-20 | Deal with targets > 7 on wide Buslogic controllers. Remember the "wide" | thorpej |
| 1996-12-10 | Fill in sc_link.max_target | thorpej |
| 1996-11-28 | The MODIFY_IOPORT command does not generate an HACC (command complete) | thorpej |
| 1996-11-05 | * Add command struct and modifier definitions for controlling the | jonathan |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | - printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-31 | Split the BusLogic driver apart, and rename it to `bha (like BSDi). | mycroft |