| Commit message (Expand) | Author | Age | Files | Lines |
| * | - use nitems() inside a descriptive macro name |  jasper | 2009-12-16 | 1 | -2/+2 |
| * | no firmware on ramdisks; ok kettenis |  deraadt | 2009-12-02 | 1 | -1/+7 |
| * | Load firmware that is needed for accelerated X on Elite3D boards. |  kettenis | 2009-11-30 | 1 | -2/+140 |
| * | Change the wsdisplay_emulops return types from void to int; emulops will now |  miod | 2009-09-05 | 1 | -12/+18 |
| * | Clean up after X. |  kettenis | 2009-07-16 | 1 | -1/+14 |
| * | Sync the sparc64 fb* api with the recent changes done on sparc. |  miod | 2008-12-27 | 1 | -56/+7 |
| * | Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow |  kettenis | 2007-03-06 | 1 | -1/+4 |
| * | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. |  miod | 2006-12-17 | 1 | -2/+1 |
| * | Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. |  miod | 2006-12-02 | 1 | -3/+7 |
| * | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead |  miod | 2006-06-30 | 1 | -2/+2 |
| * | Merge creator attachment code again, it turns out the upa/mainbus attachment |  miod | 2006-05-15 | 1 | -6/+77 |
| * | Off-by-ones in register comparisons. |  miod | 2005-04-05 | 1 | -2/+2 |
| * | Take care of updating the PROMs view of the cursor position in the common fb |  miod | 2005-03-15 | 1 | -15/+1 |
| * | Do not bother passing the blanking routine to fbwscons_console_init(), |  miod | 2005-03-07 | 1 | -3/+2 |
| * | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most |  miod | 2005-01-05 | 1 | -1/+3 |
| * | Move the struct wsscreen_descr from a per-driver global to a per-instance |  miod | 2004-11-29 | 1 | -27/+3 |
| * | Revert the addition of the blanking code - it will corrupt displays after long |  miod | 2003-06-24 | 1 | -27/+3 |
| * | Remove some debugging cruft. |  jason | 2003-06-23 | 1 | -4/+2 |
| * | Screen blanker routine for Creator, adapted from the X11 sunffb driver code. |  miod | 2003-06-20 | 1 | -3/+27 |
| * | Extend the sunfb structure to take care of the PROM cursor position |  miod | 2003-06-17 | 1 | -77/+34 |
| * | nuke terms 3 & 4 |  jason | 2003-06-02 | 1 | -6/+1 |
| * | use new display types |  jason | 2003-05-12 | 1 | -2/+2 |
| * | - Add support for the *CURS* ioctls (requires mapping the DAC registers |  jason | 2003-03-27 | 1 | -16/+250 |
| * | Register more wsscreen properties to take advantage of wsemul_sun changes. |  jason | 2002-09-10 | 1 | -1/+2 |
| * | Take advantage of rasops.updatecursor to keep the prom cursor up to date |  jason | 2002-08-19 | 1 | -9/+23 |
| * | allow cf_flags to determine whether console acceleration should be used (defaults to yes) |  jason | 2002-07-30 | 1 | -6/+9 |
| * | use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and it's -fast-) |  jason | 2002-07-29 | 1 | -5/+5 |
| * | - cache the last value written to FBC_FG and avoid unnecessary fifo writes |  jason | 2002-07-29 | 1 | -16/+76 |
| * | more registers; jason@ ok. |  fgsch | 2002-07-28 | 1 | -2/+4 |
| * | fifo needs 6 entries before we feed it rectangle command |  jason | 2002-07-26 | 1 | -2/+2 |
| * | - add hardware support for eraserows and erasecols |  jason | 2002-07-26 | 1 | -2/+104 |
| * | - remove duplicate defns |  jason | 2002-07-26 | 1 | -1/+36 |
| * | Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and |  miod | 2002-07-25 | 1 | -4/+11 |
| * | split creator driver into bus specific and common code. |  fgsch | 2002-06-11 | 1 | -108/+13 |
| * | - use the 24 bits dumb frame buffer reg. instead of the 32 one, but return |  fgsch | 2002-06-03 | 1 | -14/+19 |
| * | Match on "SUNW,afb" as well, a guess to make Elite3D cards work and print |  fgsch | 2002-05-22 | 1 | -14/+20 |
| * | - Allow matching of devices with fewer than 24 register sets |  jason | 2002-05-22 | 1 | -9/+12 |
| * | Copy only the register paddrs/lens that we have room for |  jason | 2002-05-22 | 1 | -2/+2 |
| * | Only map in DFB32 during attach, other stuff will be mapped by _mmap as |  jason | 2002-05-22 | 1 | -14/+14 |
| * | return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccelerated X on the creator work) |  jason | 2002-05-22 | 1 | -11/+27 |
| * | Remove some debugging code and generally clean things up. |  jason | 2002-05-21 | 1 | -12/+9 |
| * | Get the initial cursor position correct so we don't start back at 0,0 when |  jason | 2002-05-21 | 1 | -2/+11 |
| * | Remove last vestiges of rcons and now it appears to work. |  jason | 2002-05-21 | 1 | -21/+10 |
| * | Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen is |  jason | 2002-05-21 | 1 | -5/+5 |
| * | Skeleton driver for the Creator/Creator3D framebuffer (doesn't do much |  jason | 2002-05-21 | 1 | -0/+373 |