summaryrefslogtreecommitdiff
path: root/sys/dev/ic/sti.c
AgeCommit message (Expand)Author
2022-07-15fix typos in previousTheo de Raadt
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2021-04-29Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROMMark Kettenis
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2017-06-11integer overflow for two range checksTheo de Raadt
2015-09-09sizes for free(); ok sthen semarieTheo de Raadt
2015-04-05Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers;Miod Vallat
2015-04-03Fix unsigned vs signed comparison in for() loop condition causing an infiniteMiod Vallat
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-02-20revert previous commit; didn't intend to commit those bitsMark Kettenis
2014-02-20Avoid printing the "nvram corrupt" message for onboard 2200s found on SunMark Kettenis
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2012-05-06add support for the reverse video attribute in sti(4)Mike Belopuhov
2011-09-19Missing argument in STIDEBUG printfMiod Vallat
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-02-06Split sti structures into rom-related information and screen-relatedMiod Vallat
2009-02-06The new font selection logic would loop and consume all kmem on promsMiod Vallat
2009-01-29Oops, correct logic when requested font index is out of bounds. ThankfullyMiod Vallat
2009-01-28If the rom contains a monitor table, look for an entry matching ourMiod Vallat
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.Kenneth R Westerback
2007-06-17We can not consider the first sti region as always mapped, since on pciMiod Vallat
2007-06-17Make sure to pass valid extended initialization structure pointers inMiod Vallat
2007-01-12Keep the wsscreen_descr in the softc, to allow sti of different textMiod Vallat
2007-01-11Add the ability for a sti backend to specify callbacks to disable and enableMiod Vallat
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2006-12-18Read word-mode rom regions with bus_space_read_raw_region instead ofMiod Vallat
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
2006-12-16Better sti_mapchar() implementation, matches Latin char indexes to HP RomanMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter canMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
2006-04-16Introduce sti_rom_size() which will compute the size of a card's rom, andMiod Vallat
2005-02-27Split sti softc in two structures, one device-related for regular deviceMiod Vallat
2005-01-24sti colormap fixes:Miod Vallat
2005-01-23bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have theMiod Vallat
2005-01-23Two sti(4) changes necessary for hp300:Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-11-03oops missed to set devtype here rather than in sti_sgc.c:1.23Michael Shalayeff
2004-09-14allocate ext-cfg memory if was requestd in dd_stimemreqMichael Shalayeff
2003-12-16only map the rom and do not touch the hpa space getting rid of memsize define...Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre