Module Name:    src
Committed By:   martin
Date:           Sat Aug 24 08:29:47 UTC 2024

Modified Files:
        src/sys/dev/pci [netbsd-10]: pcidevs

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #805):

        sys/dev/pci/pcidevs: revision 1.1503
        sys/dev/pci/if_re_pci.c: revision 1.53

Add (Realtek/)Killer E2600 Ethernet
Add Killer E2600, adapted from PR 57969


To generate a diff of this commit:
cvs rdiff -u -r1.1471.2.12 -r1.1471.2.13 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1471.2.12 src/sys/dev/pci/pcidevs:1.1471.2.13
--- src/sys/dev/pci/pcidevs:1.1471.2.12	Wed Jul  3 17:19:00 2024
+++ src/sys/dev/pci/pcidevs	Sat Aug 24 08:29:47 2024
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1471.2.12 2024/07/03 17:19:00 martin Exp $
+$NetBSD: pcidevs,v 1.1471.2.13 2024/08/24 08:29:47 martin Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -9244,6 +9244,7 @@ product RDC	R6060_OHCI	0x6060	R6060 USB 
 product RDC	R6061_EHCI	0x6061	R6061 USB EHCI
 
 /* Realtek products */
+product REALTEK E2600 		0x2600	Killer E2600
 product REALTEK E3000 		0x3000	Killer E3000
 product REALTEK RTS5208		0x5208	RTS5208 PCI-E Card Reader
 product REALTEK RTS5209		0x5209	RTS5209 PCI-E Card Reader

Reply via email to