summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/xbow (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate expressions.visa2021-03-211-3/+3
* spellingjsg2021-03-114-13/+13
* Add support for timeconting in userland.pirofti2020-07-061-2/+4
* change wsdisplay attribute type from long to uint32_tjsg2020-05-251-10/+10
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-251-3/+3
* Declare ci_ipl volatile to prevent the compiler from optimizingvisa2018-02-241-4/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-082-4/+2
* The device_to_pa routine really isn't needed. We always have physicalvisa2017-05-111-11/+6
* Let MP-safe interrupt handlers run without the kernel lock on sgi.visa2017-02-112-9/+34
* Rename mips64's trap_frame into trapframe.mpi2016-03-061-3/+3
* Take the PHY of iec(4) out of reset before attaching the interface.visa2016-01-021-1/+3
* Add IPI logic. Assign two additional interrupts for inter-processorvisa2015-12-251-3/+5
* Add timecounter for MP.visa2015-12-251-1/+3
* Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do notvisa2015-12-121-5/+8
* Let the IP27 kernel build with DEBUG.visa2015-12-031-9/+9
* free(x, 0) cleanup:semarie2015-09-271-9/+7
* xheart_splx() has to restore the interrupt mask even on secondary CPUsvisa2015-09-261-4/+2
* Also print the error registers in the ddb callback.miod2015-09-121-1/+7
* sizes for free(); ok semariederaadt2015-09-082-5/+5
* Attempt to explain how this device works. Based upon a private mail I wrotemiod2015-06-241-1/+231
* Clear the PIC `write request' memory at initialization time. There ismiod2015-06-162-53/+80
* Add an helper routine if defined(DDB), which might help figuring out whymiod2015-03-231-1/+32
* Move the PIC revision 1 interrupt workaround from xbridge_pci_intr_handler()miod2014-12-041-14/+31
* implement atomic operations using ll/sc, and convert rw_cas and callers of thejmatthew2014-09-303-6/+6
* More PIC programming magic, as well as a specific workaround for lostmiod2014-08-192-6/+30
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-122-10/+10
* Format string fixes and removal of -Wno-format for sgi. Based upon anmiod2014-05-191-3/+3
* Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love.mpi2014-04-031-2/+2
* Replace more magic numbers with OPENGL_xxx constants. No functional change.miod2014-03-091-10/+10
* add missing arguments to debug printfsjsg2014-01-221-3/+3
* - fix gamma ramp (now white is real white instead of light grey)miod2013-12-231-15/+10
* 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
* Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,miod2012-10-031-1/+2
* Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions ofmiod2012-09-293-6/+7
* Using the LLAddr register to store our curcpu() pointer on R10k SMP kernelsmiod2012-06-171-2/+8
* Make sure the generic bus_dmamem_alloc() routine restricts its allocation tomiod2012-05-201-182/+7
* Fix impact(4) header file generation to correctly output NIMPACT_GIO onmiod2012-05-101-3/+2
* Split the existing impact@xbow attachment into generic impact routines, andmiod2012-04-185-963/+174
* Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicatingmiod2012-04-164-52/+14
* No longer allow bus_space_barrier() to be a NULL pointer on a givenmiod2012-03-151-2/+11
* Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straightmiod2011-10-101-59/+113
* Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).miod2011-10-101-1/+13
* Register the Heart clock as a timecounter on Octane systems.miod2011-07-102-5/+40
* On IP27 systems, fill the array of node hub widget numbers early, so that allmiod2011-04-174-45/+44
* Rename a few xbow global variable names to make them less ambiguous.miod2011-04-054-63/+67
* Get rid of the ATE code, and do not assume the direct DMA window is set upmiod2011-04-052-427/+30
* Disable write gathering on devio settings we inherit from ARCS.miod2011-03-132-18/+30
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-1/+27
* Missed one rbus_new_body() call in previous change.miod2010-11-271-5/+3