| Age | Commit message (Expand) | Author |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-06-05 | Split device_t/softc. No crash on TT030. | tsutsui |
| 2010-04-17 | extern inline -> static inline | tsutsui |
| 2010-04-13 | Misc KNF and cosmetics. | tsutsui |
| 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 |
| 2009-07-19 | Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | 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 |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-11-15 | To be safe, do not use DMA for Falcon - from Tuomo | abs |
| 2008-10-28 | Remove unwanted 'xs->xs_status |= XS_STS_DONE' which caused scsipi_done() | abs |
| 2007-03-06 | Make req_addr (char *) rather than adding an extra cast | tsutsui |
| 2007-03-06 | More fixes after the caddr_t removal. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-02-25 | Fix some typos. | wiz |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-04 | Adapt to compiling with -Wshadow and -Wcast-qual, by adding const | he |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2004-12-07 | - Use the cmdlen specified in the scsipi_xfer structure. Keying off | thorpej |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-01 | 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 |
| 2000-07-28 | Eliminate the other %:, using vsnprintf followed by printf. | tv |
| 2000-07-28 | Avoid a nonstandard %: format: printf("%:", fmt, ap) -> vprintf(fmt, ap) | tv |
| 1999-09-30 | Update for SCSIPI changes. | thorpej |
| 1999-02-19 | Fix type lossage reported by Julian Coleman. | leo |
| 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-10-06 | Only return COMPLETE when polling. | leo |
| 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-20 | Get rid of BROKEN_INDIRECT_CONFIG | leo |
| 1996-12-10 | Fill in sc_link.max_target | thorpej |
| 1996-11-17 | Make splbio really splbio. All holes now seem to be plugged. At least | leo |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-16 | Add support for Hades platform. | leo |
| 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-07-05 | During a rather lengthy debug session with Markus Kilbinger (Thanks again!), | leo |