summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg9-23/+23
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha1-2/+9
2021-01-19blacklist com on m3000s. our com code causes faults somehow.dlg1-1/+20
2020-12-25Refactor klist insertion and removalvisa1-4/+4
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan1-2/+2
2020-10-27If Open Firmware doesn't provide an interrupt mapping, use the swizzledkettenis1-3/+11
2020-10-24If the #msi-eqs property says there are no event queues, don't try to setjmatthew1-1/+3
2020-10-16unbreak buildjsg1-2/+2
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callkrw1-2/+2
2020-10-01fix indentationjsg1-2/+2
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw1-9/+9
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw1-2/+2
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw1-2/+2
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw1-2/+2
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw1-9/+9
2020-07-22Nuke unused struct scsi_link member of vdsk_softc.krw1-2/+1
2020-07-22console marker should be after :deraadt1-2/+2
2020-07-21It's saa_flags, not flags.krw1-2/+2
2020-07-20saa.ssa.wwpn is not the same as saa.saa_wwpn.krw1-2/+2
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"krw1-4/+5
2020-07-19Move the adapter related items (luns, adapter, adapter_target,krw1-6/+6
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.krw1-7/+7
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw1-2/+2
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick1-3/+3
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick1-3/+3
2020-07-06Add support for timeconting in userland.pirofti1-2/+2
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw1-2/+1
2020-06-25Fix variable shadowing that caused us to map the entire range (manyjmatthew1-5/+5
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth tokrw1-2/+2
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andkrw1-23/+6
2020-06-24remove ifdeffed out code for redistributing pyro eq interrupts over cpus.dlg1-75/+1
2020-06-23Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64jmatthew6-108/+363
2020-06-17sparc64 should define __HAVE_PCI_MSIXdlg1-1/+41
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-25change wsdisplay attribute type from long to uint32_tjsg8-47/+47
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg2-7/+7
2020-05-23Implement kqueue(2) support.mpi1-1/+124
2020-02-20fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha1-2/+2
2020-02-18Flip vdsk to 'normal' scsi_adapter idiom.krw1-11/+10
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi1-2/+1
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw1-2/+2
2020-01-26vsdk -> vdsk in a panic messagetedu1-2/+2
2020-01-26Shuffle some names around to make reading the code less headachekrw1-2/+2
2020-01-16Convert to tsleep_nsec(9).mpi1-2/+3
2020-01-01Unbreak DEBUG build: use %x not %lx with intkn1-2/+2
2020-01-01Unbreak DEBUG build: do not use undefined pakn1-3/+3
2020-01-01Unbreak DEBUG build: Format bus_{addr,size}_t as longkn1-8/+8
2020-01-01Unbreak DEBUG build: format time_t as long longkn1-2/+2
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.reyk1-2/+2
2019-12-05Remove clause #3 from mrg@NetBSD license.mpi10-30/+10