summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/gio (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-111-2/+2
* change wsdisplay attribute type from long to uint32_tjsg2020-05-253-33/+33
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-253-9/+9
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Harmonize the way frame buffer drivers display resolution and colorfcambus2017-01-153-6/+6
* sizes for free(); ok semariederaadt2015-09-082-5/+5
* Replace some malloc(n*size,...) calls with mallocarray().doug2014-12-091-2/+2
* Add missing load_font and list_font accessops, as well as crude screen burnermiod2014-12-071-8/+45
* Remove wrong comment.miod2014-12-071-3/+2
* Pass the right bus_dmatag_t to the children.miod2014-10-021-2/+2
* Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section.miod2014-08-191-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-5/+5
* On IP28, ignore (as in, do not report) GIO bus errors where the address isn'tmiod2014-07-021-1/+3
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-192-6/+6
* Do not play with the xmapmode register, for its layout seems to differ betweenmiod2014-03-291-31/+42
* {fix,add} comments.miod2014-03-271-3/+4
* Program the colormap correctly; gives us proper shade of blue and highlighting.miod2014-03-272-38/+101
* - Fix clipping bounds in fill and blt operations; the lower-right corner ismiod2014-03-182-69/+194
* Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod2013-10-212-3/+47
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-11/+6
* Refine the frame buffer probe again, to correctly detect a newport frame buffermiod2013-09-281-2/+30
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-5/+5
* Well, it turns out the assumption that boards with a 32-bit ID registermiod2013-04-211-6/+9
* Do not wait too long for the chip to unbusy, and return EAGAIN to the uppermiod2013-04-202-43/+77
* Previous revision would prevent grtwo(4) boards from being recognized.miod2012-10-261-2/+2
* Don't include <mips64/archtype.h> unless you really need it.miod2012-10-033-6/+3
* Attach non-frame buffer GIO devices with ga_product being the id gathered bymiod2012-07-181-3/+4
* Hopefully correctly recognize GIO boards with a 8-bit only ID register, whichmiod2012-07-181-4/+13
* regenmiod2012-07-182-8/+12
* A couple more device IDs, thanks to Martin Boehme for donating boards!miod2012-07-181-4/+6
* Support for the POWER Indigo2 R10000 systems (IP28). Currently running withmiod2012-05-251-5/+31
* Port NetBSD's pci@gio driver for fast Ethernet expansion boards for themiod2012-05-181-0/+497
* Yet another rework of the crucial gio_id() function responsible for correctlymiod2012-05-172-65/+33
* Don't forget to print the frame buffer name obtained from ARCS, as all othermiod2012-05-121-2/+6
* GIO devices with a 32-bit device identifier actually do not like halfword andmiod2012-05-102-24/+48
* regenmiod2012-05-102-8/+9
* Do not keep the `32-bit device ID' bit indicator in the device IDs, formiod2012-05-101-6/+9
* Fix a few macros to operate on the right bit.miod2012-05-101-3/+3
* Fix impact(4) header file generation to correctly output NIMPACT_GIO onmiod2012-05-101-3/+2
* Be more strict in the `are we the console device' logic at device attachmentmiod2012-05-104-8/+25
* Correctly read board version information.miod2012-04-302-9/+10
* Only trust giofb_consid if non-zero.miod2012-04-281-2/+2
* The new probe logic would pretend light(4) devices always exist on Indigo;miod2012-04-271-3/+9
* Minor tweaks:miod2012-04-241-36/+35
* Pour even more smarts into the GIO device identification code, to the pointmiod2012-04-246-168/+149
* Split the existing impact@xbow attachment into generic impact routines, andmiod2012-04-183-47/+202
* Don't attach a wsdisplay if not the console device, for part of the devicemiod2012-04-181-1/+14
* regenmiod2012-04-182-38/+40
* Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO IDmiod2012-04-181-1/+2
* Put decent prefixes in the symbolic constants for GIO IDs in the generatedmiod2012-04-181-4/+5