summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/files.pci
diff options
context:
space:
mode:
authorkevlo <kevlo@openbsd.org>2019-11-18 03:03:37 +0000
committerkevlo <kevlo@openbsd.org>2019-11-18 03:03:37 +0000
commitbe4e4fa32b2c67467582b45f260db01661cf5203 (patch)
tree6e079d6ac59157af0d2e1a3b9b0950e58d5d1f48 /sys/dev/pci/files.pci
parentProvide a clean interface for sending TLSv1.3 alerts. (diff)
downloadwireguard-openbsd-be4e4fa32b2c67467582b45f260db01661cf5203.tar.xz
wireguard-openbsd-be4e4fa32b2c67467582b45f260db01661cf5203.zip
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/dev/pci/files.pci')
-rw-r--r--sys/dev/pci/files.pci7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index e135e7e51f4..ea0badb4cc2 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.340 2019/10/16 01:39:32 mlarkin Exp $
+# $OpenBSD: files.pci,v 1.341 2019/11/18 03:03:37 kevlo Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -843,5 +843,10 @@ device iavf: ether, ifnet, ifmedia
attach iavf at pci
file dev/pci/if_iavf.c iavf
+# Realtek 8125
+device rge: ether, ifnet, ifmedia
+attach rge at pci
+file dev/pci/if_rge.c rge
+
include "dev/pci/files.agp"
include "dev/pci/drm/files.drm"