summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-04-20fix dma map unmapping and unloading in the tx cleanup path.Reyk Floeter
2009-04-20Make pegging a proc work when there are idle cpus that are looking forArtur Grabowski
2009-04-20Don't map all agp memory we allocate.Owain Ainsworth
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-20add the UVM_PLA_ZERO flag for uvm_pglistalloc to make it return zeroedOwain Ainsworth
2009-04-19zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;...Constantine A. Murenin
2009-04-19Enable schsio(4) everywhere to get it tested.Michael Knudsen
2009-04-19Call acpi_sleep_walk() when powering down just like when enteringKenneth R Westerback
2009-04-19calculate size correctly if PAGE_SIZE != ATI_PCIGART_PAGE_SIZE.Owain Ainsworth
2009-04-19The G4X and GM45 just /had/ to have a different counter register.Owain Ainsworth
2009-04-19For consistency, make sure that all archs that use the same patternOwain Ainsworth
2009-04-19Mutexes for arm and sh softinterrupts.Owain Ainsworth
2009-04-19On Octane, force a nonzero _dma_mask value so that we do not risk trying toMiod Vallat
2009-04-19Attach the 1-Wire devices early, and pick our partnumber; based on thisMiod Vallat
2009-04-19Correctly handle bus_dma_tag with _dma_mask == 0.Miod Vallat
2009-04-19Parse and display the part number and the serial number, instead of falselyMiod Vallat
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Rename max_cpus to ncpusfound and compute it regardless of optionMiod Vallat
2009-04-19Count number of cpus found (potentially not attached) and store thatTheo de Raadt
2009-04-19Switch the softinterrupt code on x86 over to mutexes instead ofOwain Ainsworth
2009-04-19Use correct device index for Ethernet interrupt handler.Joel Sing
2009-04-19Add a new EX_FILLED flag to make extent_create() create an extent map thatMark Kettenis
2009-04-19Fix interrupt mapping for devices behind PCI-PCI bridges.Mark Kettenis
2009-04-19Add heuristics to tell IP27 and IP35 apart, as they will need to be handledMiod Vallat
2009-04-19A much more reliable logic to find out the second interrupt of the ioc boards.Miod Vallat
2009-04-19Fix typo pointed out by a couple of people.Mark Kettenis
2009-04-18Attach to IP35 Xbridge too.Miod Vallat
2009-04-18Attach pci busses with pba_bus being zero, and not our bridge unit number,Miod Vallat
2009-04-18Fewer hardcoded values and simpler code in ip30 interrupt handling.Miod Vallat
2009-04-18Simplify ethernet interrupt dispatching, since it is not shared with anythingMiod Vallat
2009-04-18Make "route(8) change" aware of MPLS.Michele Marchetto
2009-04-18Fix tyop.Michael Knudsen
2009-04-17schsio_probe() reads the chip id to find out if we should attach or not.Michael Knudsen
2009-04-17Catch up with uvm_pglistalloc() interface change.Mark Kettenis
2009-04-17Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.Mark Kettenis
2009-04-17move the lastr = r assignment behind the anchor rule check so we don'tHenning Brauer
2009-04-17Remove unused function proc_isunder()Bret Lambert
2009-04-17Add device ranking support for future sleep/wake developments.Paul Irofti
2009-04-17Correctly handle packets that are leaving the MPLS cloud andMichele Marchetto
2009-04-17Another case of locking just to read uvmexp.free. Kill the locking, notOwain Ainsworth
2009-04-16Change some parameter types from int to u_int8_t since theMichael Knudsen
2009-04-16make TKIP TSC start at 1 (instead of 0) to match the standard.Damien Bergamini
2009-04-16Really turn fragment reassembly on by default. pfctl must handle thisDavid Krause
2009-04-15The current iommu code only touches the hardware if the bios did notOwain Ainsworth
2009-04-15Remove some unused symbolic constants.Michael Knudsen
2009-04-15Disable DEBUG now, it floods too much information.Miod Vallat
2009-04-15A firsh shot at IP27 interrupts; currently the code assumes it runs onMiod Vallat
2009-04-15Change the way the widget interrupt register is computed and have it becomeMiod Vallat
2009-04-15Oops, referenced an include file which I don't plan to commit yet.Miod Vallat
2009-04-15Only enable the passthrough interrupt for serial ports, and let com(4) manage.Miod Vallat