summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2020-07-22Nuke unused struct scsi_link members of adapter softc's where theKenneth R Westerback
2020-07-20Neither is saa.ssa.pool the same as saa.saa_pool.Kenneth R Westerback
2020-07-20Missed a chunk somewhere along the line. Use our_id vs our_id_b inKenneth R Westerback
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"Kenneth R Westerback
2020-07-20The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.Stefan Sperling
2020-07-19Move the adapter related items (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.Kenneth R Westerback
2020-07-14Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) whenKenneth R Westerback
2020-07-13Where we have a pointer (sc) to the relevant adapter_softc, useKenneth R Westerback
2020-07-13Remove some pointless casting of void * when assigning oneKenneth R Westerback
2020-07-13When athn(4) is deciding how to decrypt an incoming frame, look into theStefan Sperling
2020-07-12Minor code shuffle to close ranks of sc_link initializations.Kenneth R Westerback
2020-07-12False alarm, back it goes. Managed to mangle my kernel build directoryKenneth R Westerback
2020-07-11Revert previous. Broke something somehow.Kenneth R Westerback
2020-07-11Cache the adapter's port_wwn and node_wwn in mpi_softc, not theKenneth R Westerback
2020-07-11Cache a scsibus_softc * and use it rather than cludging indirectKenneth R Westerback
2020-07-11Garbage collect unused nvme_softc member "sc_scsibus".Kenneth R Westerback
2020-07-11Cache a pointer to the scsibus_softc rather than hoping the copy inKenneth R Westerback
2020-07-11Oops. One too many lines deleted, leaving 'buswidth' uninitialized butKenneth R Westerback
2020-07-11Shuffle sc_link.openings initialization down to its friends and justKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments to make upcoming diff(s) smallerKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_PURGE() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-05Double checking you committed the correct diff sometimes paysKenneth R Westerback
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itKenneth R Westerback
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-01If the adapter card needs to keep track of its own id on the bus, orKenneth R Westerback
2020-06-30adjust functions for new const in drm MI code; ok jsgTheo de Raadt
2020-06-29Don't create sd(4) devices for nvme(4) namespaces that areKenneth R Westerback
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-26ath(4): fix ATH_TICKS()cheloha
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth toKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicateKenneth R Westerback
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andKenneth R Westerback
2020-06-22use ifiq_input and use it's return value to apply backpressure to rxrs.David Gwynne
2020-06-19Add support for BCM4359 SDIO variants such as the AP6359SA module foundMark Kettenis
2020-06-19Whitespace.Kenneth R Westerback
2020-06-19Whitespace. Two short lines to one line.Kenneth R Westerback
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingJonathan Matthew