Age | Commit message (Expand) | Author |
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 | Add some tested USB stuff. -moj | Mats O Jansson |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
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-11 | Add additional values for the Atom FSB_FREQ bus clock MSR now | Jonathan Gray |
2009-01-10 | dont include mfs_extern.h here | Thordur I. Bjornsson |
2009-01-10 | Split off VIO definitions into their own file. | Mark Kettenis |
2009-01-10 | Enable cbus(4) and vnet(4). | Mark Kettenis |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2009-01-10 | Tweak the way we include the iommu code a bit. | 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-09 | Make sure we move an interrupt vector to the "lowest" priority level if | Mark Kettenis |
2009-01-07 | Set IFF_OACTIVE when we run out of resources transmitting packets. | Mark Kettenis |
2009-01-07 | Enable urlphy in addition to url. | Jonathan Gray |
2009-01-07 | Fix typo. | Mark Kettenis |
2009-01-07 | The E asm constraint refers to an immediate floating operand | Jonathan Gray |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
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-05 | - add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tag | Jasper Lievisse Adriaanse |
2009-01-04 | Make this compile for SUN4 only kernels. | Miod Vallat |
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 | Be silent when deciding that the last chunk of a DMA transfer will be done | Miod Vallat |
2009-01-04 | In x[dy]dummystrat, do not clear B_BUSY from the buffer. | Miod Vallat |
2009-01-04 | Add support for CS5535 IDE adapted from the gcscide code in NetBSD | Jonathan Gray |
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-03 | run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. | Damien Bergamini |
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 | remove code that was never used, closer to readable. | Dale Rahn |
2009-01-02 | Add LDC shared memory hypervisor interfaces. | Mark Kettenis |
2009-01-02 | support display found on GTA01, not used on GTA02 however. | Dale Rahn |
2009-01-02 | Do not evict the kernel image from the mem_clusters[] array, otherwise | Miod Vallat |
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 |