summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2019-11-18 03:03:38 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2019-11-18 03:03:38 +0000
commitc6ee9af7dbc18ec6690700d639e3a3a7fe718df3 (patch)
tree65ffd5f92b0f6daf4c759fe1fb457db19dff9c35 /sys/arch
parentd6a6c7e9619f553eee2e068a54ccd6248072dbe8 (diff)
Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet
device. "just commit!" deraadt@ "looks good to me" jmatthew@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/GENERIC3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 0e4baf8a3ac..df72365f784 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.480 2019/09/26 12:59:01 brynet Exp $
+# $OpenBSD: GENERIC,v 1.481 2019/11/18 03:03:37 kevlo Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -513,6 +513,7 @@ bge* at pci? # Broadcom BCM57xx (aka Tigon3)
bnx* at pci? # Broadcom BCM5706/5708 GigE
re* at pci? # Realtek 8169/8169S/8110S
re* at cardbus? # Realtek 8169/8169S/8110S
+rge* at pci? # Realtek 8125
stge* at pci? # Sundance TC9021 GigE
#lge* at pci? # Level1 LXT1001 GigE
hme* at pci? # Sun Happy Meal
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 76b93220a68..912fed8da91 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.844 2019/05/28 08:44:27 sf Exp $
+# $OpenBSD: GENERIC,v 1.845 2019/11/18 03:03:37 kevlo Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -576,6 +576,7 @@ bge* at pci? # Broadcom BCM57xx (aka Tigon3)
bnx* at pci? # Broadcom BCM5706/5708 GigE
re* at pci? # Realtek 8169/8169S/8110S
re* at cardbus? # Realtek 8169/8169S/8110S
+rge* at pci? # Realtek 8125
stge* at pci? # Sundance TC9021 GigE
lge* at pci? # Level1 LXT1001 GigE
hme* at pci? # Sun Happy Meal