History log of /src/sys/dev/ffec/if_ffec.c (Results 1 – 25 of 174)
Revision Date Author Comments
# 6a7aa553 17-Oct-2024 Gary Bisson <gary.bisson@ezurio.com>

if_ffec: fix MAC address bootverbose print

Remove extraneous colon at the end.

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1479

Signed-off-by: Gary Bisson <gary.bis

if_ffec: fix MAC address bootverbose print

Remove extraneous colon at the end.

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1479

Signed-off-by: Gary Bisson <gary.bisson@ezurio.com>

show more ...


# c222619c 17-Oct-2024 Gary Bisson <gary.bisson@ezurio.com>

if_ffec: fix imx6sx compatible flags

The i.MX 6 SoloX does support Gigabit and AVB features as can be seen in
its technical reference manual [1] or even Linux kernel [2].

Fixes: 94bc2117b4a ("Add i

if_ffec: fix imx6sx compatible flags

The i.MX 6 SoloX does support Gigabit and AVB features as can be seen in
its technical reference manual [1] or even Linux kernel [2].

Fixes: 94bc2117b4a ("Add i.MX 8M Quad support")

[1] https://www.nxp.com/webapp/Download?colCode=IMX6SXRM
[2]
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/ethernet/freescale/fec_main.c?h=linux-6.6.y#n206

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1479

Signed-off-by: Gary Bisson <gary.bisson@ezurio.com>

show more ...


# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


# dc57ec3c 19-Aug-2022 Justin Hibbits <jhibbits@FreeBSD.org>

Mechanically convert ffec(4) to IfAPI

Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D37836


# 8757d0fc 15-Jun-2022 Mitchell Horne <mhorne@FreeBSD.org>

if_ffec: free the dmamem allocation in detach

Calling bus_dmamap_destroy() for a mapping which was allocated with
bus_dmamem_alloc() will result in a panic. This change is not run-time
tested, but I

if_ffec: free the dmamem allocation in detach

Calling bus_dmamap_destroy() for a mapping which was allocated with
bus_dmamem_alloc() will result in a panic. This change is not run-time
tested, but I identified the issue while implementing the analogous
method in if_dwc(4), using this implementation as the template.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation

show more ...


# b93985c1 07-May-2022 Mitchell Horne <mhorne@FreeBSD.org>

if_ffec: fix some misleading indentation


# d3e0919b 05-Jun-2022 Gordon Bergling <gbe@FreeBSD.org>

ffec: Fix a common typo in a source code comment

- s/independant/independent/

MFC after: 3 days


# cee4d688 09-May-2022 John Baldwin <jhb@FreeBSD.org>

ffec: Remove unused devclass argument to DRIVER_MODULE.


# 3e38757d 19-Apr-2022 John Baldwin <jhb@FreeBSD.org>

Remove unused miibus_devclass and miibus_fdt_devclass.


# 94bc2117 01-Jul-2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Add i.MX 8M Quad support

- Add CCM driver and clocks implementations for i.MX 8M
- Add GPC driver for iMX8
- Add clock tree for i.MX 8M Quad
- Add clocks support and new compat strings (where requir

Add i.MX 8M Quad support

- Add CCM driver and clocks implementations for i.MX 8M
- Add GPC driver for iMX8
- Add clock tree for i.MX 8M Quad
- Add clocks support and new compat strings (where required) for existing i.MX 6 UART, I2C, and GPIO drivers
- Enable aarch64-compatible drivers form i.MX 6 in arm64 GENERIC kernel config
- Add dtb/imx8 kernel module with DTBs for Nitrogen8M and iMX8MQ EVK

With this patch both Nitrogen8M and iMX8MQ EVK boot with NFS root up to multiuser login prompt

Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D25274

show more ...


# 57cc02c6 21-Oct-2019 Gleb Smirnoff <glebius@FreeBSD.org>

Convert to if_foreach_llmaddr() KPI.


# 01d4e214 05-Oct-2018 Glen Barber <gjb@FreeBSD.org>

MFH r338661 through r339200.

Sponsored by: The FreeBSD Foundation


# ce44d808 27-Sep-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r338731 through r338987.


# 50f5c94e 21-Sep-2018 Andrey V. Elsukov <ae@FreeBSD.org>

Fix possible NULL pointer dereference in ffec_alloc_mbufcl().

PR: 231514
Approved by: re (kib)
MFC after: 1 week


# 6a7aa553 17-Oct-2024 Gary Bisson <gary.bisson@ezurio.com>

if_ffec: fix MAC address bootverbose print

Remove extraneous colon at the end.

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1479

Signed-off-by: Gary Bisson <gary.bis

if_ffec: fix MAC address bootverbose print

Remove extraneous colon at the end.

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1479

Signed-off-by: Gary Bisson <gary.bisson@ezurio.com>

show more ...


# c222619c 17-Oct-2024 Gary Bisson <gary.bisson@ezurio.com>

if_ffec: fix imx6sx compatible flags

The i.MX 6 SoloX does support Gigabit and AVB features as can be seen in
its technical reference manual [1] or even Linux kernel [2].

Fixes: 94bc2117b4a ("Add i

if_ffec: fix imx6sx compatible flags

The i.MX 6 SoloX does support Gigabit and AVB features as can be seen in
its technical reference manual [1] or even Linux kernel [2].

Fixes: 94bc2117b4a ("Add i.MX 8M Quad support")

[1] https://www.nxp.com/webapp/Download?colCode=IMX6SXRM
[2]
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/ethernet/freescale/fec_main.c?h=linux-6.6.y#n206

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1479

Signed-off-by: Gary Bisson <gary.bisson@ezurio.com>

show more ...


# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


# dc57ec3c 19-Aug-2022 Justin Hibbits <jhibbits@FreeBSD.org>

Mechanically convert ffec(4) to IfAPI

Sponsored by: Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D37836


# 8757d0fc 15-Jun-2022 Mitchell Horne <mhorne@FreeBSD.org>

if_ffec: free the dmamem allocation in detach

Calling bus_dmamap_destroy() for a mapping which was allocated with
bus_dmamem_alloc() will result in a panic. This change is not run-time
tested, but I

if_ffec: free the dmamem allocation in detach

Calling bus_dmamap_destroy() for a mapping which was allocated with
bus_dmamem_alloc() will result in a panic. This change is not run-time
tested, but I identified the issue while implementing the analogous
method in if_dwc(4), using this implementation as the template.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation

show more ...


# b93985c1 07-May-2022 Mitchell Horne <mhorne@FreeBSD.org>

if_ffec: fix some misleading indentation


# d3e0919b 05-Jun-2022 Gordon Bergling <gbe@FreeBSD.org>

ffec: Fix a common typo in a source code comment

- s/independant/independent/

MFC after: 3 days


# cee4d688 09-May-2022 John Baldwin <jhb@FreeBSD.org>

ffec: Remove unused devclass argument to DRIVER_MODULE.


# 3e38757d 19-Apr-2022 John Baldwin <jhb@FreeBSD.org>

Remove unused miibus_devclass and miibus_fdt_devclass.


1234567