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
/
arch
/
amiga
/
dev
/
grf_cv3d.c
Age
Commit message (
Expand
)
Author
2022-03-28
sys: Split struct device into a private device_impl.h.
riastradh
2022-01-01
s/frambuffer/framebuffer/ in comment.
msaitoh
2021-12-26
fix various typos, mainly in comments.
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-27
The Amiga and Atari ports abuse some autoconfiguration internals as part
thorpej
2016-06-17
Remove the "totally untested" comments for the ZorroII frame buffer
phx
2015-11-16
Fixed bug in wsdisplay copyrows textop.
phx
2015-11-12
Xorg for amiga via wsfb. Currently available on CV64 and CV64/3D. More
phx
2015-11-07
Improved wscons support. Virtual screens are now working.
phx
2014-01-22
gcc-4.8.x unused variable fixes
christos
2012-11-08
Make Amiga video drivers work again after device/softc changes.
rkujawa
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-10-14
CV3DONZORRO2 option is no longer needed.
phx
2011-12-15
Amiga wscons/Xorg support, first phase.
phx
2009-10-26
kill extra whitespaces
cegger
2009-03-18
bcopy -> memcpy
cegger
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-08-20
First part of amigappc support patches by Frank Wille.
is
2007-03-05
Make the various graphics card drivers compile again.
he
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-24
s/independant/independent/, from Zafer.
wiz
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2003-11-10
Spell address with two d's. Inspired by similar changes in OpenBSD,
wiz
2003-05-31
Use __asm instead of asm, to keep lint happy.
kristerw
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-08-06
integer overflow. reported by silvio@qualys.com
itojun
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-01-28
add __KERNEL_RCSID as suggested by Luke Mewburn
aymeric
2002-01-26
- ANSIfy
aymeric
1999-03-25
defopt Amiga graphics console options
is
1998-01-12
Adjust for changes to config.
thorpej
1997-12-20
patch from is -- I don't know what it does, but he says it's critical.
perry
1997-11-23
Ups, forget a 'i'.
veego
1997-11-09
- recognize CV3D in Zorro-II mode.
is
1997-10-29
The Console driver works now.
veego
1997-10-19
First version of the CyberVision 3D driver. This driver is based on
veego