| Age | Commit message (Expand) | Author |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-05-21 | void casts to functions whose return values are ignored. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-22 | No 0x in front of %p... | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-12-07 | Fix a straggling reference to "struct scsi_generic" in some debug-only | thorpej |
| 2004-12-07 | Don't use "struct scsi_generic" in a hardware-defined structure. Instead, | thorpej |
| 2004-08-24 | Use ANSI function decls and more use of static. | thorpej |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-31 | Rollback | reinoud |
| 2003-10-31 | Make it compile under gcc 2.95 again. I guess the initialisers were | reinoud |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-16 | * Change the APIs that handle the sync period to work with 100ths of ns, | thorpej |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-06 | compatibility, not compatiblity. | wiz |
| 2002-11-25 | Avoid a strict-alias warning. | thorpej |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 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 |