summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2008-07-15Add a timecounter based on the $sys_tick register, and use it on machinesMark Kettenis
2008-07-15Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in anMark Kettenis
2008-07-14Fix struct sysioreg layout after the struct iommureg layout change;Miod Vallat
2008-07-14Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf().Miod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14Be sure to propagate PSL_O in psw on PCXU* processors to userland processesMiod Vallat
2008-07-14Zap some dead commons that are no longer used.Artur Grabowski
2008-07-12Make the console interrupt driven.Mark Kettenis
2008-07-12Shave off a few instructions from cpu_switchto().Mark Kettenis
2008-07-12Add a temporary hack to attach only the first thread of every core forMark Kettenis
2008-07-12Add core(4).Mark Kettenis
2008-07-12Perform IOMMU cache flushes on Oberon.Mark Kettenis
2008-07-12Use the proper interrupt target ID on Oberon.Mark Kettenis
2008-07-12Adjust SUN4U_TLB_RESERVED_MASK for updated SUN4U_TLB_PA_MASK.Mark Kettenis
2008-07-12Don't install interrupt handlers for non-exitsing interrupts on CMU-CH.Mark Kettenis
2008-07-12On Fujitsu's SPARC64 CPUs, the data_access_error trap is synchronous, and AFSRMark Kettenis
2008-07-12Add macros to get the appropriate interrupt target ID for non-UPA CPUs andMark Kettenis
2008-07-11Fujitsu SPARC64-VI CPU's have two cores that have two threads each. ProvideMark Kettenis
2008-07-11Don't try to read the "regs" propety; it's pointless.Mark Kettenis
2008-07-11Handle CPUs with a clock speed >= 2 GHz correctly.Mark Kettenis
2008-07-11initialise the state kept between calls to dmamap_load_buffer to 0. thereDavid Gwynne
2008-07-10Handle breaks.Mark Kettenis
2008-07-10Detect whether com(4) is the console on the m4k.Mark Kettenis
2008-07-10Add support for Fujitsu SPARC64-VI CPUs.Mark Kettenis
2008-07-10Add support for getting the time of day on the m4k.Mark Kettenis
2008-07-10Add a function to get the time of day from the prom on the m4k.Mark Kettenis
2008-07-09Simplify the match function a bit by just returning the result fromBrad Smith
2008-07-08vmt(4) is a kernel level implementation of the vmware tools.David Gwynne
2008-07-07Comment correction, actually -> actualBrad Smith