Age | Commit message (Expand) | Author |
2009-04-26 | fix compile | Theo de Raadt |
2009-04-25 | Handle unknown processor types as r5k family on O2, and r10k family otherwise. | Miod Vallat |
2009-04-25 | More IOC3 flavour partnumbers. And apparently there are some flavours which | Miod Vallat |
2009-04-25 | Regen | Miod Vallat |
2009-04-25 | More widgets found on high end hardware we don't run on (yet (-: ) | Miod Vallat |
2009-04-25 | Make pmap_steal_memory() return KSEG0 addresses only for kernels linked at | Miod Vallat |
2009-04-25 | typo in comments | Miod Vallat |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-25 | Strengthen the constraints of the atomic operations assembly statements | Miod Vallat |
2009-04-25 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis |
2009-04-25 | Extend PCI mmio address space by using a bigger window that requires 64-bit | Mark Kettenis |
2009-04-24 | Enable berkwdt(4) now. It'll make it easier for people to test it. | Michael Knudsen |
2009-04-24 | Fix the superio irq discovery heuristic to work on systems where there is | Miod Vallat |
2009-04-24 | Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog written | Michael Knudsen |
2009-04-23 | -v was printing some information which is irrelevant or duplicate. This | Theo de Raadt |
2009-04-23 | Make pmap_deactivate a NOP. | Artur Grabowski |
2009-04-23 | add missing newline in the unknown model case | Jonathan Gray |
2009-04-22 | Only report the IP number in sysctl hw.model; vendor and machine name are | Miod Vallat |
2009-04-21 | Simplify PCI config space access code. There is no way we're ever going to | Mark Kettenis |
2009-04-21 | add a sg_dma backend for amd64 bus_dma. This is a lot more clever about | Owain Ainsworth |
2009-04-20 | Some recent IOC3 do not have Dallas timekeepers, so perform a few more tests | Miod Vallat |
2009-04-20 | fixed style, no binary change | Ariane van der Steldt |
2009-04-20 | bigmem is not tweakable by config(8), it never was. | Reyk Floeter |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Enable schsio(4) everywhere to get it tested. | Michael Knudsen |
2009-04-19 | For consistency, make sure that all archs that use the same pattern | Owain Ainsworth |
2009-04-19 | Mutexes for arm and sh softinterrupts. | Owain Ainsworth |
2009-04-19 | On Octane, force a nonzero _dma_mask value so that we do not risk trying to | Miod Vallat |
2009-04-19 | Attach the 1-Wire devices early, and pick our partnumber; based on this | Miod Vallat |
2009-04-19 | Correctly handle bus_dma_tag with _dma_mask == 0. | Miod Vallat |
2009-04-19 | Parse and display the part number and the serial number, instead of falsely | Miod Vallat |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-19 | Rename max_cpus to ncpusfound and compute it regardless of option | Miod Vallat |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-19 | Switch the softinterrupt code on x86 over to mutexes instead of | Owain Ainsworth |
2009-04-19 | Use correct device index for Ethernet interrupt handler. | Joel Sing |
2009-04-19 | Fix interrupt mapping for devices behind PCI-PCI bridges. | Mark Kettenis |
2009-04-19 | Add heuristics to tell IP27 and IP35 apart, as they will need to be handled | Miod Vallat |
2009-04-19 | A much more reliable logic to find out the second interrupt of the ioc boards. | Miod Vallat |
2009-04-18 | Attach to IP35 Xbridge too. | Miod Vallat |
2009-04-18 | Attach pci busses with pba_bus being zero, and not our bridge unit number, | Miod Vallat |
2009-04-18 | Fewer hardcoded values and simpler code in ip30 interrupt handling. | Miod Vallat |
2009-04-18 | Simplify ethernet interrupt dispatching, since it is not shared with anything | Miod Vallat |
2009-04-17 | Catch up with uvm_pglistalloc() interface change. | Mark Kettenis |
2009-04-15 | The current iommu code only touches the hardware if the bios did not | Owain Ainsworth |
2009-04-15 | Disable DEBUG now, it floods too much information. | Miod Vallat |
2009-04-15 | A firsh shot at IP27 interrupts; currently the code assumes it runs on | Miod Vallat |
2009-04-15 | Change the way the widget interrupt register is computed and have it become | Miod Vallat |
2009-04-15 | Oops, referenced an include file which I don't plan to commit yet. | Miod Vallat |