summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-11-22scoop is specific to zaurus, it should have some other mechansim toDale Rahn
2008-11-22Re-enable ACPI PDC support and fetching cpu performance statesGordon Willem Klok
2008-11-22cpu_unidle for macppcArtur Grabowski
2008-11-22potentially com, not pccomTheo de Raadt
2008-11-21de-inline the bus_space_* functions in favour of real functionsOwain Ainsworth
2008-11-21no, amd64 does not have pccom; ok dlg with gleeTheo de Raadt
2008-11-21back out the new interrupt subsystem because some little bug still lurks in t...Theo de Raadt
2008-11-21add forgotten ioctls. allows writing to extra counters found on amd cpus.Mike Belopuhov
2008-11-14Garbage collect the LDT segments, and simply use the GDT segments.Tobias Weingartner
2008-11-14Atomically update the PTE.Kurt Miller
2008-11-12Add a comment to sigcode() to explain why the use of 'int $0x80' isTobias Weingartner
2008-11-10Use the correct sizeof for the _ca.Artur Grabowski
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-11-08Get rid of va-ppc.h.Mark Kettenis
2008-11-07different fix for pr5883 than proposed by the submitter, found when glancingTodd T. Fries
2008-11-06correct commentTheo de Raadt
2008-11-06delete checks for impossible conditionsTheo de Raadt
2008-11-06input and volume twiddlesTodd T. Fries
2008-11-05return an error when trying to get stereo values from a monoJacob Meuser
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-11-05* use uint8_t instead of int to hold the value of an 8-bit register.Jacob Meuser
2008-11-04missing setipl in the 'busy processing soft interrupts state'Dale Rahn
2008-10-30Initialize random seed for secondary processors.Miod Vallat
2008-10-30Give the dummy struct cpu_info used for secondary processor early bootstrap,Miod Vallat
2008-10-30In cpu_switchto(), always pmap_deactivate() the process being switched out,Miod Vallat
2008-10-30ugh, typo fix, committed previous from the wrong treeTodd T. Fries
2008-10-30patches for macppc to remove more EINVAL returns in the audio codeTodd T. Fries
2008-10-29come on -- this was not even test compiledTheo de Raadt
2008-10-29native default parameters for i2s devices instead of 8kHzJacob Meuser
2008-10-28Do not leave pmap_cache_state pointing to freed memory if it was theDale Rahn
2008-10-28Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and theTheo de Raadt
2008-10-27Rename "machine cpu" to "machine ddbcpu" in MP kernels, for consistency withMiod Vallat
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-10-24clear pointer after freeing itTheo de Raadt
2008-10-24remove unused labelTheo de Raadt
2008-10-24Add auacer(4) to handle the audio controller found in some ALi/ULiBrad Smith
2008-10-23a better fix for the "uvm_km thread runs out of memory" problem.Ted Unangst
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-23add mos(4) to the most relevant config filesTheo de Raadt
2008-10-22#if INET => #ifdef INETMarco Pfatschbacher
2008-10-22Only call pic->pic_delroute() when disestablishing the last interrupt handlerMark Kettenis
2008-10-21more style nits.Brad Smith
2008-10-21style nits.Brad Smith
2008-10-19Shuffle MULTIPROCESSOR ifdef's around to allow code that deals withBrad Smith
2008-10-17Remove clauses 3 and 4 from NetBSD license.Okan Demirmen
2008-10-17Handle pool allocation failures slightly better. ok kettenis@Dale Rahn
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-15inteldrm and radeondrm are pretty stable by this point, so enable them on amd64Owain Ainsworth