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