summaryrefslogtreecommitdiff
path: root/sys/dev/pci/gffb.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-08-15nuke pasto in gffb_init()macallan
2022-03-10s/woud/would/ in comment.andvar
2022-03-10gffb(4): Nix membar_sync and explain what's going on here.riastradh
2022-03-10gffb(4): Use bus_space_barrier, not membar_sync.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-25match Geforce FX5200 Go found in some iMac G5 modelsmacallan
2020-05-21prune unneeded includesmacallan
2018-07-26first step to support chips newer than geforce 2MXmacallan
2017-01-20Check pmf_device_register return value. NFCmaya
2016-07-11KNF. No functional change.msaitoh
2015-09-16prop_dictionary_get_bool() doesn't return FALSE if the property doesn'tmacallan
2014-06-29Appease a printf format warning on LP64 machines.tsutsui
2014-03-14remove various set-but-unused variables.mrg
2013-10-23fix copyright yearmacallan
2013-10-23minor cleanup:macallan
2013-10-09support WSDISPLAYIO_GET_FBINFOmacallan
2013-10-09some cleanup:macallan
2013-10-09add hardware accelerationmacallan
2013-10-02one step closer to graphics acceleration:macallan
2013-09-18a preliminary driver for nvidia geforce graphics chipsmacallan