NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/57969: Realtek E2600 Killer Ethernet Adapter - added support
>Number: 57969
>Category: kern
>Synopsis: Realtek E2600 Killer Ethernet Adapter - added support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Feb 28 13:20:00 +0000 2024
>Originator: Daniel
>Release: 10.0_RC4 NetBSD
>Organization:
Self
>Environment:
NetBSD NetBSD10.0.TOTOLINK 10.0_RC4 NetBSD 10.0_RC4 (MYKERNEL) #2: Tue Feb 27 09:48:53 UTC 2024 root@NetBSD10.0.TOTOLINK:/usr/src/sys/arch/amd64/compile/MYKERNEL amd64
>Description:
Added support for Realtek Killer Ethernet adapter 2600 (not Atheros!)
Here are the two diffs:
--- pcidevs 2024-02-27 09:20:00.353084406 +0000
+++ pcidevs.ori 2024-02-26 07:14:22.753695611 +0000
@@ -9191,7 +9191,6 @@
/* Realtek products */
product REALTEK E3000 0x3000 Killer E3000
-product REALTEK E2600 0x2600 Killer E2600
product REALTEK RTS5208 0x5208 RTS5208 PCI-E Card Reader
product REALTEK RTS5209 0x5209 RTS5209 PCI-E Card Reader
product REALTEK RTS5227 0x5227 RTS5227 PCI-E Card Reader
--- if_re_pci.c 2024-02-28 12:50:25.470470112 +0000
+++ if_re_pci.c.ori 2024-02-28 12:47:06.116717087 +0000
@@ -105,9 +105,6 @@
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169,
RTK_8169,
"RealTek 8169/8110 Gigabit Ethernet" },
- { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_E2600,
- RTK_8169,
- "RealTek 2600 Killer Ethernet Adapter" },
{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169SC,
RTK_8169,
"RealTek 8169SC/8110SC Single-chip Gigabit Ethernet" },
Be sure to run make -f Makefile.pcidevs in the /usr/src/sys/dev/pci directory first to generate the *.h files for this change in that directory. Then build a new kernel.
Working on my ACER Nitro AN-515-58 laptop.
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index