Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: mlelstv
Date: Sat Dec 20 06:50:45 UTC 2025
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h
src/sys/dev/pci: if_re_pci.c
Log Message:
Use private mutex to make code MPSAFE.
Enable MPSAFE interrupt for PCI (but not cardbus).
Fix handling multi-fragments in error path.
Move RTKQ_PICE handling into re_intr().
Increase queue lengths a bit.
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/sys/dev/ic/rtl8169.c
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -u -r1.59 -r1.60 src/sys/dev/ic/rtl81x9var.h
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/if_re_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index