/sys/modules/lm/

l='alternate' title='Atom feed' href='http://git.infra.scholz.ruhr/netbsd/atom/sys/dev/sun/bwtwo.c?h=lockcount-9.3' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/sun/bwtwo.c
AgeCommit message (Expand)Author
2019-01-21apply patches from PR 49639macallan
2016-04-21RASTERCONSOLE is gone, wsdisplay no longer optionalmacallan
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-20Call memset in a loop, not loop around doing nothing and calling memsetjoerg
2013-12-02Only write to the framebuffer memory 32 bits at a time. If we try to writejdc
2012-01-11use rasops_init(0,0)macallan
2010-05-10Make this compile on sparc64.tsutsui
2009-09-19Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-09-19Split device_t/softc.tsutsui
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-02-23Mimic cgsix memory corruption fix (bwtwo and cgthree wscons code isjdc
2009-01-01Back out previous and clear the screen directly.jdc
2008-12-29Clear the screen (via rasops) when attaching.jdc
2008-12-05Add wscons/vcons support for bw2 (sbus and P4).jdc
2008-06-11mechanical changes to use device_private() or device_lookup_private()drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-06-03Add const.tsutsui
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-11-13add RCSIDslukem
2001-09-24Change bus_space_mmap() signature to the official one.eeh