summaryrefslogtreecommitdiff
path: root/sys/dev/tc/pxg.c
AgeCommit message (Expand)Author
2022-07-20In the Alpha tc_syncbus(), we need to issue a MB because WMB does notthorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2013-11-04add __USE() for unused volatile variables, so that we generate the same code.christos
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2009-08-22u_intNN_t -> uintNN_ttsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-07-09- device/softc splitjoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04fix fallout from caddr_t changes.yamt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-04Consistent usage of KAUTH_GENERIC_ISSUSER.elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-05-15- include kauth.h for kauth_authorize_generic.yamt
2006-05-14integrate kauth.elad
2006-03-31Use ANSI function decls, apply static.thorpej
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-10-27uninitialized variableschs
2003-10-23NULL -> 0mycroft
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix 'struct lwp *' lossage.simonb
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add/cleanup RCSIDslukem
2001-09-18Beef up the stic X interface, and tighten a few screws here and there.ad
2001-07-04Don't print the module description, since it doesn't mean much.ad
2001-03-04Make this work on alpha, and fix some other bogons.ad
2001-01-09- Make VDAC state per-board.ad
2000-12-22- Fix bugs, make this useful.ad
2000-12-17Add wscons drivers for the DEC PixelStamp graphics accelerators.ad