summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fb.c
AgeCommit message (Expand)Author
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
1995-10-19use new eeprom.hTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt