Age | Commit message (Expand) | Author |
2008-12-29 | Give ifb its own display type (be sure to make includes before rebuilding | Miod Vallat |
2008-12-29 | Move ifb identification to its own routine. We can not simply have the ifb | Miod Vallat |
2008-12-29 | Low-hanging fruit: while the blitter is still an untamed beast, implement | Miod Vallat |
2008-12-29 | fix compiling w/o apm(4) | Oleg Safiullin |
2008-12-28 | No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memory | Mark Kettenis |
2008-12-28 | Remove confusion between "raw" and "swizzled" interrupt pins. Remove some | Mark Kettenis |
2008-12-28 | Use acceleated operations for copycols, too. | Miod Vallat |
2008-12-28 | Make blitter ``go the other way'' when scrolling down. | Mark Kettenis |
2008-12-28 | Add ifb(4). | Mark Kettenis |
2008-12-27 | It turns out that parasites are caused by (some) pixel writes with the | Miod Vallat |
2008-12-27 | Use hardware acceleration for scrolling and make sure we only use the low bit | Mark Kettenis |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2008-12-27 | Make sure we pick the right PCI BARs on Expert3D cards (which have an extra | Mark Kettenis |
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat |
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat |
2008-12-26 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt |
2008-12-26 | If we have usable acpi, but chose to use amp instead for various reasons, | Theo de Raadt |
2008-12-26 | Use nitems() and FBS_xxx symbolic constants in the video timing tables. | Miod Vallat |
2008-12-26 | Remove unused BT_BLANK() and BT_UNBLANK() macros. | Miod Vallat |
2008-12-26 | Use constants from bt458reg.h when frobbing ramdac registers. | Miod Vallat |
2008-12-26 | Print the correct value as the chip revision. | Miod Vallat |
2008-12-26 | Correctly report unconfigured child devices. | Miod Vallat |
2008-12-26 | Do not attach if not the console, I expect the same problems as for p9100, | Miod Vallat |
2008-12-26 | When running on serial console, do not try to pick the prom font (this would | Miod Vallat |
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat |
2008-12-25 | Correctly display underlined spaces. | Miod Vallat |
2008-12-24 | No need to invoke fbwscons_setcolormap() twice. | Miod Vallat |
2008-12-24 | Get rid of all remaining magic numbers but 32. If you need to know why 32 | Miod Vallat |
2008-12-24 | Provide an accelerated putchar routine for fonts 16 bits wide or less (and | Miod Vallat |
2008-12-24 | Oops, logic botch in 1.34 would disable 24 bit mode on S24. | Miod Vallat |
2008-12-24 | On cards which advertize complete rop support, use the stipple engine to | Miod Vallat |
2008-12-24 | It turns out the 8-bit tcx flavour has undocumented low-res video modes (soon | Miod Vallat |
2008-12-24 | When switching between 8 bit and 24 bit modes on S24, use the blitter | Miod Vallat |
2008-12-24 | cleanup, work around issue with interrupt getting enabled too early. | Dale Rahn |
2008-12-24 | Basic acceleration code for tcx: solid fills and some simple block copy cases. | Miod Vallat |
2008-12-23 | No need to keep the 32 bit space mapped, since it is only used by userland | Miod Vallat |
2008-12-22 | We never actually rely on storing %fp in tf_global[0] for clockframes. So | Mark Kettenis |
2008-12-22 | If we ever get an interrupt from userland with %otherwin set, we have a serious | Mark Kettenis |
2008-12-22 | Get rid of many arbitrary differences between the i386 and amd64 mpbios code. | Mark Kettenis |
2008-12-22 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt |
2008-12-21 | Proper cpu_unidle() function for MP kernels. ok art@ long ago | Miod Vallat |
2008-12-21 | During early device probes, make sure to iounaccess() address ranges when | Miod Vallat |
2008-12-21 | add option COMPAT_35, needed by COMPAT_VAX1K | Miod Vallat |
2008-12-21 | Make the "machine xir" ddb command work on machines with pyro(4). | Mark Kettenis |
2008-12-21 | just attach cpu0, not cpu*, ok kettenis | Theo de Raadt |
2008-12-21 | Change the way we include mpbios code to be similar to what we do on i386. | Mark Kettenis |
2008-12-19 | Add missing #ifdef DDB around prototyupe. | Mark Kettenis |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. | Kurt Miller |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. Use a | Kurt Miller |
2008-12-18 | use atomic operations to update ptes in pmap_unwire(). okay weingart@ | Kurt Miller |