summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf/files.sparc64
AgeCommit message (Expand)Author
2009-03-09Initial stab at a driver for FFB3/XVR-1000. It seems to work fine, but withoutMark Kettenis
2009-03-01An accelerated framebuffer driver for the Tech Source Raptor GFX cards builtMark Kettenis
2009-01-12Initial stab at a driver for virtual disks found on sun4v logical domains.Mark Kettenis
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-04Initial stab at a driver for virtual network devices found on sun4v logicalMark Kettenis
2008-12-30Add cbus(4), a virtual bus for devices that use logical domain channels asMark Kettenis
2008-12-29Move ifb identification to its own routine. We can not simply have the ifbMiod Vallat
2008-08-13Initial stab at a driver for the integrated random number generator of theMark Kettenis
2008-07-11Fujitsu SPARC64-VI CPU's have two cores that have two threads each. ProvideMark Kettenis
2008-07-07Extend sbbc(4) to provide a console driver for the v1280.Mark Kettenis
2008-07-06Add ssm(4), a driver for the scalable shared memory device found onMark Kettenis
2008-07-06Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCatMark Kettenis
2008-06-10Add cmp(4), a dummy driver to make attaching CMT cpus easier.Mark Kettenis
2008-04-21Work in progress at supporting the Mentor Graphics i2c core found inTheo de Raadt
2008-03-23Not-functional-enough driver for the Sun Expert3D cards, put in tree as anMiod Vallat
2008-03-16Add some e10k support code.Mark Kettenis
2008-03-13Add prtc(4).Mark Kettenis
2008-03-09Add files for vpci(4).Mark Kettenis
2008-03-09The IOMMU code is needed for schizo(4) and pyro(4) too.Mark Kettenis
2008-03-09Add hvcall.S if option SUN4V is defined.Mark Kettenis
2008-03-08Add vcons(4).Mark Kettenis
2008-03-08Add vrtc(4).Mark Kettenis
2008-03-08Add vbus(4).Mark Kettenis
2008-02-20make tda(4) run the fans at maximum speed when we are about to dropRobert Nagy
2008-02-12tda(4) is a driver for Philips TDA8444 which can be found inRobert Nagy
2008-01-18Add environ(4).Mark Kettenis
2007-11-27Like i386 and amd64 - make the __mp_lock not spin at splhigh.Mark Kettenis
2007-10-20Add support for the temperature sensors on the SUNW,envctrltwo device foundMark Kettenis
2007-10-10Make context switching much more MI:Artur Grabowski
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
2007-08-25Real mutexes for sparc64. Some comments from henric@ and claudio@.Mark Kettenis
2007-08-21Remove two out-of-date comments.Mark Kettenis
2007-08-04rbus for sparc64Mark Kettenis
2007-06-08include files.bluetooth, so that bluetooth support can be compiled,Jasper Lievisse Adriaanse
2007-05-29Add led(4).Mark Kettenis
2007-05-28Maintaining a broken compatibility layer for a broken OS is not a productiveBob Beck
2007-04-10Driver for the BootBus Controller; sets some magic bits that makes pmc(4)Mark Kettenis
2007-04-10New driver for watchdog time on NatSemi PC87317 SuperIO chip.Mark Kettenis
2007-04-09Seperate rtc(4) code out into its own file. Add support for catching theMark Kettenis
2007-04-04Add support for ebus at mainbus, as found on machines with pyro(4) like theMark Kettenis
2007-03-30First stab at a driver for the Host/PCIe bridge found on the Sun FireMark Kettenis
2007-03-07For unsupported (yet) Expert3D style frame buffers, attach pcons and attachMiod Vallat
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2006-12-09Do not make sun terminal emulation selected by the wsemul_sun frame bufferMiod Vallat
2006-12-02On frame buffers which endianness differs from the host CPU, we can not affordMiod Vallat
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-06-27pull in files.gpio in case we want itTheo de Raadt
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-06-16skeleton driver for power button on u5.. does precisely nothing except attach.Jason Wright