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