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