summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fb.c
AgeCommit message (Expand)Author
2010-07-10sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 andMiod Vallat
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2010-05-15Make fb_pfour_id() take a volatile pointer as argument.Miod Vallat
2009-06-03Fix check for window-top and window-left values.Mark Kettenis
2009-03-29When trying to get the console font metrics and window position, we canMiod Vallat
2009-01-12Be more strict when checking window-left and window-top values.Miod Vallat
2009-01-11Some frame buffer fcode do not fill window-top and window-left putMiod Vallat
2009-01-04Make this compile for SUN4 only kernels.Miod Vallat
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2006-12-03In fb_setsize(), remove dead code in the SUN4 case.Miod Vallat
2006-12-03Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it appliesMiod Vallat
2006-12-02Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to beMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-07-01Provide our own alloc_attr() routine for sun frame buffer, since the computationMiod Vallat
2006-06-30For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette insteadMiod Vallat
2006-06-29No need to keep specific variables for the kernel messages colors on sunMiod Vallat
2006-03-12Previous fix was half-done, move the wsscreen_list array into the softcMiod Vallat
2006-03-12When attaching a wsdisplay, the wsscreen_list structure can not be on theMiod Vallat
2005-03-23Move the alloc_screen, free_screen and show_screen wsdisplay accessops toMiod Vallat
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
2005-03-07Do not bother passing the blanking routine to fbwscons_console_init(),Miod Vallat
2005-02-27Move wsdisplay-only prototypes declarations in the #if NWSDISPLAY > 0 blockMiod Vallat
2005-02-22Allow SUN4 kernels to compile; spotted by marc@Miod Vallat
2004-11-29Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-02-29More colormap games for 8-bit framebuffers to enjoy the inverted cursor too.Miod Vallat
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-24When initializing the colormap on low depth frame buffers, pick valuesMiod Vallat
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-09-05Allow kernels with no display device configured to link. Found by marc@Miod Vallat
2002-08-16Scale back rows and columns if the font would not otherwise fit on theTodd C. Miller
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-09-08Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila <sfs@...Jason Wright
1999-09-05use small font if size <= 800x600 (was if size < 800x600)Jason Wright
1998-03-20small (aka 'fixed' from X) fonts for raster consoles < 800*600 in sizeTodd T. Fries
1997-11-11blush!Niklas Hallqvist
1997-11-11whoops typo in last commit + accept 0 in col/row values on sun4 mean full szNiklas Hallqvist
1997-11-11Limit the console size by the frambuffer size. My 4/100 seemsNiklas Hallqvist
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1996-08-13Revert back to Theo's eeprom.h.Jason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1995-12-18fix fb_setsize() to set width/height for P4 frame buffersTheo de Raadt
1995-12-17add a missing \nTheo de Raadt
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
1995-11-09don't panic for multiple /dev/fb declarersTheo de Raadt
1995-10-19fb_setsize() on pfourTheo de Raadt