summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2008-01-20Add temperature sensor.Mark Kettenis
2008-01-19Simplify CLKF_INTR by making it look at the saved interrupt level,Mark Kettenis
2008-01-19When I say commented out, I should comment it out before comitting.Mark Kettenis
2008-01-19Add commented out entry for environ(4).Mark Kettenis
2008-01-19Make host bridges provide their own implementation of pci_conf_read() andMark Kettenis
2008-01-18Print consoleness the canonical way.Mark Kettenis
2008-01-18Add environ(4).Mark Kettenis
2008-01-18First attempt to write a driver for the environment device found onMark Kettenis
2008-01-17Print names we get from the prom within double quotes.Mark Kettenis
2008-01-16Simplify spilling register windows into the pcb by storing the stack pointerMark Kettenis
2008-01-15Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-01-15Enable umbg(4).Marc Balmer
2008-01-12Don't steal a register window in ipi_save_fpstate; it could have badMark Kettenis
2008-01-10instead of showing { love }, fix the macro do use the do { ... } while (0) co...Theo de Raadt
2008-01-10Fix {}Marco Peereboom