summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-04-05Save and restore the PSW value when making a PDC call, rather than blindlyJoel Sing
2011-04-05Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noPhilip Guenthe
2011-04-05Get rid of the ATE code, and do not assume the direct DMA window is set upMiod Vallat
2011-04-04Make sure to clear the upper bits of the segment selectors in ddb_regsMiod Vallat
2011-04-04Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@.Paul Irofti
2011-04-04Correctly disassemble triadic version of {d,}m[ft]c instructions found onMiod Vallat
2011-04-03Enable the use of all the memory found on IP27 and IP30 kernels. CommittedMiod Vallat
2011-04-03Add a consistency check for the value returned by pmap_extract() against theMiod Vallat
2011-04-03Make sure dma_constraint is listed in uvm_md_constraints[] when it does notMiod Vallat
2011-04-03In mtx_leave(), make sure resetting mtx_lock is the last operation on theMiod Vallat
2011-04-03Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is notMiod Vallat
2011-04-03Blind but plausible iopoolification. If someone ever compiles aKenneth R Westerback
2011-04-03Move PPWAIT flag from struct proc to process, so that rthreads inPhilip Guenthe
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-04-03Re-enable bce(4) now that it is fixed.Claudio Jeker
2011-04-02just some spaces; no binary change.Marco Peereboom
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2011-04-02Iopoolification.Kenneth R Westerback
2011-04-02Enable bigmem by default on amd64.Bob Beck
2011-04-02Constraint checking - ensure that physical addresses for dma are belowBob Beck
2011-04-01Fix comment: amd64's list of callee-saved registers isn't the same as i386Philip Guenthe
2011-03-31Recognize Loongson 3A processors, but don't accept to run on them yet, theMiod Vallat
2011-03-30Use #ifdef TRAPDEBUG and fix indentation.Joel Sing
2011-03-30Fix diagnostic by correctly initialising oldcpl.Joel Sing
2011-03-28Include mlphy(4) to the kernels that include tl(4).Claudio Jeker
2011-03-27Save r4-r18. Even though the firmware specification says these registers areMark Kettenis
2011-03-27Make sure the message buffer area is not zeroed unconditionaly, instead letMiod Vallat
2011-03-24Process interrupts in priority order. Joint work with jsing@.Mark Kettenis
2011-03-24remove whitespaceRobert Nagy
2011-03-23Including <sparc64/intreg.h> here is ugly, but intr.h only comes fromTheo de Raadt
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-22no need for a xxxpower function; ok drahnTheo de Raadt
2011-03-22renegade spaces; no binary changeMarco Peereboom
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
2011-03-19Make amd64/i386 installboot error out if /boot would cross theKenneth R Westerback
2011-03-18Add some delay between a successful keyboard reset sequence and a keyboardMiod Vallat
2011-03-18Fix obj directory probing to support cross compiling.Matthew Dempsky
2011-03-18Old-style MTRRs were never used on amd64, so remove the remaining tracesPhilip Guenthe
2011-03-17- recognize OMAP3630/DM3730, as found in the beagleboard xMJasper Lievisse Adriaanse
2011-03-17Make the various findopenbsd() functions non-recursive, eliminatingKenneth R Westerback
2011-03-16Recognize LM6002 as prefix for earlier Fuloong designs, and also recognizeMiod Vallat
2011-03-15unbreak tree for nested endian.h includesTheo de Raadt
2011-03-15Bunch of white space and style adjustments to make amd64 versionKenneth R Westerback
2011-03-14Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB forKenneth R Westerback
2011-03-14use DPLL5 as a 120MHz reference clock to be used by the usb subsystem whichJasper Lievisse Adriaanse
2011-03-14Support pieces for usb (not working just yet).Dale Rahn
2011-03-14- replace a magic number with an address define, as checked againstJasper Lievisse Adriaanse
2011-03-14Fix spelling in commentPhilip Guenthe
2011-03-13Disable write gathering on devio settings we inherit from ARCS.Miod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt