index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
gffb.c
Age
Commit message (
Expand
)
Author
2022-09-25
Remove unnecessary include of <sys/malloc.h>.
thorpej
2022-08-15
nuke pasto in gffb_init()
macallan
2022-03-10
s/woud/would/ in comment.
andvar
2022-03-10
gffb(4): Nix membar_sync and explain what's going on here.
riastradh
2022-03-10
gffb(4): Use bus_space_barrier, not membar_sync.
riastradh
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-02-25
match Geforce FX5200 Go found in some iMac G5 models
macallan
2020-05-21
prune unneeded includes
macallan
2018-07-26
first step to support chips newer than geforce 2MX
macallan
2017-01-20
Check pmf_device_register return value. NFC
maya
2016-07-11
KNF. No functional change.
msaitoh
2015-09-16
prop_dictionary_get_bool() doesn't return FALSE if the property doesn't
macallan
2014-06-29
Appease a printf format warning on LP64 machines.
tsutsui
2014-03-14
remove various set-but-unused variables.
mrg
2013-10-23
fix copyright year
macallan
2013-10-23
minor cleanup:
macallan
2013-10-09
support WSDISPLAYIO_GET_FBINFO
macallan
2013-10-09
some cleanup:
macallan
2013-10-09
add hardware acceleration
macallan
2013-10-02
one step closer to graphics acceleration:
macallan
2013-09-18
a preliminary driver for nvidia geforce graphics chips
macallan