Age | Commit message (Expand) | Author |
2009-04-29 | Extend pciio extents to cover the while 32-bit address space. The processor | Mark Kettenis |
2009-04-28 | Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges | Mark Kettenis |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
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-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 | 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 | 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-15 | The current iommu code only touches the hardware if the bios did not | Owain Ainsworth |
2009-04-15 | fix properly; size gets decremented while we check the segments, so save it so | Owain Ainsworth |
2009-04-15 | make load_raw do the same as the others and set mapsize and nsegs to | Owain Ainsworth |
2009-04-15 | bus_dmamap_load_raw didn't set map->dm_mapsize on successful load. | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-14 | enable ix(4). | Jonathan Gray |
2009-04-13 | Ignore zero-sized regions from the BIOS memory map when reserving root PCI | Mark Kettenis |
2009-04-11 | Create extents for resource accounting on the root PCI bus and populate them | Mark Kettenis |
2009-04-11 | There is no support for building multi-socket machines in AMD Family 11h | Mark Kettenis |
2009-04-09 | in bus_dmamap_load_raw, only map the requested number of bytes into the | David Gwynne |
2009-04-09 | unrevert marco's revert of my bus_dmamap_load_raw change now that i found | David Gwynne |
2009-04-08 | Rever _raw change from dlg because it breaks iwn. | Marco Peereboom |
2009-04-04 | Remove an unused function inherited from NetBSD that deals with a broken | Mark Kettenis |
2009-04-04 | Remove unused #include. | Mark Kettenis |
2009-04-04 | make bus_dmamap_load_raw respect teh constraints of the dmamap we're | David Gwynne |
2009-03-31 | bzero pci attach args | Mark Kettenis |
2009-03-31 | - remove obsolete comment | Artur Grabowski |
2009-03-30 | make the code look the same; ok kettenis | Theo de Raadt |
2009-03-30 | Remove the direct uncached map. All its users have been removed. | Owain Ainsworth |
2009-03-26 | Change amd64 bus_space_{map,unmap} to be the same as i386. While | Owain Ainsworth |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-24 | link otus(4) to the build on i386 and amd64. | Damien Bergamini |
2009-03-23 | Add missing dependency generation for assym.h (...the lack of which | Philip Guenthe |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth |
2009-03-10 | First step in cleaning up amd64 iommu. | Owain Ainsworth |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth |
2009-03-10 | Enable VMware VMXnet Virtual Interface Controller (vic) driver | Jonathan Gray |
2009-03-10 | enable urtw(4) | Kevin Lo |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |