summaryrefslogtreecommitdiff
path: root/sys/dev/pci/voodoofb.c
AgeCommit message (Expand)Author
2013-11-19(hopefully) shut up warnings about set-but-unused variables.macallan
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-07-30avoid uninitialized use of defattrmacallan
2013-07-02Fix memset arguments.joerg
2012-11-09Differentiate between Voodoo 3 and Voodoo Banshee (MAX_CLOCK).rkujawa
2012-11-09The voodoofb driver also works with Voodoo Banshee. Tested using card fromrkujawa
2012-04-23initialize a variable before using itmacallan
2012-03-15we need to zap the glyph cache when re-initializing after Xmacallan
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2012-01-25add a simple glyph cacheing schememacallan
2012-01-25sprinkle sc_ to make it consistentmacallan
2012-01-22clear the screen when returning from Xmacallan
2012-01-19support anti-aliased fonts in 8 bit using host blitsmacallan
2012-01-18do some mode validation - for now reject everything above 1680x1200 untilmacallan
2012-01-17we don't access video memory directly, no need to map itmacallan
2012-01-17support DDC2, pick an appropriate video mode if a data are foundmacallan
2012-01-17get rid of HAVE_OPENFIRMWAREmacallan
2012-01-11use rasops_init(0, 0)macallan
2011-10-08Change get parameters(width,height...) from prop_dictionary, like genfb. tes...kiyohara
2011-01-22Implement new WSDISPLAYIO_GET_BUSID ioctl.cegger
2010-12-25remove some ancient, unused debug codemacallan
2010-12-16ioctl: KNF switch-case, remove useless bracketscegger
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-10-12make higher resolutions than 1024x768 workmacallan
2010-05-04use alternate font if available ( for autogenerated box drawing characters )macallan
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-08-20use vcons_replay_msgbuf() when appropriatemacallan
2009-05-06Replace curlwp->l_cred with kauth_cred_get().elad
2008-07-09- device/softc splitjoerg
2008-05-08nuke clause 3macallan
2008-05-05Change autoconf message 'direct rendering on dev unsupported' tojmcneill
2008-04-10use aprint_*_dev and device_xnamecegger
2008-03-24Introduce two missing KAUTH_GENERIC_ISSUSER check in the voodoo and machfbelad
2008-02-27get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to selectmacallan
2007-12-01Back out previous.ad
2007-12-01Noisy printfs.ad
2007-06-12Fix a typo in voodoofb_drm_unmap(), requested by garbled.xtraeme
2007-03-27Make this compatible with tdfxdrm.jmcneill
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-20Unify the declaration of OF_interpret() between sparc{,64} and macppche
2007-01-13Complete initializer, and make it compile on (lesser?) archs that don'tcube
2006-05-04Add missing "return 0;" from WSDISPLAYIO_SMODE case in voodoofb_ioctl().simonb
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12whitespace nitsmacallan
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-11A driver for 3Dfx Voodoo3 graphics boards, may or may not work with Voodoo4,macallan