summaryrefslogtreecommitdiff
path: root/sys/dev/tc/px.c
AgeCommit message (Expand)Author
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
2008-04-05use aprint_*_dev and device_xnamecegger
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
2006-03-31Use ANSI function decls, apply static.thorpej
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-12-08use VM_PAGE_TO_PHYS macro.yamt
2005-06-08Add __UNVOLATILE() to a cast when calling memset() to appease -Wcast-qual.he
2005-02-27nuke trailing whitespaceperry
2005-01-02Fix a 3 year old error which caused px_init() to fail. Fixes PR 28798.mhitch
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-06-02move initialization of the "struct pglist" returned by uvm_pglistalloc()drochner
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-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-07-04Don't print the module description, since it doesn't mean much.ad
2001-04-22Use uvm_pageboot_alloc() rather than pmap_steal_memory().thorpej
2001-03-04Make this work on alpha, and fix some other bogons.ad
2000-12-17Add wscons drivers for the DEC PixelStamp graphics accelerators.ad
1999-04-13Removed pending write of fully-functional MI driver.ad
1998-01-12Adjust for changes in config.thorpej
1997-11-08Commit `pacifier' driver for turbochannel PMAG-C option card:njonathan