summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2013-08-12make radeondrm attach to pciMark Kettenis
2013-08-12make RI_VCONS work together with the sparc64 framebuffer driver helpersMark Kettenis
2013-08-12sparc64 kernel needs to go on a dietMark Kettenis
2013-08-12rename drmsubmatch to vga_drmsubmatchMartin Pieuchot
2013-08-12files.drm is now included from arch-specific conf filesMartin Pieuchot
2013-08-12/dev/drmN for sparc64Mark Kettenis
2013-08-12include files.drm from the acrhitecture-specific config filesMark Kettenis
2013-08-12attach wsdisplay to radeondrm instead of its parentMark Kettenis
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
2013-07-17don't forget to insert the io to the list on the JensenMartin Reindl
2013-07-16Enable jfb-style acceleration on XVR-600.Miod Vallat
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commitMark Kettenis
2013-07-16The interrupt handler for vcons(4) is defenitely safe to run without holdingMark Kettenis
2013-07-16Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2013-07-16no longer needed, we use uenv.txtFlorian Obser
2013-07-16Don't use a non initialized variable and fix RCS Ids while here.Martin Pieuchot
2013-07-15Use getpropstringA(), not getpropstring(), to get the card's name. This ensuresMiod Vallat
2013-07-15Use bus_space_set_region_4 instead of looping over bus_space_write_4,Raphael Graf
2013-07-14To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-07-14IPL_VM is "mpsafe" now as well.Mark Kettenis
2013-07-13unify register_t to long on all platformsTheo de Raadt
2013-07-13Rework multiline string literal to appease gcc3.Miod Vallat
2013-07-12Actually assign return value to the variable that's used to check it.Mark Kettenis
2013-07-12replace fls functions with calls to the libkern versionsJonathan Gray
2013-07-11Enable bus_space_set_region_4 for armv7.Raphael Graf