summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2023-05-15Count the number of link down events in the MAC using with LINK_DN_CNT.msaitoh
2023-05-14fix typqpgoyette
2023-05-14Regenpgoyette
2023-05-14Add a Lenovo mouse so we can set the ALWAYS_ON quirk.pgoyette
2023-05-13fix typo in unused definition s/ESA_KDATA_OUEUE_LEFT/ESA_KDATA_QUEUE_LEFT/.andvar
2023-05-13fix typos in comments.andvar
2023-05-13dk(4): Need pdk->dk_openlock to read pdk->dk_wedges.riastradh
2023-05-11Remove unused variablemartin
2023-05-11Fix typo. s/ictxact/ictxatc/. No functional change.msaitoh
2023-05-11 Use WM_IS_ICHPCH(). No functional change.msaitoh
2023-05-11Fix prc511's comment and description.msaitoh
2023-05-11Add SOICZIFDATA (ifconfig -z) support for evcnt(9).msaitoh
2023-05-11 Move statistics updating code from wm_tick() to new wm_update_stats().msaitoh
2023-05-11Add some new event counters.msaitoh
2023-05-11 Some statistics registers were replaced with new counters.msaitoh
2023-05-11Don't add "Count" for event counter's description.msaitoh
2023-05-11Fix a bug that the transmit underrun counter is incorrectly counted.msaitoh
2023-05-11IC{TX,RX}*C registers are for older than 82575.msaitoh
2023-05-11Sort lines. No functional change.msaitoh
2023-05-11Sort lines. No functional change.msaitoh
2023-05-11Add note for the TORL register.msaitoh
2023-05-11Count some 64bit counters correctly.msaitoh
2023-05-11Fix missing check for netq->netq_stopping in vioif_rx_intr()yamaguchi
2023-05-10dk(4): Make it clearer that dkopen EROFS branch doesn't leak.riastradh
2023-05-10opl(4): Use config_detach_children.riastradh
2023-05-10acpi(4): Fix membars in ACPI_ACQUIRE/RELEASE_GLOBAL_LOCK.riastradh
2023-05-10uts(4): Use config_detach_children.riastradh
2023-05-10udsbr(4): Use config_detach_children.riastradh
2023-05-10irmce(4): Use config_detach_children.riastradh
2023-05-10xirc(4): Use config_detach_children.riastradh
2023-05-10pcmcom(4): Use config_detach_children.riastradh
2023-05-10mhzc(4): Use config_detach_children.riastradh
2023-05-10ismt(4): Use config_detach_children.riastradh
2023-05-10esa(4): Use config_detach_children.riastradh
2023-05-10emuxki(4): Use config_detach_children.riastradh
2023-05-10cxdtv(4): Use config_detach_children.riastradh
2023-05-10auich(4): Use config_detach_children.riastradh
2023-05-10nandemulator(4): Use config_detach_children.riastradh
2023-05-10wb(4): Use config_detach_children.riastradh
2023-05-10spc(4): Use config_detach_children.riastradh
2023-05-10aic(4): Use config_detach_children.riastradh
2023-05-10ims(4): Use config_detach_children.riastradh
2023-05-10hpf1275a(4): Use config_detach_children.riastradh
2023-05-10hilms(4): Use config_detach_children.riastradh
2023-05-10gpiosim(4): Use config_detach_children.riastradh
2023-05-10gpioow(4): Use config_detach_children.riastradh
2023-05-10gpioiic(4): Use config_detach_children.riastradh
2023-05-10acpiwmi(4): Use config_detach_children.riastradh
2023-05-09dk(4): Fix typo: sc_state, not sc_satte.riastradh
2023-05-09dk(4): Omit needless sc_iopend, sc_dkdrn mechanism.riastradh