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