| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 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-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-12-07 | Don't use "struct scsi_generic" in a hardware-defined structure. Instead, | thorpej |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-06-24 | fic some questionable pointer arithmetics; gcc-3.4.x | drochner |
| 2003-08-04 | avoid the pruned type gcc-3.x warning. | christos |
| 2003-05-14 | create, not craete. | wiz |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-23 | Remove assigned-to but not used variable. | simonb |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-04-05 | Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers | bouyer |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-18 | bcopy -> memcpy | thorpej |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2000-11-14 | NBPG -> PAGE_SIZE | thorpej |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-09-30 | Update for SCSPI changes. | thorpej |
| 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-07-04 | defopt DDB. | jonathan |
| 1998-06-25 | Don't panic if a DRQ is already allocated. Instead, just return EAGAIN | thorpej |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-09 | Adjust for changes to the ISA DMA API. | thorpej |