Module Name: src
Committed By: jakllsch
Date: Mon Mar 1 18:12:58 UTC 2021
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/evbarm/conf: GENERIC64
src/sys/arch/i386/conf: GENERIC
Log Message:
enable rge(4) on x86 and evbarm64
To generate a diff of this commit:
cvs rdiff -u -r1.583 -r1.584 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.176 -r1.177 src/sys/arch/evbarm/conf/GENERIC64
cvs rdiff -u -r1.1234 -r1.1235 src/sys/arch/i386/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.583 src/sys/arch/amd64/conf/GENERIC:1.584
--- src/sys/arch/amd64/conf/GENERIC:1.583 Sun Jan 24 16:33:48 2021
+++ src/sys/arch/amd64/conf/GENERIC Mon Mar 1 18:12:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.583 2021/01/24 16:33:48 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.584 2021/03/01 18:12:58 jakllsch Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.583 $"
+#ident "GENERIC-$Revision: 1.584 $"
maxusers 64 # estimated number of users
@@ -833,6 +833,7 @@ ntwoc* at pci? dev ? function ? # Riscom
pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g
re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
+rge* at pci? dev ? function ? # Realtek 8125
rtk* at pci? dev ? function ? # Realtek 8129/8139
rtw* at pci? dev ? function ? # Realtek 8180L (802.11)
rtwn* at pci? dev ? function ? # Realtek 8188CE/8192CE 802.11b/g/n
Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.176 src/sys/arch/evbarm/conf/GENERIC64:1.177
--- src/sys/arch/evbarm/conf/GENERIC64:1.176 Wed Jan 27 15:52:46 2021
+++ src/sys/arch/evbarm/conf/GENERIC64 Mon Mar 1 18:12:58 2021
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC64,v 1.176 2021/01/27 15:52:46 skrll Exp $
+# $NetBSD: GENERIC64,v 1.177 2021/03/01 18:12:58 jakllsch Exp $
#
# GENERIC ARM (aarch64) kernel
#
@@ -256,6 +256,7 @@ mcx* at pci? dev ? function ? # Mellano
mskc* at pci? dev ? function ? # Marvell Yukon 2 Gigabit Ethernet
msk* at mskc?
re* at pci? dev ? function ? # Realtek RTL8111GS
+rge* at pci? dev ? function ? # Realtek 8125
vmx* at pci? dev ? function ? # VMware VMXNET3
wm* at pci? dev ? function ? # Intel Gigabit Ethernet
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1234 src/sys/arch/i386/conf/GENERIC:1.1235
--- src/sys/arch/i386/conf/GENERIC:1.1234 Wed Jan 20 13:22:08 2021
+++ src/sys/arch/i386/conf/GENERIC Mon Mar 1 18:12:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1234 2021/01/20 13:22:08 nia Exp $
+# $NetBSD: GENERIC,v 1.1235 2021/03/01 18:12:58 jakllsch Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1234 $"
+#ident "GENERIC-$Revision: 1.1235 $"
maxusers 64 # estimated number of users
@@ -1001,6 +1001,7 @@ ntwoc* at pci? dev ? function ? # Riscom
pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
ral* at pci? dev ? function ? # Ralink Technology RT25x0 802.11a/b/g
re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
+rge* at pci? dev ? function ? # Realtek 8125
rtk* at pci? dev ? function ? # Realtek 8129/8139
rtw* at pci? dev ? function ? # Realtek 8180L (802.11)
rtwn* at pci? dev ? function ? # Realtek 8188CE/8192CE 802.11b/g/n