Age | Commit message (Expand) | Author |
2009-06-05 | Remove redundant assignment. | Mark Kettenis |
2009-06-05 | Clear screen to clean up after X. | Mark Kettenis |
2009-06-05 | Disable and clear hardware cursor to clean up after X. | Mark Kettenis |
2009-06-05 | Save some state and restore it after we return from X, because the accelerated | Mark Kettenis |
2009-06-04 | Accelerated fills as well. | Mark Kettenis |
2009-06-03 | Accelerated scrolling. | Mark Kettenis |
2009-06-03 | Initial stab at a driver for the Tech Source Raptor GFX built around the | Mark Kettenis |
2009-06-03 | Fix check for window-top and window-left values. | Mark Kettenis |
2009-06-03 | Remove some redundant code. | Mark Kettenis |
2009-06-02 | When about to run X11 in 32 bpp mode, advertize correctly that we are | Mark Kettenis |
2009-06-02 | Define a proper wsdisplay type for machfb(4). | Mark Kettenis |
2009-06-02 | Make machfb_putcmap() respect the starting index in the colormap. | Mark Kettenis |
2009-06-02 | Initial stab at an accelerated driver for PGX/PGX64 framebuffers. | Mark Kettenis |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat |
2009-05-16 | Add vsw(4), a driver for the virtual network switch on sun4v. This is just | Mark Kettenis |
2009-05-12 | Add missing semicolon. | Mark Kettenis |
2009-05-12 | Unbreak build. | Mark Kettenis |
2009-05-12 | Don't throw away ldc packets if the ldc link went just up, otherwise we may | Mark Kettenis |
2009-05-12 | Actually ACK a handshake initiated by the other end. | Mark Kettenis |
2009-05-12 | Add padding to ATTR_INFO message structure; OBP seems to insist on it | Mark Kettenis |
2009-05-12 | Add some code for doing handshakes the other way around. | Mark Kettenis |
2009-05-12 | Make reserved member of protocol struct start with underscore. | Mark Kettenis |
2009-05-10 | Remove a dead variable and some unneeded returns. | Mark Kettenis |
2009-05-10 | Handle devices with multiple ports. | Mark Kettenis |
2009-05-10 | Add vcc(4) and vcctty(4). The vcc(4) driver is a driver for the "Virtual | Mark Kettenis |
2009-05-04 | type pedantry. | Owain Ainsworth |
2009-05-03 | On the UltraBook the PROM privides two interrupts for its ccb(4)'s. Handle | Mark Kettenis |
2009-05-03 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-12 | Move code handling Machine Descriptions out of the cbus(4) driver. | Mark Kettenis |
2009-04-05 | In the rare case where after we've loaded the iomap into the hardware, | Owain Ainsworth |
2009-04-04 | Cleanup debug printfs. | Mark Kettenis |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-16 | Trivial malloc + memset -> malloc(,,M_ZERO) conversion. | Owain Ainsworth |
2009-03-16 | pmap = (conditional ? user_way : pmap = pmap_kernel()); | Owain Ainsworth |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |
2009-03-09 | Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but without | Mark Kettenis |
2009-03-01 | Replace a few magic constants with proper #defines as pointed out by miod@. | Mark Kettenis |
2009-03-01 | Finish colormap support; makes Xorg wsfb driver work. | Mark Kettenis |
2009-03-01 | Some initial colormap support. | Mark Kettenis |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis |
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis |
2009-02-20 | Tweak debug printf. | Mark Kettenis |
2009-02-20 | Make sure we have enough space in the LDC transmit queue to send a DRING_DATA | Mark Kettenis |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-21 | Extend the acceleration code to handle jfb (XVR-600, XVR-1200) models, the | Miod Vallat |
2009-01-19 | The acceleration code would not work on XVR-600 and XVR-1200, so if it turns | Miod Vallat |
2009-01-19 | Clear RI_CLEARMARGINS in the ri_bits == NULL ifb(4) kluge, the new window | Miod Vallat |