summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/amidisplaycc.c
AgeCommit message (Expand)Author
2022-07-06Return display depth correctly from WSDISPLAYIO_GET_FBINFO.jandberg
2022-02-06Refactor cursor drawing.jandberg
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-15Remove parentheses from return. No functional changes.rin
2021-06-15Add support for WSDISPLAYIO_MODE_DUMBFB to WSDISPLAYIO_SMODE.rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-06Implement the WSDISPLAYIO_GET_FBINFO ioctl, needed by X wsfb driver.jandberg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-01-28Make the console framebuffer visible when polling mode console input is used.jandberg
2016-02-06Fix some awkward language in manpage and code comments.jandberg
2015-11-12Use the MD_BTOP() macro as replacement for m68k_btop() in all devicephx
2015-08-05remove include of <dev/rcons/raster.h>, which is not necessary.mrg
2014-03-29Mark variables only used in KASSET to appease compiler.mlelstv
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-11adjust wsfont_find()macallan
2011-12-15Amiga wscons/Xorg support, first phase.phx
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-03-18bzero -> memsetcegger
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2005-12-11merge ktrace-lwp.christos
2005-06-01Tell kbd when it is the console keyboard instead of always assumingjandberg
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2004-02-23Add wsfont pseudo-device.jandberg
2003-11-12amidisplaycc.c:jandberg
2003-11-12Fix bug/typo and rewrite some funnily structured code.jandberg
2003-07-14The second argument to amidisplaycc_setnamedfont() really should be a const.aymeric
2003-02-10make sure cursor is cleared from old location before drawing in the nextjandberg
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-02call grfcc_probe() and viewprobe(), even when we are not the console.aymeric
2002-07-04alloc_attr -> allocattrjunyoung
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
2002-01-13Amiga wsdisplay updates.jandberg
2001-02-02Initial, still incomplete wscons support by Jukka Andberg, PR 11068is