Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch add rge(4) to x86 ALL kernels



details:   https://anonhg.NetBSD.org/src/rev/ced7f1480400
branches:  trunk
changeset: 953226:ced7f1480400
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Mar 01 17:53:29 2021 +0000

description:
add rge(4) to x86 ALL kernels

diffstat:

 sys/arch/amd64/conf/ALL |  5 +++--
 sys/arch/i386/conf/ALL  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r f828089317eb -r ced7f1480400 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Mon Mar 01 17:48:52 2021 +0000
+++ b/sys/arch/amd64/conf/ALL   Mon Mar 01 17:53:29 2021 +0000
@@ -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 @@
 
 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 @@
 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
diff -r f828089317eb -r ced7f1480400 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Mar 01 17:48:52 2021 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Mar 01 17:53:29 2021 +0000
@@ -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 @@
 
 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 @@
 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



Home | Main Index | Thread Index | Old Index