index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc
/
dev
/
fb.c
Age
Commit message (
Expand
)
Author
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
1995-10-19
use new eeprom.h
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt