Age | Commit message (Expand) | Author |
2009-01-17 | Implement SYNCHRONIZE CACHE and make SCSI_POLL work while we're there. | Mark Kettenis |
2009-01-16 | Set the number of openings to the number of ring descriptors minus one. For | Mark Kettenis |
2009-01-16 | Make transfers bigger than PAGE_SIZE work. | Mark Kettenis |
2009-01-16 | Remove bogus KASSERT. | Mark Kettenis |
2009-01-16 | Call start callback unconditionally. | Mark Kettenis |
2009-01-16 | Improve VIO state machine, and initiate VIO handshake ourselves. Makes this | Mark Kettenis |
2009-01-14 | Be sure to allocate memory with M_ZERO in sbus_alloc_dma_tag(), or strange | Miod Vallat |
2009-01-12 | A storage driver should be DV_DULL, not DV_IFNET. Pointed out by dlg@. | Mark Kettenis |
2009-01-12 | Look up the "compatible" property of the right node to detect serial | Mark Kettenis |
2009-01-12 | Oops, sunkbd_decode() still needs to be public for *cngetc() to work; | Miod Vallat |
2009-01-12 | Initial stab at a driver for virtual disks found on sun4v logical domains. | Mark Kettenis |
2009-01-12 | Add padding to some message structs since the Solaris virtual disk servers | Mark Kettenis |
2009-01-12 | Add a callback function that gets called when an LDC connection is established. | Mark Kettenis |
2009-01-12 | As recommended by the Sun Virtual IO specification, use tick() to generate | Mark Kettenis |
2009-01-12 | Be more strict when checking window-left and window-top values. | Miod Vallat |
2009-01-11 | Define a limit to the input which can be fed to sunkbd_input() at once, | Miod Vallat |
2009-01-11 | Factor a bit more sunkbd common parts; paves the way for upcoming | Miod Vallat |
2009-01-11 | Some frame buffer fcode do not fill window-top and window-left put | Miod Vallat |
2009-01-11 | Fix pasto in debug message. | Mark Kettenis |
2009-01-10 | Split off VIO definitions into their own file. | Mark Kettenis |
2009-01-10 | Split off LDC support code into its own file. | Mark Kettenis |
2009-01-10 | Add multicast support. Doesn't handle multicast ranges yet, but inet6 seems | Mark Kettenis |
2009-01-07 | Set IFF_OACTIVE when we run out of resources transmitting packets. | Mark Kettenis |
2009-01-07 | Fix typo. | Mark Kettenis |
2009-01-06 | Properly report link state and don't abuse IFF_RUNNING. | Mark Kettenis |
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 | Allow registers to be mapped in WSDISPLAYIO_MODE_MAPPED mode, if | Miod Vallat |
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-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-30 | Add cbus(4), a virtual bus for devices that use logical domain channels as | Mark Kettenis |
2008-12-30 | Pass down bus_dma tag. | 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-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-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 |