| Age | Commit message (Expand) | Author |
| 2022-04-07 | fix various typos in comments. | andvar |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2013-10-25 | Eliminate unused variables | martin |
| 2013-03-26 | Fix device_t split glitch | martin |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-10 | Adjust MSCP attach routines. The current code worked fine on simh-vax, but | abs |
| 2012-06-22 | - Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposed | abs |
| 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 |
| 2009-01-19 | mscp(4) was being a bad monkey! It's not OK to call config_found() from | mjf |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 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-04-29 | fix typos | msaitoh |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-06-27 | Fixes due to cast-qual addition. | ragge |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-07-22 | Convert to new device buffer queue interface. | hannken |
| 2001-11-13 | add RCSID | lukem |
| 2001-04-12 | Upon inspection of a 4000/600 dmesg, change the splbios to splubas. | thorpej |
| 2001-04-12 | splimp -> splbio | thorpej |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-26 | Allow 16 fragments for MSCP DMA. | ragge |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 1999-06-06 | Bus'ify the mscp code also. | ragge |
| 1999-05-29 | Copied from ../../arch/vax/mscp/mscp_subr.c,v | ragge |