| Commit message (Expand) | Author | Age | Files | Lines |
* | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 1 | -14/+14 |
* | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 1 | -6/+6 |
* | integer overflow for two range checks |  deraadt | 2017-06-11 | 1 | -3/+3 |
* | sizes for free(); ok sthen semarie |  deraadt | 2015-09-09 | 1 | -3/+3 |
* | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; |  miod | 2015-04-05 | 1 | -59/+355 |
* | Fix unsigned vs signed comparison in for() loop condition causing an infinite |  miod | 2015-04-03 | 1 | -2/+2 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -2/+2 |
* | Fix format strings in STIDEBUG code. |  miod | 2014-08-30 | 1 | -6/+6 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of |  mpi | 2014-03-28 | 1 | -2/+2 |
* | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping |  miod | 2014-03-18 | 1 | -44/+1 |
* | revert previous commit; didn't intend to commit those bits |  kettenis | 2014-02-20 | 1 | -16/+5 |
* | Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun |  kettenis | 2014-02-20 | 1 | -5/+16 |
* | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 2013-10-20 | 1 | -7/+6 |
* | Make sure that, when a particular mapchar() can't find a proper glyph for the |  miod | 2013-10-18 | 1 | -2/+2 |
* | add support for the reverse video attribute in sti(4) |  mikeb | 2012-05-06 | 1 | -11/+18 |
* | Missing argument in STIDEBUG printf |  miod | 2011-09-19 | 1 | -2/+2 |
* | So, it turns out that models 362 and 382 built-in frame buffer only shows up |  miod | 2011-08-18 | 1 | -4/+3 |
* | Do not use NULL in integer comparisons. No functional change. |  miod | 2011-04-07 | 1 | -2/+2 |
* | Change the wsdisplay_emulops return types from void to int; emulops will now |  miod | 2009-09-05 | 1 | -13/+25 |
* | Split sti structures into rom-related information and screen-related |  miod | 2009-02-06 | 1 | -371/+474 |
* | The new font selection logic would loop and consume all kmem on proms |  miod | 2009-02-06 | 1 | -2/+2 |
* | Oops, correct logic when requested font index is out of bounds. Thankfully |  miod | 2009-01-29 | 1 | -2/+2 |
* | If the rom contains a monitor table, look for an entry matching our |  miod | 2009-01-28 | 1 | -25/+85 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. |  krw | 2007-10-01 | 1 | -3/+2 |
* | We can not consider the first sti region as always mapped, since on pci |  miod | 2007-06-17 | 1 | -16/+15 |
* | Make sure to pass valid extended initialization structure pointers in |  miod | 2007-06-17 | 1 | -3/+7 |
* | Keep the wsscreen_descr in the softc, to allow sti of different text |  miod | 2007-01-12 | 1 | -26/+18 |
* | Add the ability for a sti backend to specify callbacks to disable and enable |  miod | 2007-01-11 | 1 | -4/+48 |
* | Allow sti_attach_common() to return an error code, and do not fall into |  miod | 2007-01-11 | 1 | -15/+33 |
* | Read word-mode rom regions with bus_space_read_raw_region instead of |  miod | 2006-12-18 | 1 | -15/+19 |
* | Change sti attachment to pass an array of base addresses for the sti regions, |  miod | 2006-12-18 | 1 | -11/+12 |
* | Better sti_mapchar() implementation, matches Latin char indexes to HP Roman |  miod | 2006-12-16 | 1 | -4/+51 |
* | Add an unpack_attr function to struct wsdisplay_emulops, to match the |  miod | 2006-11-29 | 1 | -4/+15 |
* | Use uvm_km_alloc() instead of uvm_km_alloc1(), so that the latter can |  miod | 2006-11-29 | 1 | -2/+2 |
* | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer |  miod | 2006-11-29 | 1 | -1/+2 |
* | Clear sti display on console attach, now that the bootloader leaves us |  miod | 2006-08-22 | 1 | -1/+8 |
* | Introduce sti_rom_size() which will compute the size of a card's rom, and |  miod | 2006-04-16 | 1 | -14/+23 |
* | Split sti softc in two structures, one device-related for regular device |  miod | 2005-02-27 | 1 | -192/+288 |
* | sti colormap fixes: |  miod | 2005-01-24 | 1 | -7/+18 |
* | bus_space_map() sti regions with BUS_SPACE_MAP_CACHEABLE if they have the |  miod | 2005-01-23 | 1 | -2/+4 |
* | Two sti(4) changes necessary for hp300: |  miod | 2005-01-23 | 1 | -24/+44 |
* | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most |  miod | 2005-01-05 | 1 | -1/+3 |
* | oops missed to set devtype here rather than in sti_sgc.c:1.23 |  mickey | 2004-11-03 | 1 | -1/+3 |
* | allocate ext-cfg memory if was requestd in dd_stimemreq |  mickey | 2004-09-14 | 1 | -1/+12 |
* | only map the rom and do not touch the hpa space getting rid of memsize define that was not really true; plus tested by otto@ and miod@ |  mickey | 2003-12-16 | 1 | -4/+9 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -2/+2 |
* | fix the offsets in decoding byte rom dd (verified per manual); miod@ ok |  mickey | 2003-08-21 | 1 | -15/+17 |
* | give better depth and cmsize |  mickey | 2003-08-19 | 1 | -3/+4 |
* | implement WSDISPLAYIO_{GET,PUT}CMAP; untested |  mickey | 2003-08-19 | 1 | -4/+69 |