Age | Commit message (Expand) | Author |
2021-01-19 | blacklist com on m3000s. our com code causes faults somehow. | David Gwynne |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-12 | Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp. | jan |
2020-10-27 | If Open Firmware doesn't provide an interrupt mapping, use the swizzled | Mark Kettenis |
2020-10-24 | If the #msi-eqs property says there are no event queues, don't try to set | Jonathan Matthew |
2020-10-16 | unbreak build | Jonathan Gray |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-10-01 | fix indentation | Jonathan Gray |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link member of vdsk_softc. | Kenneth R Westerback |
2020-07-22 | console marker should be after : | Theo de Raadt |
2020-07-21 | It's saa_flags, not flags. | Kenneth R Westerback |
2020-07-20 | saa.ssa.wwpn is not the same as saa.saa_wwpn. | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-25 | Fix variable shadowing that caused us to map the entire range (many | Jonathan Matthew |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to | Kenneth R Westerback |
2020-06-24 | Nuke some pointless *_dev_probe() and *_dev_free() functions and | Kenneth R Westerback |
2020-06-24 | remove ifdeffed out code for redistributing pyro eq interrupts over cpus. | David Gwynne |
2020-06-23 | Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64 | Jonathan Matthew |
2020-06-17 | sparc64 should define __HAVE_PCI_MSIX | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-23 | Implement kqueue(2) support. | Martin Pieuchot |
2020-02-20 | fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2020-02-18 | Flip vdsk to 'normal' scsi_adapter idiom. | Kenneth R Westerback |
2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. | Martin Pieuchot |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-26 | vsdk -> vdsk in a panic message | Ted Unangst |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-16 | Convert to tsleep_nsec(9). | Martin Pieuchot |
2020-01-01 | Unbreak DEBUG build: use %x not %lx with int | kn |
2020-01-01 | Unbreak DEBUG build: do not use undefined pa | kn |
2020-01-01 | Unbreak DEBUG build: Format bus_{addr,size}_t as long | kn |
2020-01-01 | Unbreak DEBUG build: format time_t as long long | kn |
2019-12-19 | poll handlers must return a poll(2) revents value, not errno(2) values. | Reyk Floeter |
2019-12-05 | Remove clause #3 from mrg@NetBSD license. | Martin Pieuchot |
2019-10-12 | sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@ | cheloha |
2019-10-06 | Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags. | Bob Beck |