Age | Commit message (Expand) | Author |
2009-04-22 | When starting up idle, explicitly set p_cpu and the peg flag for the | Artur Grabowski |
2009-04-22 | Only report the IP number in sysctl hw.model; vendor and machine name are | Miod Vallat |
2009-04-22 | dont need to zero the tx pkt pool structure before initting it now that | David Gwynne |
2009-04-22 | initialise the constructor and destructor function pointers to NULL | David Gwynne |
2009-04-22 | remove a meaningless sensor.desc; ok deraadt | Constantine A. Murenin |
2009-04-22 | replace arrays of dmamaps and mbuf pointers used to manage packets | David Gwynne |
2009-04-21 | Switch aps(4) to use timeout_add_msec() instead of timeout_add() with a | Michael Knudsen |
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-21 | tweak the whitespace in the softc a bit to make it easier to read. | David Gwynne |
2009-04-21 | sync | Theo de Raadt |
2009-04-21 | new ftdi; 8U232AM4; Takanori Watanabe spotted it | Theo de Raadt |
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 | unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is | Reyk Floeter |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
2009-04-20 | when transmitting packets, put the dmamap we used for the packet into the | David Gwynne |
2009-04-20 | fix dma map unmapping and unloading in the tx cleanup path. | Reyk Floeter |
2009-04-20 | Make pegging a proc work when there are idle cpus that are looking for | Artur Grabowski |
2009-04-20 | Don't map all agp memory we allocate. | Owain Ainsworth |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-20 | add the UVM_PLA_ZERO flag for uvm_pglistalloc to make it return zeroed | Owain Ainsworth |
2009-04-19 | zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;... | Constantine A. Murenin |
2009-04-19 | Enable schsio(4) everywhere to get it tested. | Michael Knudsen |
2009-04-19 | Call acpi_sleep_walk() when powering down just like when entering | Kenneth R Westerback |
2009-04-19 | calculate size correctly if PAGE_SIZE != ATI_PCIGART_PAGE_SIZE. | Owain Ainsworth |
2009-04-19 | The G4X and GM45 just /had/ to have a different counter register. | Owain Ainsworth |
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 | Add a new EX_FILLED flag to make extent_create() create an extent map that | Mark Kettenis |
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-19 | Fix typo pointed out by a couple of people. | Mark Kettenis |
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-18 | Make "route(8) change" aware of MPLS. | Michele Marchetto |
2009-04-18 | Fix tyop. | Michael Knudsen |