Re: [PATCH rtems-libbsd 1/3] dev/mii: Handle PHY read timeouts

2021-07-09 Thread Kinsey Moore
On 7/9/2021 00:32, Chris Johns wrote: On 9/7/21 3:28 pm, Sebastian Huber wrote: On 09/07/2021 03:14, Kinsey Moore wrote: PHY read timeouts return 0x and bypass the current bad/no PHY checks. This adds a check specifically for that read timeout to avoid probing PHYs that don't exist. ---

Re: [PATCH rtems-libbsd 1/3] dev/mii: Handle PHY read timeouts

2021-07-08 Thread Chris Johns
On 9/7/21 3:28 pm, Sebastian Huber wrote: > On 09/07/2021 03:14, Kinsey Moore wrote: >> PHY read timeouts return 0x and bypass the current bad/no PHY >> checks. This adds a check specifically for that read timeout to avoid >> probing PHYs that don't exist. >> --- >>   freebsd/sys/dev/mii/mi

Re: [PATCH rtems-libbsd 1/3] dev/mii: Handle PHY read timeouts

2021-07-08 Thread Sebastian Huber
On 09/07/2021 03:14, Kinsey Moore wrote: PHY read timeouts return 0x and bypass the current bad/no PHY checks. This adds a check specifically for that read timeout to avoid probing PHYs that don't exist. --- freebsd/sys/dev/mii/mii.c | 1 + 1 file changed, 1 insertion(+) diff --git a/

[PATCH rtems-libbsd 1/3] dev/mii: Handle PHY read timeouts

2021-07-08 Thread Kinsey Moore
PHY read timeouts return 0x and bypass the current bad/no PHY checks. This adds a check specifically for that read timeout to avoid probing PHYs that don't exist. --- freebsd/sys/dev/mii/mii.c | 1 + 1 file changed, 1 insertion(+) diff --git a/freebsd/sys/dev/mii/mii.c b/freebsd/sys/dev/m