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