| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the unused interrupt type (edge/level) from the mace interrupt |  visa | 2018-12-03 | 1 | -3/+3 |
* | The device_to_pa routine really isn't needed. We always have physical |  visa | 2017-05-11 | 1 | -16/+3 |
* | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to |  kettenis | 2016-05-04 | 1 | -1/+2 |
* | Take the PHY of iec(4) out of reset before attaching the interface. |  visa | 2016-01-02 | 2 | -3/+17 |
* | Format string fixes and removal of -Wno-format for sgi. Based upon an |  miod | 2014-05-19 | 3 | -9/+7 |
* | Moar <uvm/uvm.h> -> <uvm/uvm_extern.h> love. |  mpi | 2014-04-03 | 1 | -2/+1 |
* | Fix IOC4DEV_xxx numbers, so that devices besides the first two serial ports |  miod | 2013-12-30 | 1 | -7/+7 |
* | Add a stub for the new MD hook needed to handle ACPI Power Resources. |  mpi | 2013-11-05 | 1 | -1/+2 |
* | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of |  miod | 2012-09-29 | 1 | -2/+2 |
* | Implement pci_min_powerstate(). |  kettenis | 2012-08-29 | 1 | -1/+3 |
* | Correctly compute the IOC3 device mask on MENET boards. |  miod | 2012-05-30 | 1 | -2/+2 |
* | No longer allow bus_space_barrier() to be a NULL pointer on a given |  miod | 2012-03-15 | 1 | -5/+12 |
* | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight |  miod | 2011-10-10 | 3 | -80/+29 |
* | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 2011-10-10 | 2 | -8/+27 |
* | Add pci_intr_map_msi() stub. |  kettenis | 2011-05-21 | 1 | -1/+2 |
* | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 2010-12-04 | 2 | -2/+13 |
* | remove unused offset argument to rbus functions |  jsg | 2010-09-22 | 1 | -3/+3 |
* | Get rid of evcount's support for arranging counters in a tree |  matthew | 2010-09-20 | 2 | -4/+4 |
* | Implement bus_space_barrier() on sgi; on xbridge, this will also flush |  miod | 2010-08-23 | 1 | -3/+5 |
* | Add support for mapping ACPI to PCI devices |  jordan | 2010-06-29 | 1 | -1/+3 |
* | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach |  miod | 2010-05-09 | 1 | -8/+33 |
* | Obtain struct sgi_device_location for the console input and output devices, |  miod | 2010-04-06 | 6 | -50/+51 |
* | Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart. |  miod | 2010-03-20 | 1 | -26/+89 |
* | Allow iockbc(4) and odysseey(4) to act as console devices and attach early; |  miod | 2010-03-07 | 4 | -4/+22 |
* | Add an MD interface for PCI drivers to be able to retrieve the node and widget |  miod | 2010-03-07 | 2 | -2/+24 |
* | Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@ |  miod | 2009-11-18 | 2 | -32/+10 |
* | Let ioc(4) pass the information whether it is an onboard device or not, to its |  miod | 2009-11-11 | 2 | -17/+25 |
* | Perform a bit more kbc initialization, instead of relying upon the prom to |  miod | 2009-11-11 | 1 | -1/+13 |
* | It turns out PCI IOC3 card which embed both the Ethernet controller and the |  miod | 2009-11-11 | 1 | -127/+97 |
* | Add iockbc(4), a driver for the PS/2 keyboard and mouse interface found on |  jsing | 2009-11-10 | 1 | -1/+26 |
* | Only invoke the L1 code if IP35. |  miod | 2009-11-09 | 1 | -3/+4 |
* | Add code to send L1 commands and parse command results; use it to add a way |  miod | 2009-11-08 | 1 | -20/+30 |
* | Figure out the size of the SSRAM used as internal memory by the chip on |  miod | 2009-11-08 | 1 | -1/+12 |
* | Do not risk touching nonexisting registers on MENET boards; untested due to |  miod | 2009-11-08 | 1 | -9/+25 |
* | In case an ioc(4) device has lost its NIC component, do not recognize it |  miod | 2009-11-07 | 1 | -4/+30 |
* | Change sgi system identification from a single system type list, to a smaller |  miod | 2009-11-07 | 1 | -4/+4 |
* | A few cleanups and also reflect duplex state in mcr in addition to tcsr. |  miod | 2009-11-03 | 1 | -1/+6 |
* | When the iec(4) Ethernet address is unkown, pass ff:ff:ff:ff:ff:ff instead of |  miod | 2009-11-02 | 1 | -2/+2 |
* | Driver for the sgi IOC3 onboard Ethernet interface. Tested on Octane only so |  miod | 2009-11-01 | 2 | -27/+116 |
* | Add support for the Octane power button to power(4). Took me a while to |  miod | 2009-10-26 | 1 | -14/+36 |
* | Better crime/mace interrupt handling; interrupt information is no longer |  miod | 2009-10-26 | 1 | -20/+17 |
* | Implement bus_space_vaddr() for macepcibr. |  miod | 2009-10-22 | 1 | -1/+10 |
* | Make macebus_intr_disestablish() signature sane, and update its caller. |  miod | 2009-10-22 | 1 | -3/+3 |
* | On IP30 and IP35 systems, try harder to figure out exactly what model we are |  miod | 2009-10-14 | 1 | -6/+39 |
* | Make iof(4) pass its bus speed to children, this in turn allows com(4) to |  miod | 2009-10-13 | 3 | -3/+12 |
* | Attach DS1742 style dsrtc to iof (IOC4) too. |  miod | 2009-10-07 | 2 | -4/+15 |
* | Missing semicolon in dmesg |  miod | 2009-10-07 | 1 | -5/+7 |
* | Constify the what/name parameter of pci_intr_establish(). |  mk | 2009-08-22 | 2 | -5/+5 |
* | Blind partial support for IOC4 chip, found on IO8 and IO9 base I/O boards on |  miod | 2009-08-18 | 3 | -0/+433 |
* | Replace a few hardcoded numbers from the interrupt register with proper |  miod | 2009-08-18 | 2 | -30/+36 |