summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-08-17Because vgafb(4) only match the console, no need for an additional checkMartin Pieuchot
2013-08-17Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-17Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhereMartin Pieuchot
2013-08-17Do not pretend to support non-console device because vgafb(4) onlyMartin Pieuchot
2013-08-17Remove a bunch of unused variables and functions aging from the preMartin Pieuchot
2013-08-16Moving the .data section causes problems on some machines (blade100, tadpole).Mark Kettenis
2013-08-16Enable radeondrm(4).Martin Pieuchot
2013-08-16Use mapiodev instead of bus_space_map the do the initial mapping of theMark Kettenis
2013-08-16Check number of planes (1, 4, or 8bpp) by ourselves, because PROMKenji Aoyama
2013-08-16divdi3 is needed with big time_tOtto Moerbeek
2013-08-15Be sure to always invoke cache routines with properly rounded addresses;Miod Vallat
2013-08-15Be sure to set the `non equal' bit when emulating fcmp{,u} and the operandsMiod Vallat
2013-08-15make debug output sligthly more usefulMiod Vallat
2013-08-15typosMiod Vallat
2013-08-15Enable radeondrm(4).Mark Kettenis
2013-08-15Add RI_VCONS support.Mark Kettenis
2013-08-15Blast uhts(4). This code was merged into ums(4) last week.Edd Barrett
2013-08-15fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@Otto Moerbeek
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-13Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert.Mike Belopuhov
2013-08-12Upcoming radeondrm(4) support will grow the kernel. This growth causes theMark Kettenis
2013-08-12radeondrm now attaches directly to pci.Martin Pieuchot
2013-08-12Match the framebuffer device against its OpenFirmware node in orderMartin Pieuchot
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2013-08-10On 'original' LUNA-88K, NVRAM contents and Timekeeper registers areKenji Aoyama
2013-08-10Move the device table inside the softc.Martin Pieuchot
2013-08-10Initialize first_addr much earlier, in locore; this will help addingMiod Vallat
2013-08-10Only clear the bss after we have picked a cpu as master, and on this cpu only;Miod Vallat
2013-08-09Add urtwn(4) for upgradesMartin Pieuchot
2013-08-08Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code.Mark Kettenis
2013-08-08/dev/drmN for sparc64Mark Kettenis
2013-08-08Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-08Remove duplicate loop.Raphael Graf
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-07We uniformly define size_t to be unsigned long and ssize_t to be long. MakeMark Kettenis
2013-08-07Using phys_map for bus_space_map(9) is retarded. Use kernel_map just likeMark Kettenis
2013-08-07Managed device mappings should be uncached by default.Mark Kettenis
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-08-06add Cortex A15 R4Jonathan Gray
2013-08-06The Cortex bus should be useful for Cortex-A7, too.Patrick Wildt
2013-08-06Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a genericPatrick Wildt
2013-08-06The atomic_setbits_int() and atomic_clearbits_int() functions touch theMark Kettenis
2013-08-05Add rsu(4).Mark Kettenis
2013-08-04de-lint hp300Martin Reindl
2013-08-03Don't flush the cache on page inflate for hibernate on amd64.Mike Larkin
2013-08-02Drop the dependecy on objcopy.Raphael Graf
2013-07-30Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flagsMark Kettenis
2013-07-27Revert wrong chunk introduced in 1.50, causing console keyboards not to attachMiod Vallat
2013-07-17Use `long' instead of `int' in structure layouts which may get assigned fromMiod Vallat
2013-07-17Fix setregs() to match prototype. Exposed by recent _types.h change, found theMiod Vallat