summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2003-03-28Fix the color inversion of the cursor (now it's not a solid block of black =)Jason Wright
2003-03-28more register defns (from linux)Jason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
2003-03-27map vid mem based on linebytes and heightJason Wright
2003-03-27Whoops, the rest of the *CURS* ioctl supportJason Wright
2003-03-27add support for *CURS* ioctlsJason Wright
2003-03-27don't need linear maps here eitherJason Wright
2003-03-27map the vid mem based on linebytes and heightJason Wright
2003-03-27const and static cleaningJason Wright
2003-03-27Don't need linear mappings in here.Jason Wright
2003-03-20Compute linebytes and such earlier and use them to decide how muchJason Wright
2003-03-05make sure asi and sasi are set in the bustag. Fixes the le@lebuffer problemJason Wright
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-12Labels must be followed by a statement. (Pointed out by gcc3.)Henric Jungheim
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-09make ESP_SBUS_DEBUG compileJason Wright
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-04simplify format setupJason Wright
2002-09-10Set encodings correctly.Jason Wright
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-09-09Add support for audio capture (finally) and fix a bunch of stupid bugs.Jason Wright
2002-08-31Always setup the RAMDAC (even if we're not the console) so when the displayJason Wright
2002-08-16Turn OFF (not ON) acceleration if revision < 5Jason Wright
2002-08-12Update rom cursor position if we're the console framebufferJason Wright
2002-08-06Set RI_CLEAR if the card isn't the console framebuffer; based on discussion w...Jason Wright
2002-08-05Force acceleration to be turned off if we encounter an old hardwareMiod Vallat
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-07-30- Whoops, I had the mode mask and value bits backwardsJason Wright
2002-07-30- Allow disabling of console acceleration with cf_flagsJason Wright
2002-07-30handle dumbfb and mapped mode requests differentlyJason Wright
2002-07-26House cleaning (move reg defns into their own file), and be sure to drainJason Wright
2002-07-26add support for hardware accelerated fill/copy; from NetBSD (committed from t...Jason Wright
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-06-21make this more quiet on card insertion.Federico G. Schwindt
2002-06-21missing tab.Federico G. Schwindt
2002-06-20indent.Federico G. Schwindt
2002-06-20rename nell to stp. we do not always follow stupid solaris namesTheo de Raadt
2002-06-19more sbus->pcmcia pieces.Federico G. Schwindt
2002-06-19- set the size correctly.Federico G. Schwindt
2002-06-19sbus pcmcia bridge driver (nell); from NetBSD.Federico G. Schwindt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-04driver for the sbus bwtwo cards (completely untested).Jason Wright
2002-06-03Convert from rcons to rasopsJason Wright
2002-06-02Turn off timing if WSDISPLAY_BURN_VBLANK is set (which in turn puts mostJason Wright
2002-05-21Enable the blanker now that the X stuff is fixedJason Wright
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-13- Request 24bit dvma allocation if we fail to find an lebuffer to attach toJason Wright
2002-05-13un-pee and KNFJason Wright