summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/cgfourteen.c
AgeCommit message (Expand)Author
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2007-02-18Display the interrupt priority in dmesg, for frame buffers which registerMiod Vallat
2005-12-25Return proper frame buffer type rather than generic SUN24 id, Xwsfb has knownMiod Vallat
2005-03-23Do not bzero() too far when setting up 32-bit mode.Miod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-15A potpourri of cgfourteen fixes and improvements:Miod Vallat
2005-03-13Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.Miod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-06Do not bother taking care of the frame buffer flags in the softc, if theMiod Vallat
2003-04-28Prettier dmesg; henningMiod Vallat
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
2002-12-12Remove dead prototypesMiod Vallat
2002-12-10The introduction of fbwscons_setcolormap() left out 24 bit frame buffersMiod Vallat
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-01If the framebuffer is being run in 32bit mode, register a shutdown_hookMiod Vallat
2002-09-23Get the wsdisplay capabilities from rasops, rather than attempting toMiod Vallat
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
2002-09-09Register more screen capabilities to work with the recent wsemul_sun changes.Miod Vallat
2002-09-02Make the cgfourteen work in 32bit when possible, also display the size ofMiod Vallat
2002-08-21Correctly map the video memory, for proper operation.Miod Vallat
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-08-17cdev_decl cleanup; jason@ okMichael Shalayeff
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1999-04-22UVM fixes, just a few useracc -> uvm_useraccArtur Grabowski
1998-11-20careful off handling in mmap routinesTheo de Raadt
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs