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
/
hpc
/
hpcfb.c
Age
Commit message (
Expand
)
Author
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-02
G/c static pow() function that was used to calculate (2^x) only; replaced
reinoud
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-25
Don't include <sys/map.h>.
thorpej
2002-09-01
BUGFIX: WSDISPLAYIO_SVIDEO and WSDISPLAYIO_GVIDEO don't work.
takemura
2002-07-04
alloc_attr -> allocattr
junyoung
2002-05-10
Use symbolic WSCOL_* colour names instead of magic numbers.
uwe
2002-04-13
Fixed dev/hpc/hpcfb.c to set RI_BSWAP flag in 8bpp for rasops8.c
takemura
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-01-27
Do nothing if there is no screen.
takemura
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-13
add RCSID
lukem
2001-08-15
fix hf_order_flags.
uch
2001-08-02
Check if sc->sc_dc is NULL, so that non-console hpcfb can attach without
toshii
2001-07-31
Abort redrawing when screen switch was requested.
sato
2001-07-22
You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.
takemura
2001-07-21
- delete sc->sc_screens[]
takemura
2001-07-17
"infomation" -> "information"
toshii
2001-07-13
disable framebuffer drawing while suspending.
sato
2001-07-07
bcopy -> memcpy, bzero -> memset.
toshii
2001-06-22
Don't include <machine/autoconf.h>, which should not be necessary.
toshii
2001-06-05
implement HPCFB_SWAP_BYTE.
uch
2001-06-04
ANSI KNF.
uch
2001-05-08
fix RCS Id.
uch
2001-03-17
* enable HPCFB_MULTI codes.
sato
2001-02-22
hpc common files are moved to dev/hpc.
uch