summaryrefslogtreecommitdiff
path: root/sys/dev/ic/igsfb.c
AgeCommit message (Expand)Author
2006-08-18G/c unnecessary includes.uwe
2006-05-20initialise pos.x and pos.y to appease GCC4.mrg
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-05KNF: no parentheses around return value.uwe
2006-04-05ANSI'ify.uwe
2006-04-04Add dc_stride member to igsfb_devconfig.uwe
2006-04-04Use bus_space_vaddr() to get the address of the framebuffer.uwe
2006-04-04Use designated initializers for wsscreen structs. It takes less spaceuwe
2006-04-04Nuke delay() that sneaked in with one of old revisions. It's notuwe
2006-04-03Fix indentation nits.uwe
2006-04-03Honor RI_FULLCLEAR in igsfb_accel_eraserows.uwe
2006-04-03Properly fix cursor sprite endianness problems: always builduwe
2006-02-24clear the whole screen on startup, fix an endianness mismatch when creatingmacallan
2006-02-23Add support for virtual consoles to igsfb.macallan
2005-12-11merge ktrace-lwp.christos
2005-10-01revert unnecessary geometry changes, add missing {} so turning off themacallan
2005-09-30Minor KNF police.uwe
2005-09-30- turn off the hardware cursor when leaving WSDISPLAYIO_MODE_EMULmacallan
2005-09-12add a blank line before case WSDISPLAYIO_LINEBYTESmacallan
2005-09-12add ioctl(WSDISPLAYIO_LINEBYTES) - needed by XFree's wsfbmacallan
2005-02-27nuke trailing whitespaceperry
2004-11-26Use standard uintN_t types instead of home-grown u_intN_t types.uwe
2004-11-26Fix several typos in comments.uwe
2003-11-13eliminate uvm_useracc() in favor of checking the return value ofchs
2003-11-07Supress bogus -Wuninitialized warnings.uwe
2003-08-31Comment change only, the ioctl is WSDISPLAYIO_PUTCMAP, not ..._SETCMAP.uwe
2003-06-24Only install accelerated rasops for CyberPro, we don't know yet how touwe
2003-06-10Correct calculation of the blit src/dst for blits we do backwards.uwe
2003-05-31Implement accelerated text ops using graphic coprocessor.uwe
2003-05-11Use hardware sprite for the text mode cursor.uwe
2003-05-10Don't need a separate bit expansion table for the cursor mask.uwe
2003-05-10Enforce that the cursor position and the hot spot are within bounds.uwe
2003-05-10Redo attachment to support proper cnattach.uwe
2003-01-12Quick patch to allow the (only) screen to be configured withuwe
2002-09-24Add some preliminary support for setting up the CyberPro in Netwinder.uwe
2002-08-03correct range check, have overflow check, fix type mismatches,itojun
2002-07-21Add definitions of IGS coprocessor registers (not used yet).uwe
2002-07-04alloc_attr -> allocattrjunyoung
2002-04-05Clean up includes.uwe
2002-03-30First cut at framebuffer driver for Integraphics Systems IGA1682.uwe