summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/hpcfb.c
AgeCommit message (Expand)Author
2021-12-19s/forground/foreground/ in comments.andvar
2021-09-18Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers.tsutsui
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-05hpcfb_cnattach(): If fbconf == NULL, this is for early console outputrin
2021-04-24Merge thorpej-cfargs branch:thorpej
2015-04-07Add missing semicolonozaki-r
2015-04-04fix leak, found by Brainy.christos
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-08-01Remove deprecated powerhook_establish(9) since apmdev(4) which requiredtsutsui
2010-06-18Add WSDISPLAYIO_LINEBYTES, which is required by Xorg wsfb server.tsutsui
2010-05-15Clear RI_NO_AUTO in actual attach functions during autoconf(9)tsutsui
2010-05-15Set RI_NO_AUTO in ri->ri_flg if hpcfb_init() is invoked from cnattach.tsutsui
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-04-05Register with pmf(9). Thus we register with both dopowerhooks(9) anduwe
2009-04-05Split device_t and softc.uwe
2009-03-14ANSIfy another 1261 function definitions.dsl
2008-04-06use aprint_*_dev and device_xnamecegger
2008-01-30Has this compiled recently?ad
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-29wsdisplay has been converted to device_t/softc separation so we can't castpeter
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12-Wextra fixesuwe
2006-10-09Remove (the default) #define XXXDEBUG and add the options to the relevantpeter
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-09-04For HPCFB_CLASS_RGBCOLOR class propagate r/g/b widths and positionsuwe
2005-05-22No 0x in front of %p...christos
2005-02-27nuke trailing whitespaceperry
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29struct proc * -> struct lwp *ichiro
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-02G/c static pow() function that was used to calculate (2^x) only; replacedreinoud
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-01BUGFIX: WSDISPLAYIO_SVIDEO and WSDISPLAYIO_GVIDEO don't work.takemura
2002-07-04alloc_attr -> allocattrjunyoung
2002-05-10Use symbolic WSCOL_* colour names instead of magic numbers.uwe
2002-04-13Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.ctakemura
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-27Do nothing if there is no screen.takemura
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui