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