ref: 0231537cbac846087f5ac132aba5c97ec9d4cffa
parent: 73ffc757d57e3b84fe62d679425be6be209fcfac
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Dec 4 12:31:54 EST 2023
ether8169: fix rx/tx on more recent realtek models (thanks uramekus) Recent realtek models will not send packets if rx/tx is enabled before configuration is complete. Additionally, the RXDV gate should be enabled to put traffic on the fifo instead of the DMA controller. this follows OpenBSD's sys/dev/pci/if_rge.c and FreeBSD's sys/dev/re/if_re.c