Age | Commit message (Expand) | Author |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Neither is saa.ssa.pool the same as saa.saa_pool. | Kenneth R Westerback |
2020-07-20 | Missed a chunk somewhere along the line. Use our_id vs our_id_b in | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-20 | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. | Stefan Sperling |
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-14 | Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) when | Kenneth R Westerback |
2020-07-13 | Where we have a pointer (sc) to the relevant adapter_softc, use | Kenneth R Westerback |
2020-07-13 | Remove some pointless casting of void * when assigning one | Kenneth R Westerback |
2020-07-13 | When athn(4) is deciding how to decrypt an incoming frame, look into the | Stefan Sperling |
2020-07-12 | Minor code shuffle to close ranks of sc_link initializations. | Kenneth R Westerback |
2020-07-12 | False alarm, back it goes. Managed to mangle my kernel build directory | Kenneth R Westerback |
2020-07-11 | Revert previous. Broke something somehow. | Kenneth R Westerback |
2020-07-11 | Cache the adapter's port_wwn and node_wwn in mpi_softc, not the | Kenneth R Westerback |
2020-07-11 | Cache a scsibus_softc * and use it rather than cludging indirect | Kenneth R Westerback |
2020-07-11 | Garbage collect unused nvme_softc member "sc_scsibus". | Kenneth R Westerback |
2020-07-11 | Cache a pointer to the scsibus_softc rather than hoping the copy in | Kenneth R Westerback |
2020-07-11 | Oops. One too many lines deleted, leaving 'buswidth' uninitialized but | Kenneth R Westerback |
2020-07-11 | Shuffle sc_link.openings initialization down to its friends and just | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments to make upcoming diff(s) smaller | 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_PURGE() 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-09 | Move sc->sc_link initialization closer to config_found() invocation | Kenneth R Westerback |
2020-07-06 | Repair athn(4) in client mode against WPA2 access points. | Stefan Sperling |
2020-07-05 | Double checking you committed the correct diff sometimes pays | Kenneth R Westerback |
2020-07-05 | Nuke struct scsi_link's "scsibus" member. The two drivers using it | Kenneth R Westerback |
2020-07-04 | Nestle all sc_c.sc_link initialization near config_found() invocation. | Kenneth R Westerback |
2020-07-02 | Shuffle things around so that sc->sc_link initialization is | Kenneth R Westerback |
2020-07-02 | Shuffle things around so that sc->sc_link initialization is | Kenneth R Westerback |
2020-07-02 | Shuffle things around so that sc->sc_link initialization is | Kenneth R Westerback |
2020-07-01 | If the adapter card needs to keep track of its own id on the bus, or | Kenneth R Westerback |
2020-06-30 | adjust functions for new const in drm MI code; ok jsg | Theo de Raadt |
2020-06-29 | Don't create sd(4) devices for nvme(4) namespaces that are | Kenneth R Westerback |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-27 | Replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2020-06-26 | ath(4): fix ATH_TICKS() | cheloha |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicate | Kenneth R Westerback |
2020-06-24 | Nuke some pointless *_dev_probe() and *_dev_free() functions and | Kenneth R Westerback |
2020-06-22 | use ifiq_input and use it's return value to apply backpressure to rxrs. | David Gwynne |
2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found | Mark Kettenis |
2020-06-19 | Whitespace. | Kenneth R Westerback |
2020-06-19 | Whitespace. Two short lines to one line. | Kenneth R Westerback |
2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying | Jonathan Matthew |