summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2009-03-01Replace a few magic constants with proper #defines as pointed out by miod@.Mark Kettenis
2009-03-01Finish colormap support; makes Xorg wsfb driver work.Mark Kettenis
2009-03-01Some initial colormap support.Mark Kettenis
2009-03-01An accelerated framebuffer driver for the Tech Source Raptor GFX cards builtMark Kettenis
2009-03-01Don't let an mmio area replace the frame buffer if they are the same size.Mark Kettenis
2009-02-20Tweak debug printf.Mark Kettenis
2009-02-20Make sure we have enough space in the LDC transmit queue to send a DRING_DATAMark Kettenis
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-01-21Extend the acceleration code to handle jfb (XVR-600, XVR-1200) models, theMiod Vallat
2009-01-19The acceleration code would not work on XVR-600 and XVR-1200, so if it turnsMiod Vallat
2009-01-19Clear RI_CLEARMARGINS in the ri_bits == NULL ifb(4) kluge, the new windowMiod Vallat
2009-01-17If the hypervisor call that fetches randomness returns EWOULDBLOCK,Mark Kettenis
2009-01-17Clean things up a bit, and be a bit more fussy about the proper sequence inMark Kettenis
2009-01-17Return NO_CCB if we run out of descriptors.Mark Kettenis
2009-01-17Sync vio_sendmsg() with equivalent code in vdsk(4).Mark Kettenis
2009-01-17Make this work in guest domains.Mark Kettenis
2009-01-17Implement SYNCHRONIZE CACHE and make SCSI_POLL work while we're there.Mark Kettenis
2009-01-16Set the number of openings to the number of ring descriptors minus one. ForMark Kettenis
2009-01-16Make transfers bigger than PAGE_SIZE work.Mark Kettenis
2009-01-16Remove bogus KASSERT.Mark Kettenis
2009-01-16Call start callback unconditionally.Mark Kettenis
2009-01-16Improve VIO state machine, and initiate VIO handshake ourselves. Makes thisMark Kettenis
2009-01-14Be sure to allocate memory with M_ZERO in sbus_alloc_dma_tag(), or strangeMiod Vallat
2009-01-12A storage driver should be DV_DULL, not DV_IFNET. Pointed out by dlg@.Mark Kettenis
2009-01-12Look up the "compatible" property of the right node to detect serialMark Kettenis
2009-01-12Oops, sunkbd_decode() still needs to be public for *cngetc() to work;Miod Vallat
2009-01-12Initial stab at a driver for virtual disks found on sun4v logical domains.Mark Kettenis
2009-01-12Add padding to some message structs since the Solaris virtual disk serversMark Kettenis
2009-01-12Add a callback function that gets called when an LDC connection is established.Mark Kettenis
2009-01-12As recommended by the Sun Virtual IO specification, use tick() to generateMark Kettenis
2009-01-12Be more strict when checking window-left and window-top values.Miod Vallat
2009-01-11Define a limit to the input which can be fed to sunkbd_input() at once,Miod Vallat
2009-01-11Factor a bit more sunkbd common parts; paves the way for upcomingMiod Vallat
2009-01-11Some frame buffer fcode do not fill window-top and window-left putMiod Vallat
2009-01-11Fix pasto in debug message.Mark Kettenis
2009-01-10Split off VIO definitions into their own file.Mark Kettenis
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