Module Name: src
Committed By: jakllsch
Date: Mon Mar 1 17:53:29 UTC 2021
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
add rge(4) to x86 ALL kernels
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.497 -r1.498 src/sys/arch/i386/conf/ALL
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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.165 src/sys/arch/amd64/conf/ALL:1.166
--- src/sys/arch/amd64/conf/ALL:1.165 Sun Dec 13 08:23:52 2020
+++ src/sys/arch/amd64/conf/ALL Mon Mar 1 17:53:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.165 2020/12/13 08:23:52 martin Exp $
+# $NetBSD: ALL,v 1.166 2021/03/01 17:53:29 jakllsch Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.165 $"
+#ident "ALL-$Revision: 1.166 $"
maxusers 64 # estimated number of users
@@ -1002,6 +1002,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/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.497 src/sys/arch/i386/conf/ALL:1.498
--- src/sys/arch/i386/conf/ALL:1.497 Sun Sep 27 13:48:51 2020
+++ src/sys/arch/i386/conf/ALL Mon Mar 1 17:53:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.497 2020/09/27 13:48:51 roy Exp $
+# $NetBSD: ALL,v 1.498 2021/03/01 17:53:29 jakllsch Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.497 $"
+#ident "ALL-$Revision: 1.498 $"
maxusers 64 # estimated number of users
@@ -1081,6 +1081,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)
sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet