summaryrefslogtreecommitdiff
path: root/sys/dev/pci/voodoofb.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2016-07-11KNF. No functional change.msaitoh
2015-09-16prop_dictionary_get_bool() doesn't return FALSE if the property doesn'tmacallan
2014-07-24fix a bunch of bugs & tpyos:macallan
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
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