Module Name: src Committed By: msaitoh Date: Thu Aug 1 13:36:38 UTC 2019
Modified Files: src/sys/dev/pci: if_et.c if_etreg.h Log Message: Make et(4) work: - Enabling TX/RX in et_init() will always fail when cable is not plugged in, if this happens, we delay TX/RX enablement until link is up. From FreeBSD. - Modify flow control stuff a little (from FrerBSD). It still doesn't work. - KNF. Part of OpenBSD 1.12. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/if_et.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_etreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.