History log of /netbsd/sys/dev/ic/bcmgenet.c (Results 1 – 14 of 14)
Revision Date Author Comments
# fd7c863f 18-Sep-2022 thorpej <thorpej@NetBSD.org>

Eliminate use of IFF_OACTIVE.


# 98641738 01-Aug-2022 mlelstv <mlelstv@NetBSD.org>

Revert last accidental commits.


# 11c8c92a 01-Aug-2022 mlelstv <mlelstv@NetBSD.org>

Also fix shift values for SCT constants.


# b9691d4d 31-Dec-2021 riastradh <riastradh@NetBSD.org>

sys: Use if_init wrapper function.

Exception: Not in kern_pmf.c, for the kind of silly reason that it
avoids having kern_pmf.c refer to symbols defined only in net; this
avoids a pain in the rump.


# 5d423434 10-Aug-2021 jmcneill <jmcneill@NetBSD.org>

Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don't
sync DMA maps with size 0.


# 96d706cd 03-May-2021 rin <rin@NetBSD.org>

genet(4): Add support for rnd(9).


# b773dd5d 08-Mar-2021 mlelstv <mlelstv@NetBSD.org>

Compute CRC for all segments of a multi-buffer packet.
Add interrupt mitigation for transmit and receive.
Use separate transmit lock.
Fix some error paths.


# 57e609df 27-Jun-2020 jmcneill <jmcneill@NetBSD.org>

prop_data_data_nocopy -> prop_data_value


# 83a9d96e 25-May-2020 jmcneill <jmcneill@NetBSD.org>

Improve RGMII TX / RX delay handling, from OpenBSD.


# a75c8e6c 29-Mar-2020 jmcneill <jmcneill@NetBSD.org>

Try to use the existing HW address programmed into the device if possible.


# 3f24eb90 29-Mar-2020 jmcneill <jmcneill@NetBSD.org>

Avoid "hole in RX ring" condition by ensuring a new mbuf is available
before using an existing one.


# 8d144363 27-Feb-2020 jmcneill <jmcneill@NetBSD.org>

Explicit format string for snprintf, spotted by tnn@


# 61d53693 22-Feb-2020 jmcneill <jmcneill@NetBSD.org>

Add support for hardware rx filters.


# f1fc096f 22-Feb-2020 jmcneill <jmcneill@NetBSD.org>

Add support for Broadcom GENET v5 ethernet controller as found on the
Raspberry Pi 4 (BCM2711).