Age | Commit message (Expand) | Author |
2013-08-17 | Because vgafb(4) only match the console, no need for an additional check | Martin Pieuchot |
2013-08-17 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-17 | Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhere | Martin Pieuchot |
2013-08-17 | Do not pretend to support non-console device because vgafb(4) only | Martin Pieuchot |
2013-08-17 | Remove a bunch of unused variables and functions aging from the pre | Martin Pieuchot |
2013-08-16 | Moving the .data section causes problems on some machines (blade100, tadpole). | Mark Kettenis |
2013-08-16 | Enable radeondrm(4). | Martin Pieuchot |
2013-08-16 | Use mapiodev instead of bus_space_map the do the initial mapping of the | Mark Kettenis |
2013-08-16 | Check number of planes (1, 4, or 8bpp) by ourselves, because PROM | Kenji Aoyama |
2013-08-16 | divdi3 is needed with big time_t | Otto Moerbeek |
2013-08-15 | Be sure to always invoke cache routines with properly rounded addresses; | Miod Vallat |
2013-08-15 | Be sure to set the `non equal' bit when emulating fcmp{,u} and the operands | Miod Vallat |
2013-08-15 | make debug output sligthly more useful | Miod Vallat |
2013-08-15 | typos | Miod Vallat |
2013-08-15 | Enable radeondrm(4). | Mark Kettenis |
2013-08-15 | Add RI_VCONS support. | Mark Kettenis |
2013-08-15 | Blast uhts(4). This code was merged into ums(4) last week. | Edd Barrett |
2013-08-15 | fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@ | Otto Moerbeek |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-08-13 | Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert. | Mike Belopuhov |
2013-08-12 | Upcoming radeondrm(4) support will grow the kernel. This growth causes the | Mark Kettenis |
2013-08-12 | radeondrm now attaches directly to pci. | Martin Pieuchot |
2013-08-12 | Match the framebuffer device against its OpenFirmware node in order | Martin Pieuchot |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
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 |