Age | Commit message (Expand) | Author |
2009-01-05 | Restrict FIFO depth to 1 byte on m4k/m5k/m8k/m9k. Hopefully this prevents | Mark Kettenis |
2009-01-05 | Hide many debug printfs behind DPRINTF, and remove most others. Remove some | Mark Kettenis |
2009-01-04 | Make cbus_print() less chatty and use "chan" instead of "id" when printing the | Mark Kettenis |
2009-01-04 | Initial stab at a driver for virtual network devices found on sun4v logical | Mark Kettenis |
2009-01-04 | Initial stab at a driver for virtual network devices found on sun4v logical | Mark Kettenis |
2009-01-04 | Allow registers to be mapped in WSDISPLAYIO_MODE_MAPPED mode, if | Miod Vallat |
2009-01-03 | Make is possible to boot from devices on cbus(4) (when they're there and | Mark Kettenis |
2009-01-02 | Accelerated routines for solid fills and inverted cursor. | Miod Vallat |
2009-01-02 | Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap(). | Mark Kettenis |
2009-01-02 | Add LDC shared memory hypervisor interfaces. | Mark Kettenis |
2009-01-01 | Add code to handle virtual interrupt for channel devices. | Mark Kettenis |
2009-01-01 | Allow both overlay areas to be mmap()ed by userland in WSDISPLAYIO_MODE_MAPPED | Miod Vallat |
2008-12-31 | Add new device interrupt hypervisor calls. | Mark Kettenis |
2008-12-31 | Add missing LDC_CHANNEL_RESET. | Mark Kettenis |
2008-12-31 | Fix typo. | Mark Kettenis |
2008-12-31 | Add some Logical Domain Channel hypervisor calls. | Mark Kettenis |
2008-12-30 | Add cbus(4), a virtual bus for devices that use logical domain channels as | Mark Kettenis |
2008-12-30 | Implement the mach_desc hypervisor call. | Mark Kettenis |
2008-12-30 | Pass down bus_dma tag. | Mark Kettenis |
2008-12-30 | Make _bus_dmamem_map(9) work. This function wasn't actually used until now, | Mark Kettenis |
2008-12-30 | Add domain state related PROM calls. | Mark Kettenis |
2008-12-30 | Add domain state services hypervisor calls. | Mark Kettenis |
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-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-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-21 | Make the "machine xir" ddb command work on machines with pyro(4). | Mark Kettenis |
2008-12-19 | Add missing #ifdef DDB around prototyupe. | Mark Kettenis |
2008-12-16 | Make the "machine xir" ddb command work on machines with Tomatillo | Mark Kettenis |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on ebus(4). | Mark Kettenis |
2008-12-14 | Implement a "machine xir" ddb command, making it possible to send an | Mark Kettenis |
2008-12-13 | Properly restore PSTATE_IE when returning from send_softint(). | Mark Kettenis |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries |
2008-11-29 | Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his | Ray Lai |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-26 | Sparc64 still only has 64 virtual address bits and not 65. | Claudio Jeker |
2008-11-25 | Fix dmesg ugliness caused by not printing iotdb stuff. | Mark Kettenis |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-24 | Only schedule a soft interrupt if the device has been opened (and sc_tty | Mark Kettenis |
2008-11-22 | The last parts of cpu_unidle. i386, amd64 and sparc64 | Artur Grabowski |