summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2011-02-19Only attach if the "device_type" propery is "programmer-button". On the iMacMark Kettenis
2011-02-17Disable sbt and ubt devices. The bluetooth code will sometimes sleep whileMiod Vallat
2011-01-28you use ; to end a statement, not a :.David Gwynne
2011-01-27Atom uses the same value for bus clock 200 MHz as Core, thoughJonathan Gray
2011-01-23Ansify function.Joel Sing
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
2011-01-23Ansify functions.Joel Sing
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on theJoel Sing
2011-01-15enable RDC Ethernet (vte/rdcphy)Kevin Lo
2011-01-14creator needs firmload. ok miod@Matthieu Herrb
2011-01-14- use nitems()Jasper Lievisse Adriaanse