CVS commit: src/sys/arch/arm/ti

2023-02-27 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Mon Feb 27 21:15:09 UTC 2023 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Uncomment and protect sanity checks that would drop into the debugger with a CPSW_DEBUG_DMA define. This handles a condition where checking

CVS commit: src/sys/arch/arm/ti

2023-02-27 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Mon Feb 27 21:15:09 UTC 2023 Modified Files: src/sys/arch/arm/ti: if_cpsw.c Log Message: Uncomment and protect sanity checks that would drop into the debugger with a CPSW_DEBUG_DMA define. This handles a condition where checking

CVS commit: src/sys/dev/ic

2022-08-09 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Tue Aug 9 23:58:46 UTC 2022 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Turn off AWIN_GMAC_MAC_CONF_ACS, so that all received packets retain FCS bytes. ether_input() can now trust M_HASFCS to accurately represent the

CVS commit: src/sys/dev/ic

2022-08-09 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Tue Aug 9 23:58:46 UTC 2022 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Turn off AWIN_GMAC_MAC_CONF_ACS, so that all received packets retain FCS bytes. ether_input() can now trust M_HASFCS to accurately represent the

CVS commit: src/sys/dev/ic

2022-08-05 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Fri Aug 5 21:03:43 UTC 2022 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Do not unilaterally set M_HASFCS; this breaks protocols that lack CRC bytes (such as AppleTalk). Instead, remove/preserve the final four bytes i

CVS commit: src/sys/dev/ic

2022-08-05 Thread Christopher KOBAYASHI
Module Name:src Committed By: sekiya Date: Fri Aug 5 21:03:43 UTC 2022 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Do not unilaterally set M_HASFCS; this breaks protocols that lack CRC bytes (such as AppleTalk). Instead, remove/preserve the final four bytes i