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
/
macppc
/
dev
/
ofb.c
Age
Commit message (
Expand
)
Author
2003-02-15
Initialize the framebuffer BAT with BAT_G, too. This marks the region
briggs
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-08-07
for ofb_enable_cache, turn on the BAT_M bit as well to prevent
chs
2002-07-07
Update OFB_ENABLE_CACHE to search for a empty bat that does not
matt
2002-07-04
alloc_attr -> allocattr
junyoung
2002-06-24
Pass through the PCI configuration ioctls, like vga_pci.c does.
nathanw
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2001-08-05
use unsigned variable types as appropriate
jdolecek
2001-07-22
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
wiz
2001-06-10
Use machine/bat.h rather than powerpc/mpc6xx/bat.h.
tsubai
2001-06-10
Use ofb_softc again.
tsubai
2001-06-10
Enable color! call in ofb_putcmap again.
tsubai
2001-06-08
Make macppc compile by default with -Wall -Wmissing-prototype in addition
matt
2001-06-06
Changes new pmap, common param.h, vmparam.h, and moved includes.
matt
2001-03-15
Use write-through caching for video ram. (Disabled by default, for now.)
tsubai
2000-11-02
Don't assume 12x22 font.
tsubai
2000-10-01
Get the correct OF node of the screen because PowerBooks have two screens
tsubai
2000-06-29
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-06-19
Allow mmap of frame buffer registers.
tsubai
2000-04-02
Make sure color rgb:0/0/0 is black.
tsubai
2000-02-09
Use dev/rasops instead of dev/rcons.
tsubai
1999-12-06
update for changed struct wsdisplay_accessops:show_screen signature.
drochner
1999-03-24
completely remove Mach VM support. all that is left is the all the
mrg
1999-02-19
Use 6x11 font if screen size is smaller than 1024x768.
tsubai
1999-02-02
Don't use BAT register. (not needed now.)
tsubai
1999-01-11
remove dummy "load_font" entries
drochner
1998-12-22
Display frame buffer type when attached.
tsubai
1998-11-19
fix problems in many d_mmap routines:
mrg
1998-10-15
/chaos/control support. (tested 640x480 mode only)
tsubai
1998-10-14
Fix typo.
tsubai
1998-10-14
akbd: wskbd support.
tsubai