summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2014-12-04The sparc64 Open Firmware package-to-path call (used since softraid bootStefan Sperling
2014-11-30SPARC T4 and later have a pause instruction to voluntarily pause a virtualMark Kettenis
2014-11-26Introduce softraid boot support to sparc64 ofwboot.Stefan Sperling
2014-11-26Add a new ELF segment .openbsd.bootdata to the sparc64 kernel.Stefan Sperling
2014-11-26Add softraid support to sparc64 first-level boot blocks.Stefan Sperling
2014-11-26Add softraid boot support code files ported by me to sparc64 from amd64.Stefan Sperling
2014-11-26Copy some Open Firmware interface functions from the kernel to ofwboot.Stefan Sperling
2014-11-26Hook ofwbootfd to the build.Stefan Sperling
2014-11-26Add a separate ofwboot build for the sparc64 floppies.Stefan Sperling
2014-11-24Actually, the previous change didn't quite work on the SPARC T5-2. But ifMark Kettenis
2014-11-24Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI workMark Kettenis
2014-11-24The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI messageMark Kettenis
2014-11-24If we use the vintr cookie to point at the interrupt handler struct, weMark Kettenis
2014-11-24Use the pointer to "struct intrhand" as the vintr cookie.Mark Kettenis
2014-11-24On sun4v, interpret the first data word of a device interrupt message as aMark Kettenis
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-22Switch to using MI installboot, after a conversation with stsp. He willTheo de Raadt
2014-11-20Don't attempt to clear/disable %tick_cmpr. This register is no longer presentMark Kettenis
2014-11-20Disentagle bcopy/memcpy/memmove.Theo de Raadt
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-26uvm_km_valloc -> km_allocMark Kettenis
2014-10-25uvm_km_valloc -> km_allocMark Kettenis
2014-10-24Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
2014-10-24Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9).Mark Kettenis
2014-10-22make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *David Gwynne
2014-10-17Mark Cave-Ayland pointed out on tech@ that the OF_test_method was calledDaniel Dickman
2014-10-16No longer used.Mark Kettenis
2014-10-16The "close" word doesn't return any arguments.Mark Kettenis
2014-10-15move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant toSebastian Reitenbach
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-05pass size to free.David Gwynne
2014-10-05dont need to cast pointers to/from void *David Gwynne
2014-10-05ansify function definitions.David Gwynne
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-29The interrupt handler should now be mpsafe.Mark Kettenis
2014-09-29Add locking for our private descriptor message queue.Mark Kettenis
2014-09-29Add transmit queue locking.Mark Kettenis
2014-09-29Add support for using block devices in addition to files.Mark Kettenis
2014-09-28Properly serialize closing our vnode. Fixes the occasional panic duringMark Kettenis
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-26ansify; ok kettenis@Stefan Sperling
2014-09-22Drop the kernel lock when copying data to/from the other domain duringMark Kettenis
2014-09-21Don't request an ACK from the server if we're polling.Mark Kettenis
2014-09-21Decouple polled commands from the interrupt handler.Mark Kettenis
2014-09-18Use config_suspend_all(9).Mark Kettenis