summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move remaining scsi bus initialization info from "prototype scsi link"krw2020-07-2023-147/+141
* The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.stsp2020-07-203-6/+6
* Move the adapter related items (luns, adapter, adapter_target,krw2020-07-1923-134/+153
* Access adapter softc via link->bus->sb_adapter_softc.krw2020-07-1626-98/+97
* Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) whenkrw2020-07-141-3/+3
* Where we have a pointer (sc) to the relevant adapter_softc, usekrw2020-07-133-6/+6
* Remove some pointless casting of void * when assigning onekrw2020-07-138-23/+23
* When athn(4) is deciding how to decrypt an incoming frame, look into thestsp2020-07-131-2/+2
* Minor code shuffle to close ranks of sc_link initializations.krw2020-07-121-3/+5
* False alarm, back it goes. Managed to mangle my kernel build directorykrw2020-07-122-5/+3
* Revert previous. Broke something somehow.krw2020-07-112-3/+5
* Cache the adapter's port_wwn and node_wwn in mpi_softc, not thekrw2020-07-112-4/+9
* Cache a scsibus_softc * and use it rather than cludging indirectkrw2020-07-112-4/+6
* Garbage collect unused nvme_softc member "sc_scsibus".krw2020-07-112-5/+3
* Cache a pointer to the scsibus_softc rather than hoping the copy inkrw2020-07-112-4/+6
* Oops. One too many lines deleted, leaving 'buswidth' uninitialized butkrw2020-07-111-1/+2
* Shuffle sc_link.openings initialization down to its friends and justkrw2020-07-111-6/+4
* Expunge some Captain Obvious comments to make upcoming diff(s) smallerkrw2020-07-111-5/+1
* Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw2020-07-1115-63/+18
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-1020-50/+50
* Change users of IFQ_PURGE() to use the "new" API.patrick2020-07-101-2/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-1019-39/+39
* Move sc->sc_link initialization closer to config_found() invocationkrw2020-07-091-11/+12
* Repair athn(4) in client mode against WPA2 access points.stsp2020-07-062-13/+30
* Double checking you committed the correct diff sometimes payskrw2020-07-054-17/+17
* Nuke struct scsi_link's "scsibus" member. The two drivers using itkrw2020-07-052-4/+4
* Nestle all sc_c.sc_link initialization near config_found() invocation.krw2020-07-042-9/+10
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-023-34/+32
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-022-22/+4
* Shuffle things around so that sc->sc_link initialization iskrw2020-07-022-23/+4
* If the adapter card needs to keep track of its own id on the bus, orkrw2020-07-016-27/+30
* adjust functions for new const in drm MI code; ok jsgderaadt2020-06-302-10/+10
* Don't create sd(4) devices for nvme(4) namespaces that arekrw2020-06-291-12/+7
* Nuke trailing whitespace.krw2020-06-2711-51/+51
* No need to bzero()/memset() 'struct scsibus_attach_args' variableskrw2020-06-2723-48/+23
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-06-271-8/+4
* ath(4): fix ATH_TICKS()cheloha2020-06-261-2/+2
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-243-12/+12
* Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingkrw2020-06-245-11/+11
* Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth tokrw2020-06-242-4/+4
* Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicatekrw2020-06-241-3/+3
* Nuke some pointless *_dev_probe() and *_dev_free() functions andkrw2020-06-241-12/+3
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-225-12/+19
* Add support for BCM4359 SDIO variants such as the AP6359SA module foundkettenis2020-06-191-2/+7
* Whitespace.krw2020-06-191-2/+2
* Whitespace. Two short lines to one line.krw2020-06-192-14/+13
* Make use of hardware crypto for CCMP. The tricky bits had been lyingjmatthew2020-06-112-5/+23
* update drm to linux 5.7jsg2020-06-085-90/+104
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-3/+1
* change wsdisplay attribute type from long to uint32_tjsg2020-05-254-34/+34