| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 1 | -2/+2 |
* | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 3 | -33/+33 |
* | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 3 | -9/+9 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Harmonize the way frame buffer drivers display resolution and color |  fcambus | 2017-01-15 | 3 | -6/+6 |
* | sizes for free(); ok semarie |  deraadt | 2015-09-08 | 2 | -5/+5 |
* | Replace some malloc(n*size,...) calls with mallocarray(). |  doug | 2014-12-09 | 1 | -2/+2 |
* | Add missing load_font and list_font accessops, as well as crude screen burner |  miod | 2014-12-07 | 1 | -8/+45 |
* | Remove wrong comment. |  miod | 2014-12-07 | 1 | -3/+2 |
* | Pass the right bus_dmatag_t to the children. |  miod | 2014-10-02 | 1 | -2/+2 |
* | Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section. |  miod | 2014-08-19 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 2 | -5/+5 |
* | On IP28, ignore (as in, do not report) GIO bus errors where the address isn't |  miod | 2014-07-02 | 1 | -1/+3 |
* | Format string fixes and removal of -Wno-format for sgi. Based upon an |  miod | 2014-05-19 | 2 | -6/+6 |
* | Do not play with the xmapmode register, for its layout seems to differ between |  miod | 2014-03-29 | 1 | -31/+42 |
* | {fix,add} comments. |  miod | 2014-03-27 | 1 | -3/+4 |
* | Program the colormap correctly; gives us proper shade of blue and highlighting. |  miod | 2014-03-27 | 2 | -38/+101 |
* | - Fix clipping bounds in fill and blt operations; the lower-right corner is |  miod | 2014-03-18 | 2 | -69/+194 |
* | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. |  miod | 2013-10-21 | 2 | -3/+47 |
* | Use C99 named initializers for struct wsdisplay_accessops fields. |  miod | 2013-10-20 | 1 | -11/+6 |
* | Refine the frame buffer probe again, to correctly detect a newport frame buffer |  miod | 2013-09-28 | 1 | -2/+30 |
* | Replace all ovbcopy with memmove; swap the src and dst arguments too |  deraadt | 2013-06-11 | 1 | -5/+5 |
* | Well, it turns out the assumption that boards with a 32-bit ID register |  miod | 2013-04-21 | 1 | -6/+9 |
* | Do not wait too long for the chip to unbusy, and return EAGAIN to the upper |  miod | 2013-04-20 | 2 | -43/+77 |
* | Previous revision would prevent grtwo(4) boards from being recognized. |  miod | 2012-10-26 | 1 | -2/+2 |
* | Don't include <mips64/archtype.h> unless you really need it. |  miod | 2012-10-03 | 3 | -6/+3 |
* | Attach non-frame buffer GIO devices with ga_product being the id gathered by |  miod | 2012-07-18 | 1 | -3/+4 |
* | Hopefully correctly recognize GIO boards with a 8-bit only ID register, which |  miod | 2012-07-18 | 1 | -4/+13 |
* | regen |  miod | 2012-07-18 | 2 | -8/+12 |
* | A couple more device IDs, thanks to Martin Boehme for donating boards! |  miod | 2012-07-18 | 1 | -4/+6 |
* | Support for the POWER Indigo2 R10000 systems (IP28). Currently running with |  miod | 2012-05-25 | 1 | -5/+31 |
* | Port NetBSD's pci@gio driver for fast Ethernet expansion boards for the |  miod | 2012-05-18 | 1 | -0/+497 |
* | Yet another rework of the crucial gio_id() function responsible for correctly |  miod | 2012-05-17 | 2 | -65/+33 |
* | Don't forget to print the frame buffer name obtained from ARCS, as all other |  miod | 2012-05-12 | 1 | -2/+6 |
* | GIO devices with a 32-bit device identifier actually do not like halfword and |  miod | 2012-05-10 | 2 | -24/+48 |
* | regen |  miod | 2012-05-10 | 2 | -8/+9 |
* | Do not keep the `32-bit device ID' bit indicator in the device IDs, for |  miod | 2012-05-10 | 1 | -6/+9 |
* | Fix a few macros to operate on the right bit. |  miod | 2012-05-10 | 1 | -3/+3 |
* | Fix impact(4) header file generation to correctly output NIMPACT_GIO on |  miod | 2012-05-10 | 1 | -3/+2 |
* | Be more strict in the `are we the console device' logic at device attachment |  miod | 2012-05-10 | 4 | -8/+25 |
* | Correctly read board version information. |  miod | 2012-04-30 | 2 | -9/+10 |
* | Only trust giofb_consid if non-zero. |  miod | 2012-04-28 | 1 | -2/+2 |
* | The new probe logic would pretend light(4) devices always exist on Indigo; |  miod | 2012-04-27 | 1 | -3/+9 |
* | Minor tweaks: |  miod | 2012-04-24 | 1 | -36/+35 |
* | Pour even more smarts into the GIO device identification code, to the point |  miod | 2012-04-24 | 6 | -168/+149 |
* | Split the existing impact@xbow attachment into generic impact routines, and |  miod | 2012-04-18 | 3 | -47/+202 |
* | Don't attach a wsdisplay if not the console device, for part of the device |  miod | 2012-04-18 | 1 | -1/+14 |
* | regen |  miod | 2012-04-18 | 2 | -38/+40 |
* | Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO ID |  miod | 2012-04-18 | 1 | -1/+2 |
* | Put decent prefixes in the symbolic constants for GIO IDs in the generated |  miod | 2012-04-18 | 1 | -4/+5 |