summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2022-10-19dwiic(4): Don't try processing interrupts before attach completes.riastradh
2022-10-12fix few typos in comments.andvar
2022-10-08com(4): Omit never-used sc_vendor_workaround member.riastradh
2022-10-06com(4): Add include guards.riastradh
2022-10-06fix few typos in comments and node description.andvar
2022-10-03com(4): Nix quirky `integrate' macro.riastradh
2022-10-03com(4): Omit needless spltty in comstart.riastradh
2022-10-03com(4): Nix dead code.riastradh
2022-10-03com(4): Comment on lock order.riastradh
2022-10-03com(4): Update confusing comment from decades ago to reflect now.riastradh
2022-10-01Add Nuvoton NCT6799D support.msaitoh
2022-09-26Extent rtl8188eu_txagc[] (in a quite cryptic way duplicating allmartin
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-22ichsmb(4): Remove confusing `lpcib_' prefix on register names.riastradh
2022-09-22tco(4): Nix PMC_TCO_BASE offset in TCO register definitions.riastradh
2022-09-22tco(4): Use a subregion of the PMC registers for TCO registers.riastradh
2022-09-22ichlpcib(4), tco(4): Take `lpcib_' off various names.riastradh
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE. (This driver never even set it.)thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-13nvme(4): Don't leak memory for queues on every resume.riastradh
2022-09-07tpm(4): add missing newline character in device_printf()khorben
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-08-30nvme(4): Actually check if bp is null as commented previously.riastradh
2022-08-30nvme(4): If bp is null or bp->b_ci is not assigned, use curcpu().riastradh
2022-08-28Sprinkle constskrll
2022-08-25add missing bus_dmamap_unload().ryo
2022-08-24jumboframe support for eqos(4)ryo
2022-08-24rename EQOS_TDES3_* macro to EQOS_TDES3_{TX,RX}_*, and add more defs.ryo
2022-08-24Giving up adjusting ETHER_ALIGN.ryo
2022-08-23Fix eqos(4) to work on RK3588 as well.ryo
2022-08-20nvme(4): Read cqe flags and cid in that order.riastradh
2022-08-20It is possible to overflow the (low 32bit) HPET counter between hpet_attachmlelstv
2022-08-15nvme(4): KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2022-08-14nvme: Make sure that q_ccb_list is always accessed with the q lock held.jmcneill
2022-08-09Turn off AWIN_GMAC_MAC_CONF_ACS, so that all received packets retain FCSsekiya
2022-08-06PR 56948: fix multicast hash filter setupmartin
2022-08-05Do not unilaterally set M_HASFCS; this breaks protocols that lack CRC bytessekiya
2022-08-01Prevent multiple unregistrations.mlelstv
2022-08-01revert accidental commit.mlelstv
2022-08-01Revert this to 1.205, undoing changes apparently mistakenlykre
2022-08-01Now really restore 1.24.mlelstv
2022-08-01Revert last accidental commits.mlelstv
2022-08-01Also fix shift values for SCT constants.mlelstv
2022-07-31The namespace id is a 32bit value, in particular the "all namespaces" valuemlelstv
2022-07-31The status is an 8 bit field. Fix masks and move the status type fieldmlelstv
2022-07-30aprint_error_dev is for autoconfig messages, use device_printf instead.mlelstv
2022-07-21Add some driver debugging infrastructuremartin
2022-07-20When we init the hardware's rx/tx ring configuration we need tomartin
2022-07-16Add max 256 VD support.msaitoh