Module Name:src
Committed By: thorpej
Date: Sun Sep 18 12:43:41 UTC 2022
Modified Files:
src/sys/arch/mips/sibyte/dev: sbmac.c
Log Message:
Eliminate use of IFF_OACTIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/mips/sibyte/dev/sbmac.c
P
Module Name:src
Committed By: thorpej
Date: Sun Sep 18 12:43:41 UTC 2022
Modified Files:
src/sys/arch/mips/sibyte/dev: sbmac.c
Log Message:
Eliminate use of IFF_OACTIVE.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/mips/sibyte/dev/sbmac.c
P
Module Name:src
Committed By: thorpej
Date: Sat Aug 20 18:40:35 UTC 2022
Modified Files:
src/sys/arch/mips/sibyte/dev: sbmac.c
Log Message:
sbmac_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
"IF_POLL() -> IF_DEQUEUE() on success".
To generate a diff of
Module Name:src
Committed By: thorpej
Date: Sat Aug 20 18:40:35 UTC 2022
Modified Files:
src/sys/arch/mips/sibyte/dev: sbmac.c
Log Message:
sbmac_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with
"IF_POLL() -> IF_DEQUEUE() on success".
To generate a diff of