summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2008-11-25Fix dmesg ugliness caused by not printing iotdb stuff.Mark Kettenis
2008-11-25rename zaurus_reg.h to machine_reg and rename some of the internal fieldsDale Rahn
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-24oops.Artur Grabowski
2008-11-24Only schedule a soft interrupt if the device has been opened (and sc_ttyMark Kettenis
2008-11-24 - Remove the special case for one page pmap_remove, it's useless.Artur Grabowski
2008-11-24die die dieTheo de Raadt
2008-11-24In pmap_write_protect() clear and set the protection bits atomically andKurt Miller
2008-11-24In pmap_clear_attrs() use i386_atomic_clearbits_l() to only clear theKurt Miller
2008-11-23no more need to cope with pccomTheo de Raadt
2008-11-23pccom can finally die; ok kettenis dlg drahn, tested by okanTheo de Raadt
2008-11-22Move the drm drivers over from:Owain Ainsworth
2008-11-22Allow wired memory to be accounted on i386. This automatically changesMike Belopuhov
2008-11-22The last parts of cpu_unidle. i386, amd64 and sparc64Artur Grabowski
2008-11-22same change as for amd64. Move bus_space_* functions from inlines andOwain Ainsworth
2008-11-22freq is specific to APM, and it is reaching out to grab the APM variable,Dale Rahn
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