summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-01-17Sync vio_sendmsg() with equivalent code in vdsk(4).Mark Kettenis
2009-01-17Enable vrng(4).Mark Kettenis
2009-01-17Make this work in guest domains.Mark Kettenis
2009-01-17Recognize environmental change machine checks on ES40, and report whatMiod Vallat
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 it possible to boot from vdsk(4).Mark 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-16add next-server option to exampleOleg Safiullin
2009-01-14Be sure to allocate memory with M_ZERO in sbus_alloc_dma_tag(), or strangeMiod Vallat
2009-01-14Enable vsdk(4).Mark Kettenis
2009-01-14add and enable uaudio as it's working fine for meJasper Lievisse Adriaanse
2009-01-14int cpuspeed is global. ok markus@Alexander Yurchenko
2009-01-13Trivial lvalue abuse fixes, no binary changes.Alexander Yurchenko
2009-01-13Fix lvalue abuse by removing a redundant cast.Alexander Yurchenko
2009-01-13Turn mpbios into a real device, such that people can disable it on crappyMark Kettenis
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-12Enable WSDISPLAY_COMPAT_RAWKBD and wsmux on sparc64; ok matthieu@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-11Add some tested USB stuff. -mojMats O Jansson
2009-01-11Fix a sed bug in the makefile's depend target.Paul Irofti
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
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-11Add additional values for the Atom FSB_FREQ bus clock MSR nowJonathan Gray
2009-01-10dont include mfs_extern.h hereThordur I. Bjornsson
2009-01-10Split off VIO definitions into their own file.Mark Kettenis
2009-01-10Enable cbus(4) and vnet(4).Mark Kettenis
2009-01-10Add support for the volume buttons and for the eject button foundRobert Nagy
2009-01-10Tweak the way we include the iommu code a bit.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-09Make sure we move an interrupt vector to the "lowest" priority level ifMark Kettenis
2009-01-07Set IFF_OACTIVE when we run out of resources transmitting packets.Mark Kettenis
2009-01-07Enable urlphy in addition to url.Jonathan Gray
2009-01-07Fix typo.Mark Kettenis
2009-01-07The E asm constraint refers to an immediate floating operandJonathan Gray
2009-01-06- add and enable ipgphy(4) everywhere there's a stge(4) entry.Jasper Lievisse Adriaanse
2009-01-06Properly report link state and don't abuse IFF_RUNNING.Mark Kettenis