Module Name: src Committed By: christos Date: Mon Aug 12 18:55:01 UTC 2024
Modified Files: src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h Log Message: PR/58588: Christos Zoulas: Avoid crashes when exiting promiscuous mode (^C tcpdump) by disabling RX in re_stop. Also add some earlyoff stuff while here. >From FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/dev/ic/rtl8169.c cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/rtl81x9reg.h cvs rdiff -u -r1.58 -r1.59 src/sys/dev/ic/rtl81x9var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.