Page MenuHomeFreeBSD

re(4): Add support for 8168FP HW rev
ClosedPublic

Authored by brad_comstyle.com on Nov 19 2023, 1:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 18, 7:48 AM
Unknown Object (File)
Fri, May 10, 7:32 AM
Unknown Object (File)
Apr 13 2024, 8:24 PM
Unknown Object (File)
Apr 12 2024, 10:00 AM
Unknown Object (File)
Apr 9 2024, 5:46 AM
Unknown Object (File)
Mar 22 2024, 7:42 PM
Unknown Object (File)
Mar 22 2024, 7:42 PM
Unknown Object (File)
Mar 22 2024, 7:42 PM
Subscribers

Details

Summary

OpenBSD has supported this HW rev for 2.5+ years.

re0: <RealTek 8168/8111 B/C/CP/D/DP/E/F/G PCIe Gigabit Ethernet> port 0xc800-0xc8ff mem 0xfc414000-0xfc414fff,0xfc408000-0xfc40bfff at device 0.1 on pci7
re0: Using 1 MSI-X message
re0: Chip rev. 0x54800000
re0: MAC rev. 0x00200000
re0: Unknown H/W revision: 0x54800000
device_attach: re0 attach returned 6

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Nov 19 2023, 1:15 AM

according to your own copy from dmesg this failed to attach, so it does not work?

if it does work on OpenBSD then presumably additional changes are needed

In D42671#974918, @mjg wrote:

according to your own copy from dmesg this failed to attach, so it does not work?

if it does work on OpenBSD then presumably additional changes are needed

Yes, it doesn't work pre-patch.

That's the whole point of the patch.

if it does work with the patch, you should paste how dmesg looks like with it

that said, if you can vouch for the nic working i'm happy to commit

This revision was automatically updated to reflect the committed changes.