if_rge: sync with up to date OpenBSD codea0b4d9e5bd63984bc3ad25b7f2881741e0d73980Add support for RTL8126 chip revision 0x64a00000 from Carl Henriksson.While here, update and add microcode for the
if_rge: sync with up to date OpenBSD codea0b4d9e5bd63984bc3ad25b7f2881741e0d73980Add support for RTL8126 chip revision 0x64a00000 from Carl Henriksson.While here, update and add microcode for the RTL8126 chipset variant.46810ff569a9416642fc5f8e86501028008a2e95For RTL8125, there's no need to check whether RGE_CMD_STOPREQ has beencompleted. As with other chip variants, RGE_CMD_STOPREQ never acknowledgescompletion.5729fb17b5eeba56781da0b5c0525c198c5c2cd8remove duplicate RGE_PHYSTAT_5000MBPS testReviewed by: adrianDifferential Revision: https://reviews.freebsd.org/D54517Obtained from: OpenBSD
show more ...
if_rge: Add PNP info for moduleAdd PNP info so the module can be matched by devmatch(8) and automaticallyloaded.Reviewed by: adrianApproved by: adrianDifferential Revision: https://reviews.fre
if_rge: Add PNP info for moduleAdd PNP info so the module can be matched by devmatch(8) and automaticallyloaded.Reviewed by: adrianApproved by: adrianDifferential Revision: https://reviews.freebsd.org/D54254
if_rge: initial import of if_rge driver from OpenBSD.This is an initial import of the if_rge driver from OpenBSDand adapted to FreeBSD.Differential Revision: https://reviews.freebsd.org/D54101