summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
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
2008-01-10Fix spelloMarco Peereboom
2008-01-08Be uniform with console message from other devicesTheo de Raadt
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
2008-01-06Add STICK_INT.Mark Kettenis
2008-01-04Prevent sign-extension when setting ASI in %tstate.Mark Kettenis
2008-01-03Fix debug code.Mark Kettenis
2008-01-03Add an explicit clobber to prevent gcc from reordering instructions aroundMiod Vallat
2008-01-03Remove redundant extenr declaration.Mark Kettenis
2008-01-03Don't depend on evil (struct psycho_pbm *) cast.Mark Kettenis
2008-01-03Remove some junk.Mark Kettenis
2008-01-03Make slowtrap check the real stack pointer instead of whatever is in %g6.Mark Kettenis
2008-01-01Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@Miod Vallat
2007-12-26Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT)Miod Vallat
2007-12-23In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text andMark Kettenis