summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-09-27Make struct label_t large enough for the kernel setjmp() purposes. Found afterMiod Vallat
2011-09-22nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments.Jasper Lievisse Adriaanse
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-07-25Disable MSI for now; something is still not quite right on UltrSPARC T2Mark Kettenis
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-16device_register() is called on the scsibus(4) devices beforeMatthew Dempsky
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-07-07deraadt says disable bluetooth everywhere else tooTed Unangst
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-07There is a bunch of places in the kernel entry points where we don'tArtur Grabowski
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Handle pci_conf_read() faults on reading non-existent registers that resultMark Kettenis
2011-07-06Clean up after P_BIGLOCK removal.Artur Grabowski
2011-07-06Add MSI support to pyro(4). Tested on a v215 with the on-board mpi(4).Mark Kettenis
2011-07-06Split some generic MSI code out into its own file.Mark Kettenis
2011-07-06Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code.Mark Kettenis
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-05Replace last remaining users of link->scsibus withMatthew Dempsky
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-02Per recommandation in the the sparc docs, use unlocked reads whenPhilip Guenthe
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky
2011-06-27If an shared interrupt handler returns -1, continue running other handlers.Theo de Raadt
2011-06-27When adding interrupt handlers to a chain, install them in priority order.Joel Sing
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-26First stab at MSI support for vpci(4). Still a few rough edges, but seemsMark Kettenis
2011-06-26In the shared interrupt handler, return the pil and ci_handled_intr_levelTheo de Raadt
2011-06-26Fix some inconsistencies in how we build 64-bit addresses from OF properties.Mark Kettenis
2011-06-26Implement pci_intr_map_msi().Mark Kettenis
2011-06-26Missed a parameter in the pci_msi_setmsiq hypervisor call.Mark Kettenis
2011-06-25Add MSI hypervisor calls.Mark Kettenis
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-24We should only ack a shared interrupt once, after we've run all the handlers.Mark Kettenis
2011-06-23Fix the error path in bus_dmamem_map.Ariane van der Steldt
2011-06-22enable myx(4), now that it worksTheo de Raadt
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-06Set FEF bit in the %fprs register when handling an fp_disabled trap fromMark Kettenis
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-05-24On OpenBSD, we've always attached scsibus(4) to umass(4), even forMatthew Dempsky
2011-05-21It's better to have the pci_intr_map_msi() stub return -1.Mark Kettenis
2011-05-21Add pci_intr_map_msi() stub.Mark Kettenis