Age | Commit message (Expand) | Author |
2014-05-19 | Format string fixes and removal of -Wno-format for sgi. Based upon an | Miod Vallat |
2012-05-30 | Correctly compute the IOC3 device mask on MENET boards. | Miod Vallat |
2011-10-10 | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-05-09 | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach | Miod Vallat |
2010-04-06 | Obtain struct sgi_device_location for the console input and output devices, | Miod Vallat |
2010-03-20 | Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart. | Miod Vallat |
2010-03-07 | Allow iockbc(4) and odysseey(4) to act as console devices and attach early; | Miod Vallat |
2009-11-11 | Let ioc(4) pass the information whether it is an onboard device or not, to its | Miod Vallat |
2009-11-11 | It turns out PCI IOC3 card which embed both the Ethernet controller and the | Miod Vallat |
2009-11-09 | Only invoke the L1 code if IP35. | Miod Vallat |
2009-11-08 | Add code to send L1 commands and parse command results; use it to add a way | Miod Vallat |
2009-11-08 | Do not risk touching nonexisting registers on MENET boards; untested due to | Miod Vallat |
2009-11-07 | In case an ioc(4) device has lost its NIC component, do not recognize it | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-02 | When the iec(4) Ethernet address is unkown, pass ff:ff:ff:ff:ff:ff instead of | Miod Vallat |
2009-11-01 | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so | Miod Vallat |
2009-10-26 | Add support for the Octane power button to power(4). Took me a while to | Miod Vallat |
2009-08-18 | Replace a few hardcoded numbers from the interrupt register with proper | Miod Vallat |
2009-08-18 | On dual interrupt IOC3 designs, disestablish the ethernet interrupt if no | Miod Vallat |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat |
2009-06-21 | Remove the ioc interrupt probe code, the heuristic is correct; origin 300 | Miod Vallat |
2009-05-27 | Yet another attempt at a more reliable detection of the second interrupt | Miod Vallat |
2009-05-22 | According to pics on ebay, CADDuo boards indeed have Ethernet connectors. | Miod Vallat |
2009-05-08 | Attach children with config_found_sm() instead of directly invoking | Miod Vallat |
2009-05-03 | Pass 0 as base offset, not -1, for child devices which ignore the value. | Miod Vallat |
2009-05-02 | Let ioc(4) decide which child devices to attach depending on its identification | Miod Vallat |
2009-04-25 | More IOC3 flavour partnumbers. And apparently there are some flavours which | Miod Vallat |
2009-04-24 | Fix the superio irq discovery heuristic to work on systems where there is | Miod Vallat |
2009-04-19 | Attach the 1-Wire devices early, and pick our partnumber; based on this | Miod Vallat |
2009-04-19 | Use correct device index for Ethernet interrupt handler. | Joel Sing |
2009-04-19 | A much more reliable logic to find out the second interrupt of the ioc boards. | Miod Vallat |
2009-04-18 | Simplify ethernet interrupt dispatching, since it is not shared with anything | Miod Vallat |
2009-04-15 | Only enable the passthrough interrupt for serial ports, and let com(4) manage. | Miod Vallat |
2009-04-13 | The start of Origin 200 support. Based on some code contributed by pefo@ | Miod Vallat |
2009-04-12 | Interrupt support for IOC3 and its subdevices (currently limited to the | Miod Vallat |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-04-07 | Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently | Miod Vallat |