summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2011-03-12Be more paranoid when attempting to parse an IA record, and make sure weMiod Vallat
2011-03-12Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@)Philip Guenthe
2011-03-12incorrect parameters to warn()Theo de Raadt
2011-03-12Add missing __statement modifiers in various endian.h files and correctPhilip Guenthe
2011-03-12Provide distinct segments for the %fs and %gs selectors to use byPhilip Guenthe
2011-03-11Zap stack garbage before passing buffer to biosd_io(), which mayKenneth R Westerback
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2011-03-08vrng should go onto the ramdisk.Theo de Raadt
2011-03-08Fix extended partition searching so we don't get lost. The offsetKenneth R Westerback
2011-03-07noone will ever use NTFS on alphaTheo de Raadt
2011-03-06The global_int information acpi collects is not used by amd64.Theo de Raadt
2011-03-05since the bus_space_barrier function does the same membar operation forTheo de Raadt
2011-03-03Prevent division-by-zero when scaling down to the screen resolution. MakeMark Kettenis
2011-03-03Crank MAXDSIZ up to 2G on macppc and socppc.Antoine Jacoutot
2011-03-03- remove unused devices for which we have no drivers (yet?)Jasper Lievisse Adriaanse
2011-03-02Change va_arg and va_end definitions from object-like macros toMatthew Dempsky
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-02-26Force the DUID cache used to generate hw.disknames to be updatedKenneth R Westerback
2011-02-21Remove redundant statement to keep this in line with radeonfb(4).Mark Kettenis
2011-02-21Re-initialize acceleration engine after leaving X.Mark Kettenis