summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc64/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* blacklist com on m3000s. our com code causes faults somehow.dlg2021-01-191-1/+20
* Refactor klist insertion and removalvisa2020-12-251-4/+4
* Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan2020-12-121-2/+2
* If Open Firmware doesn't provide an interrupt mapping, use the swizzledkettenis2020-10-271-3/+11
* If the #msi-eqs property says there are no event queues, don't try to setjmatthew2020-10-241-1/+3
* unbreak buildjsg2020-10-161-2/+2
* Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callkrw2020-10-151-2/+2
* fix indentationjsg2020-10-011-2/+2
* Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw2020-09-221-9/+9
* Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw2020-09-051-2/+2
* Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw2020-09-031-2/+2
* When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2020-09-021-2/+2
* Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw2020-09-011-9/+9
* Nuke unused struct scsi_link member of vdsk_softc.krw2020-07-221-2/+1
* console marker should be after :deraadt2020-07-221-2/+2
* It's saa_flags, not flags.krw2020-07-211-2/+2
* saa.ssa.wwpn is not the same as saa.saa_wwpn.krw2020-07-201-2/+2
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-201-4/+5
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-191-6/+6
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-161-7/+7
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-111-2/+2
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-3/+3
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-3/+3
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-271-2/+1
* Fix variable shadowing that caused us to map the entire range (manyjmatthew2020-06-251-5/+5
* Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth tokrw2020-06-241-2/+2
* Nuke some pointless *_dev_probe() and *_dev_free() functions andkrw2020-06-241-23/+6
* remove ifdeffed out code for redistributing pyro eq interrupts over cpus.dlg2020-06-241-75/+1
* Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64jmatthew2020-06-236-108/+363
* sparc64 should define __HAVE_PCI_MSIXdlg2020-06-171-1/+41
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* change wsdisplay attribute type from long to uint32_tjsg2020-05-258-47/+47
* rename wsdisplay alloc_attr() to pack_attr()jsg2020-05-252-7/+7
* Implement kqueue(2) support.mpi2020-05-231-1/+124
* fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha2020-02-201-2/+2
* Flip vdsk to 'normal' scsi_adapter idiom.krw2020-02-181-11/+10
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-181-2/+1
* Nuke unnecessary abstraction 'scsi_minphys()' which just callskrw2020-02-051-2/+2
* vsdk -> vdsk in a panic messagetedu2020-01-261-2/+2
* Shuffle some names around to make reading the code less headachekrw2020-01-261-2/+2
* Convert to tsleep_nsec(9).mpi2020-01-161-2/+3
* Unbreak DEBUG build: use %x not %lx with intkn2020-01-011-2/+2
* Unbreak DEBUG build: do not use undefined pakn2020-01-011-3/+3
* Unbreak DEBUG build: Format bus_{addr,size}_t as longkn2020-01-011-8/+8
* Unbreak DEBUG build: format time_t as long longkn2020-01-011-2/+2
* poll handlers must return a poll(2) revents value, not errno(2) values.reyk2019-12-191-2/+2
* Remove clause #3 from mrg@NetBSD license.mpi2019-12-0510-30/+10
* sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@cheloha2019-10-123-12/+12
* Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.beck2019-10-061-2/+2