summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2009-01-10Split off LDC support code into its own file.Mark Kettenis
2009-01-10Add multicast support. Doesn't handle multicast ranges yet, but inet6 seemsMark Kettenis
2009-01-07Set IFF_OACTIVE when we run out of resources transmitting packets.Mark Kettenis
2009-01-07Fix typo.Mark Kettenis
2009-01-06Properly report link state and don't abuse IFF_RUNNING.Mark Kettenis
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-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-04Allow registers to be mapped in WSDISPLAYIO_MODE_MAPPED mode, ifMiod Vallat
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-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-30Add cbus(4), a virtual bus for devices that use logical domain channels asMark Kettenis
2008-12-30Pass down bus_dma tag.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-28Use acceleated operations for copycols, too.Miod Vallat
2008-12-28Make blitter ``go the other way'' when scrolling down.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
2008-12-27Sync the sparc64 fb* api with the recent changes done on sparc.Miod Vallat
2008-12-27Make sure we pick the right PCI BARs on Expert3D cards (which have an extraMark Kettenis
2008-12-21Make the "machine xir" ddb command work on machines with pyro(4).Mark Kettenis
2008-12-19Add missing #ifdef DDB around prototyupe.Mark Kettenis
2008-12-16Make the "machine xir" ddb command work on machines with TomatilloMark Kettenis
2008-12-15Make the "machine xir" ddb command work on machines with uperf(4) on ebus(4).Mark Kettenis
2008-12-14Implement a "machine xir" ddb command, making it possible to send anMark Kettenis
2008-11-25Fix dmesg ugliness caused by not printing iotdb stuff.Mark Kettenis
2008-11-24Only schedule a soft interrupt if the device has been opened (and sc_ttyMark Kettenis
2008-11-10Use the correct sizeof for the _ca.Artur Grabowski
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-12Make vcons(4) interrupt driven.Mark Kettenis
2008-10-12Add interrupt support.Mark Kettenis
2008-10-05Add missing argument to printf.Mark Kettenis
2008-10-01Revert last commit. It didn't really help and we fixed X11 instead.Mark Kettenis
2008-09-23One more uninitialized local. Yawn.Miod Vallat
2008-08-18Add sparc_bus_addr function for schizo to allow CardBus to work.Brad Smith
2008-08-13Initial stab at a driver for the integrated random number generator of theMark Kettenis
2008-08-11Only print iotdb stuff when DEBUG.Mark Kettenis
2008-08-11Allow mapping mmio regions that are not page aligned.Mark Kettenis
2008-07-29Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), basedMiod Vallat
2008-07-23Clear correctable errors after handling them. From Bjorn Andersson.Mark Kettenis
2008-07-20Provide a timecounter based on the UltraSPARC IIe STICK logic.Mark Kettenis
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-14Fix struct sysioreg layout after the struct iommureg layout change;Miod Vallat
2008-07-12Make the console interrupt driven.Mark Kettenis
2008-07-12Perform IOMMU cache flushes on Oberon.Mark Kettenis