summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13Attach prtc(4) if no (hardware) real-time clock was found.Mark Kettenis
2008-03-13Add prtc(4).Mark Kettenis
2008-03-13First shot at a driver to get the time-of-day on the e10k.Mark Kettenis
2008-03-13Remove code to set mmu context to 0. It should already be set to 0 at thatMark Kettenis
2008-03-12Introduce a per-handler interrupt acknowledgement function.Mark Kettenis
2008-03-09Add files for vpci(4).Mark Kettenis
2008-03-09Add some members needed by the sunv IOMMU code.Mark Kettenis
2008-03-09Driver for the virtual PCI host bridge on sun4v.Mark Kettenis
2008-03-09sun4v hypervisor IOMMU code.Mark Kettenis
2008-03-09Virtual bus for virtual devices on sun4v.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-09Check "status" property.Mark Kettenis
2008-03-09Allow clock to attach to any fhc?, not just fhc0. There might be backupMark Kettenis
2008-03-09Add vcons(4).Mark Kettenis
2008-03-08Check "status" property for CPUs too.Mark Kettenis
2008-03-08Add som sun4v-specific ASIs.Mark Kettenis
2008-03-08Add vcons(4).Mark Kettenis
2008-03-08Driver for console on sun4v.Mark Kettenis
2008-03-08Add vrtc(4).Mark Kettenis
2008-03-08Add vbus(4).Mark Kettenis
2008-03-08Driver for virtual real-time clock on sun4v.Mark Kettenis
2008-03-08Virtual bus for virtual devices on sun4v.Mark Kettenis
2008-03-08UltraSPARC Hypervisor interfaces for sun4v.Mark Kettenis
2008-03-08Check "status" property.Mark Kettenis
2008-03-08Check "status" property. Since the PROM marks the floppy controller deviceMark Kettenis
2008-03-08Introduce a function to check the "status" property of an OFW node, and use itMark Kettenis
2008-03-08SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem toMark Kettenis
2008-03-01Use getpropspeed() to get console speed. Add code to handle "ssp-console" andMark Kettenis
2008-03-01Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-03-01Add getpropspeed(); a function which decodes a property describing a serialMark Kettenis
2008-03-01Provide "reg" property when attaching cpu(4).Mark Kettenis
2008-02-27return from tda_attach before registering the sensor taskRobert Nagy
2008-02-24Add commented out Bluetooth HID sectionUwe Stuehler
2008-02-24Remove some bogus 32-bit compatibiliy code and comments.Mark Kettenis
2008-02-20enable tda(4)Robert Nagy
2008-02-20make tda(4) run the fans at maximum speed when we are about to dropRobert Nagy
2008-02-18Only attach on Sun Blade 1000/2000.Mark Kettenis
2008-02-18remove the definition of amd7930_trap(), it is not used anywhere.Robert Nagy
2008-02-17We're not printing interrupt priority levels (ot whatever ipl stands for) butMark Kettenis
2008-02-14Make sure an interrupt handler does not get on the per-cpu list of pendingMark Kettenis
2008-02-12add tda(4), commented out for nowRobert Nagy
2008-02-12tda(4) is a driver for Philips TDA8444 which can be found inRobert Nagy
2008-02-10Attach to "lom-console". Hopefuly this will give us a proper console onMark Kettenis
2008-02-10Add interrupt state diagnostic registers.Mark Kettenis
2008-02-03Map windows little-endian like the MI pcmcia code expects.Mark Kettenis
2008-02-02id like to install via a fibre gem on my 880, so add the gentbi phy that itDavid Gwynne
2008-01-24Finish the beep(4) driver by hooking it up to the ukbd(4) beep handlerRobert Nagy
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing