summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-05-29Use k1x cpu scaling on all families 0x10 and above (the trend is likely toTheo de Raadt
2011-05-29Let this compile on kernels without acpicpu.Claudio Jeker
2011-05-29Don't attempt to use MSI if we're not running in APIC mode.Mark Kettenis
2011-05-28Remove out of data XXX comment.Mark Kettenis
2011-05-27Thou shall not use uninitialized TAILQsMiod Vallat
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-25Set UX and SX in the system register early in boot. While not necessary onMiod Vallat
2011-05-25Add the second serial port, might be the console device on 2E systems.Miod Vallat
2011-05-25Do not dereference ri_devcmap[] twice; found the hard way by Gilbert FernandesMiod Vallat
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-24Reimplement uvm/uvm_map.Ariane van der Steldt
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-05-22do not need the DPME parts anymoreTheo de Raadt
2011-05-22socppc is a pure MBR architecture (just like landisk and armish), soTheo de Raadt
2011-05-22Enable ath(4)Martin Pieuchot
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis
2011-05-21First stab at suporting Message Signaled Interrupts on amd64. UnfortunatelyMark Kettenis
2011-05-21First stab at supporting Message Signaled Interrupts on i386. Still work inMark Kettenis
2011-05-18When the sparc64 iommu fails to lookup a vaddr, it prints a message andAriane van der Steldt
2011-05-18Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptivelyAriane van der Steldt
2011-05-18Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches;Miod Vallat
2011-05-18Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@Miod Vallat
2011-05-18Mention new alc(4) devices in commments. No active changes.Stuart Henderson
2011-05-17Use the same define checks as used in machdep.c for the trampoline code.Ariane van der Steldt
2011-05-15Unify various gpio access using methods that take an offset relative to theMartin Pieuchot
2011-05-15Remove unused include of file.pckbdc. Those arches do not haveMatthieu Herrb
2011-05-14Fix arguments to pool_init: want alignment of L2_TABLE_SIZE_REAL atMatthew Dempsky
2011-05-14pm_* methods are always attached to a PMU, no need to check for hardware.Martin Pieuchot
2011-05-13replace handrolled NELEM() with nitems()Jasper Lievisse Adriaanse
2011-05-12Get rid of the biomask printf here as well. Suggested by mikeb@Mark Kettenis
2011-05-10Fix deadlock (re)introduced by the previous commit by explicitly re-enablingMark Kettenis
2011-05-10revert a mistake commitTakuya ASADA
2011-05-10octeon's internal counter clock speed is same as the processor clock. ok miod@Takuya ASADA
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-05-09Add signature read/write functions for i386 hibernate.Mike Larkin
2011-05-08Fix a few minor issues in i386 hibernate support code relating toMike Larkin
2011-05-08memory handling fixTakuya ASADA
2011-05-08fix variable nameTakuya ASADA
2011-05-08combus renamed uartbus, com_oct renamed cn30xxuartTakuya ASADA
2011-05-08obio renamed iobus, moved interrupt handler code to dev/octeon_intr.cTakuya ASADA
2011-05-07So long, uvm_pglist.hOwain Ainsworth
2011-05-06session id is only in the lower 32 bits of crp_sidMike Belopuhov
2011-05-05Adjust comments on the statements in the various ITLB handlers that make sureMark Kettenis