Age | Commit message (Expand) | Author |
2009-07-17 | Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pci | Miod Vallat |
2009-07-17 | Update bus_dma to the better codebase found on almost all other platforms, | Miod Vallat |
2009-07-17 | Revert a not-thoroughly tested change part of a larger work in progress diff, | Miod Vallat |
2009-07-16 | Program PPB_REG_PREFLIM_HI32, not PPB_REG_PREFBASE_HI32 a second time. Oops. | Miod Vallat |
2009-07-16 | Make the PCI-PCI bridge initialization code bus-independent, relying on a | Miod Vallat |
2009-07-16 | Cheat in pci_conf_read() and force the REXTVALID bit in the O2 onboard ahc(4) | Miod Vallat |
2009-07-15 | missing va_end in bios_printf & dioopen. ok miod@ | Martynas Venckus |
2009-07-15 | Sync PCI scsi controllers; from Brad. | Miod Vallat |
2009-07-13 | Extend xbridge to support shared interrupt handlers, and perform PCI-PCI | Miod Vallat |
2009-07-11 | When rebooting, pass a request to the PROM for it to skip diagnostics and | Miod Vallat |
2009-07-06 | Almost rewrite xbridge PCI resource allocation: | Miod Vallat |
2009-07-03 | Try to be smarter when allocating pci resources, and use unused devio slots | Miod Vallat |
2009-07-01 | The widget mapping code has been written back when I was only working on | Miod Vallat |
2009-06-28 | Attempt to map memory resources of unconfigured devices, if they do not have | Miod Vallat |
2009-06-27 | Preliminary cleanup work in order to help the PCI resource management code. | Miod Vallat |
2009-06-27 | In the bus_space_*_raw_* functions, move the invariant computations out of | Miod Vallat |
2009-06-27 | If a device which has not been initialized by ARCS has a non-zero BAR, ignore | Miod Vallat |
2009-06-27 | Add an explicit widget locator to xbow children; allows a given widget to | Miod Vallat |
2009-06-24 | Even more pci ethernet devices, based on a diff from Brad. | Miod Vallat |
2009-06-24 | add some pci ethernet devices that some people, like miod, might be using | Theo de Raadt |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-21 | Disable memory above 2GB physical again, as we can end up with an unkillable | Miod Vallat |
2009-06-21 | Remove the ioc interrupt probe code, the heuristic is correct; origin 300 | Miod Vallat |
2009-06-21 | Add a bunch of usb devices, per deraadt@'s pressure. | Miod Vallat |
2009-06-21 | - add and enable stge(4) | Jasper Lievisse Adriaanse |
2009-06-19 | Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes. | Miod Vallat |
2009-06-17 | Make sure xbowmatch() only matches on xbow stanzas. | Miod Vallat |
2009-06-17 | Make sure we do not coalesce memory ranges from different nodes. | Miod Vallat |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-13 | Enumerate all available nodes for hardware on IP27/IP35 systems; works to some | Miod Vallat |
2009-06-13 | Figure out which nodes are connected, and use all of their memory for now; | Miod Vallat |
2009-06-13 | Shuffle and rename HUB defines for consistency, no functional change yet. | Miod Vallat |
2009-06-12 | Make sure splsoftnet() masks softclock; fallout form switch to generic | Miod Vallat |
2009-06-11 | The MAC multicast filter is set in mec_iff() hence there is need to do this | Joel Sing |
2009-06-10 | Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c | Miod Vallat |
2009-06-10 | In the NMI handler, always print EPC even if we're going to drop into ddb. | Miod Vallat |
2009-06-10 | Add udl and url, verified to work on Fuel (url to the RAMDISK too) | Miod Vallat |
2009-06-05 | use the right accounting for bound edges (i think) | Theo de Raadt |
2009-06-04 | More fallback from struct disklabel changes, yawn | Miod Vallat |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-04 | Don't bother setting RB_SERCONS in boothowto since this flag is not used | Miod Vallat |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | - add hotplug device | Jasper Lievisse Adriaanse |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-01 | Enable zyd in more places now we know it is endian safe. | Jonathan Gray |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-30 | When booting in `install software' mode from the SGI boot menu, do not try to | Miod Vallat |
2009-05-28 | Be more paranoid in the IOC3 interrupt kluge | Miod Vallat |
2009-05-28 | Poor man's reset code for IP27/IP35 where returning through ARCBios doesn't | Miod Vallat |