Age | Commit message (Expand) | Author |
2009-04-23 | Start using extended buffer descriptors on the jumbo ring and use MCLGETI to | Mark Kettenis |
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-23 | print the type of the icmp message we're bitching about when debugging is | David Gwynne |
2009-04-22 | Start doing resource accounting on non-root PCI busses by populating the | Mark Kettenis |
2009-04-22 | this rwlock conversion breaks procfs (in linux compat), as found out | Theo de Raadt |
2009-04-22 | sync to MECANIQUE change, and add a uftdi found there, spotted by Henrik Hell... | Theo de Raadt |
2009-04-22 | vendor 0x1781 is MECANIQUE, or was, and now people who don't want to pay | Theo de Raadt |
2009-04-22 | Make the interactions in allocating buffers less confusing. | Artur Grabowski |
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 |