summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-04-26fix compileTheo de Raadt
2009-04-25Handle unknown processor types as r5k family on O2, and r10k family otherwise.Miod Vallat
2009-04-25More IOC3 flavour partnumbers. And apparently there are some flavours whichMiod Vallat
2009-04-25RegenMiod Vallat
2009-04-25More widgets found on high end hardware we don't run on (yet (-: )Miod Vallat
2009-04-25Make pmap_steal_memory() return KSEG0 addresses only for kernels linked atMiod Vallat
2009-04-25typo in commentsMiod Vallat
2009-04-25Enter mtx_enter_try. In part for completeness, things may startTobias Weingartner
2009-04-25Strengthen the constraints of the atomic operations assembly statementsMiod Vallat
2009-04-25Get rid of pci_addr_fixup machinery; set up the appropriate extents and passMark Kettenis
2009-04-25Extend PCI mmio address space by using a bigger window that requires 64-bitMark Kettenis
2009-04-24Enable berkwdt(4) now. It'll make it easier for people to test it.Michael Knudsen
2009-04-24Fix the superio irq discovery heuristic to work on systems where there isMiod Vallat
2009-04-24Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog writtenMichael Knudsen
2009-04-23-v was printing some information which is irrelevant or duplicate. ThisTheo de Raadt
2009-04-23Make pmap_deactivate a NOP.Artur Grabowski
2009-04-23add missing newline in the unknown model caseJonathan Gray
2009-04-22Only report the IP number in sysctl hw.model; vendor and machine name areMiod Vallat
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-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-20amas device for amd64, describes the physical memory layout on AMD64 CPU.Ariane van der Steldt
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-19Enable schsio(4) everywhere to get it tested.Michael Knudsen
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-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-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-17Catch up with uvm_pglistalloc() interface change.Mark Kettenis
2009-04-15The current iommu code only touches the hardware if the bios did notOwain Ainsworth
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