[Bug 274292] Adding patch to support Realtek Killer Ethernet E2600

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 06 Oct 2023 02:20:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274292

            Bug ID: 274292
           Summary: Adding patch to support Realtek Killer Ethernet E2600
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: dragonflies@mailfence.com

Created attachment 245449
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245449&action=edit
Patch for Realtek Killer Ethernet E2600

Hi,

Realtek Killer Ethernet E2600 is not being recognized, hence cannot be
configured. The device is successfully recognized, configured and working after
adding few lines to sys/dev/re/if_re.c and sys/dev/rl/if_rlreg.h. This could
help a lot of Gigabyte laptop users, as Killer Ethernet E2600 is very common
for their 10th generation intel laptops.


# dmesg | grep re0
re0: <RealTek Killer E2600 Gigabit Ethernet Controller> port 0x3000-0x30ff mem
0x58404000-0x58404fff,0x58400000-0x58403fff at device 0.0 on pci2
re0: Using 1 MSI-X message
re0: ASPM disabled
re0: Chip rev. 0x54000000
re0: MAC rev. 0x00100000
miibus0: <MII bus> on re0
re0: Using defaults for TSO: 65518/35/2048
re0: Ethernet address: 18:c0:4d:02:88:6f
re0: netmap queues/slots: TX 1/256, RX 1/256
re0: link state changed to DOWN
re0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP
re0: link state changed to DOWN
re0: link state changed to UP

-- 
You are receiving this mail because:
You are the assignee for the bug.