summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-04-22When starting up idle, explicitly set p_cpu and the peg flag for theArtur Grabowski
2009-04-22Only report the IP number in sysctl hw.model; vendor and machine name areMiod Vallat
2009-04-22dont need to zero the tx pkt pool structure before initting it now thatDavid Gwynne
2009-04-22initialise the constructor and destructor function pointers to NULLDavid Gwynne
2009-04-22remove a meaningless sensor.desc; ok deraadtConstantine A. Murenin
2009-04-22replace arrays of dmamaps and mbuf pointers used to manage packetsDavid Gwynne
2009-04-21Switch aps(4) to use timeout_add_msec() instead of timeout_add() with aMichael Knudsen
2009-04-21Simplify PCI config space access code. There is no way we're ever going toMark Kettenis
2009-04-21add a sg_dma backend for amd64 bus_dma. This is a lot more clever aboutOwain Ainsworth
2009-04-21tweak the whitespace in the softc a bit to make it easier to read.David Gwynne
2009-04-21syncTheo de Raadt
2009-04-21new ftdi; 8U232AM4; Takanori Watanabe spotted itTheo de Raadt
2009-04-20Some recent IOC3 do not have Dallas timekeepers, so perform a few more testsMiod Vallat
2009-04-20fixed style, no binary changeAriane van der Steldt
2009-04-20bigmem is not tweakable by config(8), it never was.Reyk Floeter
2009-04-20unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG isReyk Floeter
2009-04-20amas device for amd64, describes the physical memory layout on AMD64 CPU.Ariane van der Steldt
2009-04-20when transmitting packets, put the dmamap we used for the packet into theDavid Gwynne
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