Age | Commit message (Expand) | Author |
2013-08-12 | make radeondrm attach to pci | Mark Kettenis |
2013-08-12 | make RI_VCONS work together with the sparc64 framebuffer driver helpers | Mark Kettenis |
2013-08-12 | sparc64 kernel needs to go on a diet | Mark Kettenis |
2013-08-12 | rename drmsubmatch to vga_drmsubmatch | Martin Pieuchot |
2013-08-12 | files.drm is now included from arch-specific conf files | Martin Pieuchot |
2013-08-12 | /dev/drmN for sparc64 | Mark Kettenis |
2013-08-12 | include files.drm from the acrhitecture-specific config files | Mark Kettenis |
2013-08-12 | attach wsdisplay to radeondrm instead of its parent | Mark Kettenis |
2013-08-10 | On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are | Kenji Aoyama |
2013-08-10 | Move the device table inside the softc. | Martin Pieuchot |
2013-08-10 | Initialize first_addr much earlier, in locore; this will help adding | Miod Vallat |
2013-08-10 | Only clear the bss after we have picked a cpu as master, and on this cpu only; | Miod Vallat |
2013-08-09 | Add urtwn(4) for upgrades | Martin Pieuchot |
2013-08-08 | Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code. | Mark Kettenis |
2013-08-08 | /dev/drmN for sparc64 | Mark Kettenis |
2013-08-08 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-08 | Remove duplicate loop. | Raphael Graf |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-08-07 | Using phys_map for bus_space_map(9) is retarded. Use kernel_map just like | Mark Kettenis |
2013-08-07 | Managed device mappings should be uncached by default. | Mark Kettenis |
2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to | Martin Pieuchot |
2013-08-06 | add Cortex A15 R4 | Jonathan Gray |
2013-08-06 | The Cortex bus should be useful for Cortex-A7, too. | Patrick Wildt |
2013-08-06 | Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a generic | Patrick Wildt |
2013-08-06 | The atomic_setbits_int() and atomic_clearbits_int() functions touch the | Mark Kettenis |
2013-08-05 | Add rsu(4). | Mark Kettenis |
2013-08-04 | de-lint hp300 | Martin Reindl |
2013-08-03 | Don't flush the cache on page inflate for hibernate on amd64. | Mike Larkin |
2013-08-02 | Drop the dependecy on objcopy. | Raphael Graf |
2013-07-30 | Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flags | Mark Kettenis |
2013-07-27 | Revert wrong chunk introduced in 1.50, causing console keyboards not to attach | Miod Vallat |
2013-07-17 | Use `long' instead of `int' in structure layouts which may get assigned from | Miod Vallat |
2013-07-17 | Fix setregs() to match prototype. Exposed by recent _types.h change, found the | Miod Vallat |
2013-07-17 | don't forget to insert the io to the list on the Jensen | Martin Reindl |
2013-07-16 | Enable jfb-style acceleration on XVR-600. | Miod Vallat |
2013-07-16 | Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commit | Mark Kettenis |
2013-07-16 | The interrupt handler for vcons(4) is defenitely safe to run without holding | Mark Kettenis |
2013-07-16 | Add support for BUS_INTR_ESTABLISH_MPSAFE. | Mark Kettenis |
2013-07-16 | no longer needed, we use uenv.txt | Florian Obser |
2013-07-16 | Don't use a non initialized variable and fix RCS Ids while here. | Martin Pieuchot |
2013-07-15 | Use getpropstringA(), not getpropstring(), to get the card's name. This ensures | Miod Vallat |
2013-07-15 | Use bus_space_set_region_4 instead of looping over bus_space_write_4, | Raphael Graf |
2013-07-14 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-13 | Rework multiline string literal to appease gcc3. | Miod Vallat |
2013-07-12 | Actually assign return value to the variable that's used to check it. | Mark Kettenis |
2013-07-12 | replace fls functions with calls to the libkern versions | Jonathan Gray |
2013-07-11 | Enable bus_space_set_region_4 for armv7. | Raphael Graf |