Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci/igc



Module Name:    src
Committed By:   rin
Date:           Wed Aug 12 01:42:16 UTC 2026

Modified Files:
        src/sys/dev/pci/igc: if_igc.c

Log Message:
igc: Fix KASSERT failure when `ifconfig igc%d down`

When we invoke callout_halt(9) for rxr->rx_refill, both in
igc_stop_locked() and igc_free_receive_buffers(), we don't hold
rxr->rxr_lock.

Also, `drvctl -d igc%d` does not trigger KASSERT failure now.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/igc/if_igc.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