Age | Commit message (Expand) | Author |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-08-29 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-05-30 | Correctly compute the IOC3 device mask on MENET boards. | Miod Vallat |
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat |
2011-10-10 | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-23 | Implement bus_space_barrier() on sgi; on xbridge, this will also flush | Miod Vallat |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
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 |
2010-03-07 | Add an MD interface for PCI drivers to be able to retrieve the node and widget | Miod Vallat |
2009-11-18 | Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@ | 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 | Perform a bit more kbc initialization, instead of relying upon the prom to | Miod Vallat |
2009-11-11 | It turns out PCI IOC3 card which embed both the Ethernet controller and the | Miod Vallat |
2009-11-10 | Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found on | Joel Sing |
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 | Figure out the size of the SSRAM used as internal memory by the chip on | 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-03 | A few cleanups and also reflect duplex state in mcr in addition to tcsr. | 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-10-26 | Better crime/mace interrupt handling; interrupt information is no longer | Miod Vallat |
2009-10-22 | Implement bus_space_vaddr() for macepcibr. | Miod Vallat |
2009-10-22 | Make macebus_intr_disestablish() signature sane, and update its caller. | Miod Vallat |
2009-10-14 | On IP30 and IP35 systems, try harder to figure out exactly what model we are | Miod Vallat |
2009-10-13 | Make iof(4) pass its bus speed to children, this in turn allows com(4) to | Miod Vallat |
2009-10-07 | Attach DS1742 style dsrtc to iof (IOC4) too. | Miod Vallat |
2009-10-07 | Missing semicolon in dmesg | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-18 | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on | 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-08-09 | typo; brad | Miod Vallat |
2009-08-09 | Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffff | Miod Vallat |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-07-26 | Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap(). | Miod Vallat |
2009-07-23 | When computing the total resources required by devices behind a ppb, take | Miod Vallat |
2009-07-22 | Get rid of now unused extent_malloc_ok variable. | Miod Vallat |
2009-07-22 | Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields. | Miod Vallat |