index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
luna88k
/
dev
/
lunafb.c
Age
Commit message (
Expand
)
Author
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-08-16
Check number of planes (1, 4, or 8bpp) by ourselves, because PROM
Kenji Aoyama
2013-05-16
Ignore colormap operations at 1bpp, to work with Xorg wsfb driver.
Kenji Aoyama
2013-04-28
Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300
Kenji Aoyama
2012-01-08
Make allocated memory zeroed. This fixes the problem that we got a
Kenji Aoyama
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-11-29
Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer
Miod Vallat
2006-08-06
Switch luna88k from rcons to rasops. Tested by aoyama@
Miod Vallat
2006-01-10
struct cfdriver shall not be declared as const (oops).
Miod Vallat
2005-01-31
Be sure to always return an error for unrecognized ioctls. Found by matthieu@
Miod Vallat
2005-01-05
Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most
Miod Vallat
2004-05-10
Make the time getting frame buffer depth earlier. Without this
Kenji Aoyama
2004-04-24
Define wscons device ids for the Luna devices.
Miod Vallat
2004-04-21
Initial commit for OpenBSD/luna88k, based on OpenBSD/mvme88k, NetBSD/luna68k ...
Kenji Aoyama