Age | Commit message (Expand) | Author |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat |
2008-12-26 | Use constants from bt458reg.h when frobbing ramdac registers. | Miod Vallat |
2008-12-25 | Correctly display underlined spaces. | Miod Vallat |
2008-12-24 | No need to invoke fbwscons_setcolormap() twice. | Miod Vallat |
2008-12-24 | Get rid of all remaining magic numbers but 32. If you need to know why 32 | Miod Vallat |
2008-12-24 | Provide an accelerated putchar routine for fonts 16 bits wide or less (and | Miod Vallat |
2008-12-24 | Oops, logic botch in 1.34 would disable 24 bit mode on S24. | Miod Vallat |
2008-12-24 | On cards which advertize complete rop support, use the stipple engine to | Miod Vallat |
2008-12-24 | It turns out the 8-bit tcx flavour has undocumented low-res video modes (soon | Miod Vallat |
2008-12-24 | When switching between 8 bit and 24 bit modes on S24, use the blitter | Miod Vallat |
2008-12-24 | Basic acceleration code for tcx: solid fills and some simple block copy cases. | Miod Vallat |
2008-12-23 | No need to keep the 32 bit space mapped, since it is only used by userland | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-03-13 | When about to run X11 in 32 bpp mode, advertize correctly that we are | Miod Vallat |
2007-02-18 | Display the interrupt priority in dmesg, for frame buffers which register | Miod Vallat |
2006-07-25 | Do not bother reading the existing colormap on attach, since we will | Miod Vallat |
2006-06-02 | sbus_establish() and the associated linked list in the sbus softc is now only | Miod Vallat |
2005-12-25 | Return proper frame buffer type rather than generic SUN24 id, Xwsfb has known | Miod Vallat |
2005-03-23 | Move the alloc_screen, free_screen and show_screen wsdisplay accessops to | Miod Vallat |
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-03-07 | Shorten dmesg on ss4. | Miod Vallat |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-09-29 | Switch sparc to evcount; ok deraadt@ | Miod Vallat |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat |
2003-06-15 | Fix the logic in the interrupt handler, and reenable colormap updates | Miod Vallat |
2003-06-06 | Do not bother taking care of the frame buffer flags in the softc, if the | Miod Vallat |
2003-04-06 | Run the console in the overlay plane, or in low-depth mode, as appropriate, | Miod Vallat |
2002-12-10 | The introduction of fbwscons_setcolormap() left out 24 bit frame buffers | Miod Vallat |
2002-11-06 | - always initialize colormaps, even if the frame buffer is non console; this | Miod Vallat |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-01 | Do not enable the code that makes use of the vertical retrace interrupt | Miod Vallat |
2002-09-30 | Evil, evil, evil typo broke innocent ramdisks. Die! | Miod Vallat |
2002-09-23 | Get the wsdisplay capabilities from rasops, rather than attempting to | Miod Vallat |
2002-09-20 | Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit mode | Federico G. Schwindt |
2002-09-09 | Register more screen capabilities to work with the recent wsemul_sun changes. | Miod Vallat |
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-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs |