| Age | Commit message (Expand) | Author |
| 2022-09-25 | malloc(9) -> kmem(9) | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2016-07-14 | - Use aprint*() more in xxx_attach(). | msaitoh |
| 2015-09-12 | fix spl issues, found by brainy. | christos |
| 2014-04-08 | Add __diagused. | hannken |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-16 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2003-04-03 | avoid stupid printfs during probe | christos |
| 2002-11-02 | changed asm()s to __asm()s. | perry |
| 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-28 | really fix it this time. | sommerfeld |
| 2002-01-28 | Finish conversion to new-style isa config machinery (#ifdef DEBUG code was | sommerfeld |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 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-18 | bcmp -> memcmp | thorpej |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2000-12-17 | Fix a reversed test. | bouyer |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-05-03 | Adjust asm patterns for newer versions of GCC. | mycroft |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-09-30 | Update for SCSPI changes. | thorpej |
| 1999-03-19 | don't need isa_machdep.h, since isavar.h is included | cgd |
| 1999-02-19 | Kill vestiges of isa_establish(). | mycroft |
| 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-15 | Make copyright notices with my name consistent. | mycroft |