summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/ibus
AgeCommit message (Expand)Author
2023-02-11Use MI <dev/ic/dc503reg.h> (added for vax smg(4)) for pmax pm(4) too.tsutsui
2021-12-26fix various typos, mainly in comments.andvar
2021-12-04fix typos in comments and log messages, mainly in establish(ed).andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-10-18 s/initalize/initialize/ in comment or printf message.msaitoh
2018-01-24Fix integer overflows noted by Silvio Cesare of InfoSect.riastradh
2018-01-05Check presence of VFB01/VFB02 frame buffer option on DEC(station|system) 3100.flxd
2017-06-13correct size checks so they cannot be circumvented by integer overflowsspz
2017-05-18PR/52242: Utkarsh Anand: Minimal fix for fallout from moving to the commonchristos
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
2016-11-16switch to common MIPS bus_space and bus_dmamacallan
2016-06-20Fix DEBUG buildmaya
2015-06-09#include either <sys/cpu.h> or <mips/cpuregs.h> as neededmatt
2013-11-10fix unused variable warningschristos
2012-01-11adjust for wsfont_find() changemacallan
2011-07-09Cleanu <machine/*> includesmatt
2011-06-04Split device_t/softc. Tested on GXemul.tsutsui
2011-06-04Split device_t/softc. No crash during device attach on GXemul.tsutsui
2011-02-20Merge forward from matt-nb5-mips64.matt
2010-05-15Set RI_NO_AUTO in ri_flg if init function is invoked from cnattach.tsutsui
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-05-26- assign 2 clause TNF license to the files cited as my ownership.nisimura
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui
2008-03-29- don't forget to set sc_devtsutsui
2008-03-15Switch dz driver to PRIVALLOC and device_* accessors.matt
2008-01-04Include sys/device explicitly.ad
2008-01-03Timecounter and generic todr support for pmax. From Garret D'Amore.joerg
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-09Merge from vmlocking: add more calls to DELAY().ad
2007-07-14This has been stuffed since 2006-04-17 - unbreak it.ad
2007-03-06Fix some caddr_t rototill fallout.simonb
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-07-29Remove RASTERCONSOLE support from the pmax port.ad
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-11merge ktrace-lwp.christos
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2004-09-13autoconf cleanup: turn xxxsubmatch() functions into the locatordrochner
2003-12-13Add drivers for the desktop bus, DC-7085 and pm display. Make it possible toad
2003-07-15__KERNEL_RCSID()lukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej