| Age | Commit message (Expand) | Author |
| 2022-04-07 | fix various typos in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-09-29 | s/implicitely/implicitly/ | msaitoh |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2013-10-25 | Simplify | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2010-02-28 | Fight the ever-increasing size of src checkouts by spelling "useful" | snj |
| 2009-10-20 | Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@. | snj |
| 2006-02-25 | Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), | wiz |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-16 | Shadowing and const fixes. | jmc |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2005-01-15 | de-__P, remove register, ansify, b* -> mem*. | chs |
| 2004-12-07 | - Use the cmdlen specified in the scsipi_xfer structure. Keying off | thorpej |
| 2003-10-30 | Fix real uninitialized variable bug. | matt |
| 2003-10-30 | Fix indentation/whitespace. | matt |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 1999-12-12 | Replace references to PGOFSET with m68k_trunc_page() and m68k_page_offset(), | scottr |
| 1999-09-30 | Update for SCSIPI changes. | 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-02 | Another printf("%:"...) bites the dust (->vprintf(...)) | wrstuden |
| 1998-01-12 | Update for changes to config. | thorpej |
| 1997-08-27 | Merge scsipi branch in the mainline. This add support for ATAPI devices | bouyer |
| 1996-12-19 | Clean up a few bogons+typos introduced in the removal of the broken indirect | scottr |
| 1996-12-16 | Convert all foo_match() functions to use a `struct cfdata *' for their | scottr |
| 1996-12-10 | Fill in sc_link.max_target | thorpej |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-28 | (1) set scsi_link channel to either the appropriate channel (if a | cgd |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-06-23 | Add a comment about the last change. | briggs |
| 1996-06-07 | Wait longer (2.5 sec) in wait_req_true/false. Some targets take a long time. | briggs |
| 1996-05-22 | Get rid of compiler warning if DBG_PID is not defined. | briggs |
| 1996-05-06 | Update to something closer to the atari port. | briggs |
| 1996-05-05 | Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized | briggs |
| 1996-03-30 | Change %r -> %: as for recursive printf's | christos |
| 1996-03-29 | Fix minor oversight in a sanity check--caught by Jason, I think, and reported | briggs |
| 1996-03-20 | Fix a long-standing bug uncovered by the new device attachment | scottr |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-07 | Fix a typo in last. | briggs |