summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-07-28No longer clear ci_want_resched within cpu_switchto(), now that it's doneMiod Vallat
2008-07-28regenMiod Vallat
2008-07-28Put XBOW in the generated constants, not PCI...Miod Vallat
2008-07-28In addition to cop0 sr, prevent cop0 ic from being modified inMiod Vallat
2008-07-28Remove dead code.Miod Vallat
2008-07-28In process_write_regs() and sigreturn(), be more strict about the bitsMiod Vallat
2008-07-28According to the manual, delay slot kill the benefits of being superscalar,Miod Vallat
2008-07-27Increase the size of the TSB on large memory machines. This make buildingMark Kettenis
2008-07-25phyio -> physioMiod Vallat
2008-07-25Improve eisa bus probe by deciding the number of logical eisa slots fromMiod Vallat
2008-07-25The PIE address range defaults are too big for alpha and can land on orKurt Miller
2008-07-25Work around a problem on the t5120 where top(1) would lock up the system forMark Kettenis
2008-07-25In gdt_grow, always map the gdt on the secondary cpus too. This farArtur Grabowski
2008-07-25Switch to a temporary stack early on such that we don't lose if the stackMark Kettenis
2008-07-24sng_exponent should be sng_exp (MI code now cares); ok martynasTheo de Raadt
2008-07-24Add code to decode machine checks on Avanti, providing a description of theMiod Vallat
2008-07-24Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make noMiod Vallat
2008-07-23Do not rely on an <ichc>invisible cast</ichc> to return failure inMiod Vallat
2008-07-23So it turns outthe HP engineers changed the PA-RISC 2.0 architectureMark Kettenis
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
2008-07-23Clear correctable errors after handling them. From Bjorn Andersson.Mark Kettenis
2008-07-22None of the pceb EISA alpha designs has more than 8 physical slots, so don'tMiod Vallat
2008-07-22Proper interrupt swizzling for devices behind bridges; matches what SRMMiod Vallat
2008-07-22Modify pci_intr_map() implementation to pass the pci_attach_args to theMiod Vallat
2008-07-22Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to preventMiod Vallat
2008-07-21vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX dMartynas Venckus
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-21Implement the cpu_yield hypervisor call. Use it in the idle loop forArtur Grabowski
2008-07-21IPL_NONE doesn't really exist. The corresponding bit in theMark Kettenis
2008-07-21nam2blk[] needs a "vnd" entry for some things (like softraid)Todd T. Fries
2008-07-20no, ipmi is still not fine on some machines (since acpi got enabled)Theo de Raadt
2008-07-20Nuke unused readbsdlabel() function.Kenneth R Westerback
2008-07-20Use NULL instead of 0 for pointer parameters.Kenneth R Westerback
2008-07-20Provide a timecounter based on the UltraSPARC IIe STICK logic.Mark Kettenis
2008-07-19In dec_1000a_intr_map(), use the SRM hint if available. This allows cardsMiod Vallat
2008-07-19Add code to walk the eisa configuration, from NetBSD. This configurationMiod Vallat
2008-07-19In _io_map(), make sure the whole range fits in one of the io windows,Miod Vallat
2008-07-19Add acx(4) at cardbus(4).Mark Kettenis
2008-07-19Unbreak the tree. Pointed out by James Hartley.Mark Kettenis
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-07-18Add ohci(4) and ehci(4) at cardbus(4).Mark Kettenis
2008-07-18Determine the free address space by looking at the "available" property ofMark Kettenis
2008-07-18Protect dma operations with splvm instead of splhigh, that's faster thanMiod Vallat
2008-07-18Make IPL_VM level 5, which is guaranteed to be above bio tty and net, insteadMiod Vallat
2008-07-18Add new uvm function called uvm_map_pie() which takes align as aKurt Miller
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-16Send unused string literal ``mapme'' to nirvana.Miod Vallat
2008-07-16This file is long unused.Miod Vallat
2008-07-16Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead ofMiod Vallat
2008-07-16Now that uvm_pglistalloc() does not lose on large memory gaps, do notMiod Vallat