summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2023-07-07virtio(4): Fix byte order of DMA data for armeb in the same manner asrin
2023-06-27correct register function annotation as it's for receive coalesce.nisimura
2023-06-24Fix typo in comment.msaitoh
2023-06-23Add missing read to count Circuit Breaker Rx Dropped Packet correctly.msaitoh
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-05-30Use device_printf() instead of aprint_error_dev().msaitoh
2023-05-29aq(4): if_transmit: Invoke softint_schedule(9) with kpreempt disabled.rin
2023-05-17Update URL of the technical manual.tsutsui
2023-05-15Count the number of link down events in the MAC using with LINK_DN_CNT.msaitoh
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-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-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-06few more typos in the word "register", mainly s/resister/register/.andvar
2023-05-06s/Regiser/Register/ and s/regester/register/ in comments.andvar
2023-04-21virtio(4): change members of struct vring_desc_extra before free a slotyamaguchi
2023-04-19virtio(4): change variable name, nfcyamaguchi
2023-04-19Fix not to allocate unnecessary descriptoryamaguchi
2023-04-19Use enumeration for state of a child driver instead of flagsyamaguchi
2023-04-16virtio@pci: Fix assertion on detach.riastradh
2023-04-12ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.riastradh
2023-04-06Regen.msaitoh
2023-04-06The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.msaitoh
2023-03-31Added flags to store status of attaching a virtio deviceyamaguchi
2023-03-31Use descriptor chain for free slots instead of vq_entry listyamaguchi
2023-03-29virtio(4): Use flexible array members, not zero-length arrays.riastradh
2023-03-29virtio(4): Fix sizing of virtqueue allocation.riastradh
2023-03-27Use PRIuBUSSIZE to print bus_size_t variables.nakayama
2023-03-27virtio(4): Avoid name collision with global intrhand on sparc64.riastradh
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2023-03-25Mark as MPSAFE.mlelstv
2023-03-25Fix 32bit overflow when calculating balloon size.mlelstv