summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2020-10-27If Open Firmware doesn't provide an interrupt mapping, use the swizzledMark Kettenis
2020-10-24If the #msi-eqs property says there are no event queues, don't try to setJonathan Matthew
2020-10-23Refactor page fault/error functions, normalizing their operation relativeTheo de Raadt
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tTheo de Raadt
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha
2020-10-16unbreak buildJonathan Gray
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-10-01fix indentationJonathan Gray
2020-09-24The sparc64 pagefault vectors are directly to specific functions, andTheo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'Kenneth R Westerback
2020-09-14emuinstr() proto dies also after emul.c cleanup; from miodTheo de Raadt
2020-09-14Delete some emulator code which has never been used on 64 bit sparcTheo de Raadt
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYKenneth R Westerback
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.Kenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big toKenneth R Westerback
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2020-08-13Add __multi3 from compiler_rt-8.xJeremie Courreges-Anglas
2020-07-31On sun4u systems that have the STICK register, clear the NPT bit of theMark Kettenis
2020-07-24Enable usertc if the NPT bit isn't set for %tick and %sys_tick.Mark Kettenis
2020-07-22Nuke unused struct scsi_link member of vdsk_softc.Kenneth R Westerback
2020-07-22console marker should be after :Theo de Raadt
2020-07-21It's saa_flags, not flags.Kenneth R Westerback
2020-07-20saa.ssa.wwpn is not the same as saa.saa_wwpn.Kenneth R Westerback
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"Kenneth R Westerback
2020-07-19Disable userland timecounters for now. On some (all?) sun4u machines thisMark Kettenis
2020-07-19Move the adapter related items (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.Kenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-08Userland timecounter implementation for sparc64.Mark Kettenis
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-07-05Use scsi_link's 'bus' field rather than slightly more obscureKenneth R Westerback
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-25Fix variable shadowing that caused us to map the entire range (manyJonathan Matthew
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth toKenneth R Westerback
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andKenneth R Westerback
2020-06-24remove ifdeffed out code for redistributing pyro eq interrupts over cpus.David Gwynne
2020-06-23Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64Jonathan Matthew
2020-06-17sparc64 should define __HAVE_PCI_MSIXDavid Gwynne
2020-06-13Load CTF section to enable DDB's "show struct"kn
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-06-05Qemu does not like we load ofwboot on top of the bootblocks and asOtto Moerbeek