summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-01-05Restrict FIFO depth to 1 byte on m4k/m5k/m8k/m9k. Hopefully this preventsMark Kettenis
2009-01-05Hide many debug printfs behind DPRINTF, and remove most others. Remove someMark Kettenis
2009-01-05- add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tagJasper Lievisse Adriaanse
2009-01-04Make this compile for SUN4 only kernels.Miod Vallat
2009-01-04Make cbus_print() less chatty and use "chan" instead of "id" when printing theMark Kettenis
2009-01-04Initial stab at a driver for virtual network devices found on sun4v logicalMark Kettenis
2009-01-04Initial stab at a driver for virtual network devices found on sun4v logicalMark Kettenis
2009-01-04Be silent when deciding that the last chunk of a DMA transfer will be doneMiod Vallat
2009-01-04In x[dy]dummystrat, do not clear B_BUSY from the buffer.Miod Vallat
2009-01-04Add support for CS5535 IDE adapted from the gcscide code in NetBSDJonathan Gray
2009-01-04Allow registers to be mapped in WSDISPLAYIO_MODE_MAPPED mode, ifMiod Vallat
2009-01-03Make is possible to boot from devices on cbus(4) (when they're there andMark Kettenis
2009-01-03run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Damien Bergamini
2009-01-02Accelerated routines for solid fills and inverted cursor.Miod Vallat
2009-01-02Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap().Mark Kettenis
2009-01-02remove code that was never used, closer to readable.Dale Rahn
2009-01-02Add LDC shared memory hypervisor interfaces.Mark Kettenis
2009-01-02support display found on GTA01, not used on GTA02 however.Dale Rahn
2009-01-02Do not evict the kernel image from the mem_clusters[] array, otherwiseMiod Vallat
2009-01-01Add code to handle virtual interrupt for channel devices.Mark Kettenis
2009-01-01Allow both overlay areas to be mmap()ed by userland in WSDISPLAYIO_MODE_MAPPEDMiod Vallat
2008-12-31Add new device interrupt hypervisor calls.Mark Kettenis
2008-12-31Add missing LDC_CHANNEL_RESET.Mark Kettenis
2008-12-31Fix typo.Mark Kettenis
2008-12-31Add some Logical Domain Channel hypervisor calls.Mark Kettenis
2008-12-30Add cbus(4), a virtual bus for devices that use logical domain channels asMark Kettenis
2008-12-30Implement the mach_desc hypervisor call.Mark Kettenis
2008-12-30Pass down bus_dma tag.Mark Kettenis
2008-12-30dont enable unwanted interrupts, set t_dev, make certain device is initedDale Rahn
2008-12-30Make _bus_dmamem_map(9) work. This function wasn't actually used until now,Mark Kettenis
2008-12-30IPL_SERIAL should be shot.Dale Rahn
2008-12-30attach all three uarts, closer to working on freerunner.Dale Rahn
2008-12-30allow 3 uarts to attach, use local cache of variable.Dale Rahn
2008-12-30fix locator order.Dale Rahn
2008-12-30attempt to tell difference between gta01 and gta02 via clock rate (ick)Dale Rahn
2008-12-30some progress on working on hardware, small steps.Dale Rahn
2008-12-30savecore(8) wants dumpmag to be an unsigned long.Miod Vallat
2008-12-30Add domain state related PROM calls.Mark Kettenis
2008-12-30Add domain state services hypervisor calls.Mark Kettenis
2008-12-29Give ifb its own display type (be sure to make includes before rebuildingMiod Vallat
2008-12-29Move ifb identification to its own routine. We can not simply have the ifbMiod Vallat
2008-12-29Low-hanging fruit: while the blitter is still an untamed beast, implementMiod Vallat
2008-12-29fix compiling w/o apm(4)Oleg Safiullin
2008-12-28No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memoryMark Kettenis
2008-12-28Remove confusion between "raw" and "swizzled" interrupt pins. Remove someMark Kettenis
2008-12-28Use acceleated operations for copycols, too.Miod Vallat
2008-12-28Make blitter ``go the other way'' when scrolling down.Mark Kettenis
2008-12-28Add ifb(4).Mark Kettenis
2008-12-27It turns out that parasites are caused by (some) pixel writes with theMiod Vallat
2008-12-27Use hardware acceleration for scrolling and make sure we only use the low bitMark Kettenis