summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/dev/gbe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-11/+11
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-4/+4
* Add load_font and list_font accessops to all rasops-based wsdisplay drivers.miod2013-10-211-5/+18
* Use C99 named initializers for struct wsdisplay_accessops fields.miod2013-10-201-11/+7
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-6/+19
* Correctly specify the visible part of the rightmost tile when the currentmiod2013-05-271-3/+3
* Don't include <mips64/archtype.h> unless you really need it.miod2012-10-031-2/+1
* Make it possible to disable the Sync-on-Green signal by setting themikeb2012-05-291-1/+9
* Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicatingmiod2012-04-161-3/+3
* uncached_base was introduced early in IP27 support, since these designs usemiod2012-03-151-9/+9
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-2/+2
* Correctly initialize all members of struct wsemuldisplaydev_attach_argsmiod2010-03-081-1/+3
* Allow iockbc(4) and odysseey(4) to act as console devices and attach early;miod2010-03-071-2/+2
* Rename struct confargs to struct mainbus_attach_args for consistency and alsomiod2009-10-261-3/+3
* Better crime/mace interrupt handling; interrupt information is no longermiod2009-10-261-2/+2
* Change the wsdisplay_emulops return types from void to int; emulops will nowmiod2009-09-051-13/+25
* Add support for hardware acceleration to gbe(4). This provides an acceleratedjsing2009-02-241-57/+498
* Since uncached virtual addresses will depend upon space identifiers on R1xkmiod2008-04-071-6/+6
* Completely overhault attachment rules on sgi. No more indirect configurationmiod2008-02-201-5/+6
* Significantly improve the gbe(4) driver, including:jsing2007-12-311-201/+574
* Have gbe(4) attach as the console if the graphical console is selected viajsing2007-12-141-14/+11
* add rcs idjasper2007-11-271-0/+2
* Initial support for the SGI Graphics Back End (GBE) frame buffer found injsing2007-11-271-0/+553