summaryrefslogtreecommitdiff
path: root/sys/dev/mscp/mscp_subr.c
AgeCommit message (Expand)Author
2022-04-07fix various typos in comments.andvar
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2013-10-25Eliminate unused variablesmartin
2013-03-26Fix device_t split glitchmartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-10Adjust MSCP attach routines. The current code worked fine on simh-vax, butabs
2012-06-22- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposedabs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-19mscp(4) was being a bad monkey! It's not OK to call config_found() frommjf
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-04-29fix typosmsaitoh
2006-03-29Use device_private().thorpej
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-06-27Fixes due to cast-qual addition.ragge
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-22Convert to new device buffer queue interface.hannken
2001-11-13add RCSIDlukem
2001-04-12Upon inspection of a 4000/600 dmesg, change the splbios to splubas.thorpej
2001-04-12splimp -> splbiothorpej
2000-03-30Remove register declarations.augustss
2000-03-26Allow 16 fragments for MSCP DMA.ragge
2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej
1999-06-06Bus'ify the mscp code also.ragge
1999-05-29Copied from ../../arch/vax/mscp/mscp_subr.c,vragge