CVS commit: src/sys/dev/pci/igc
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: wiz Date: Wed Jun 10 21:02:49 UTC 2026 Modified Files: src/sys/dev/pci/igc: if_igc.c if_igc.h Log Message: igc(4): don't panic when mbuf allocation fails Instead, try again later, triggered by a callout. Fixes PR 60175. ok martin@ To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/pci/igc/if_igc.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/igc/if_igc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.