summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2018-04-24 03:17:36 +0000
committervisa <visa@openbsd.org>2018-04-24 03:17:36 +0000
commit2edf198fcec6b217ef3f998e414b5205d24e0c9e (patch)
treed1a8d00848a46d847edc9cff28633cd78b10df28
parentDo not lock the kernel when expanding the working buffer. (diff)
downloadwireguard-openbsd-2edf198fcec6b217ef3f998e414b5205d24e0c9e.tar.xz
wireguard-openbsd-2edf198fcec6b217ef3f998e414b5205d24e0c9e.zip
Enable em(4) on loongson.
-rw-r--r--sys/arch/loongson/conf/GENERIC3
-rw-r--r--sys/arch/loongson/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC
index 7e3f84c427c..123e3a5a0b3 100644
--- a/sys/arch/loongson/conf/GENERIC
+++ b/sys/arch/loongson/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.56 2017/08/28 19:32:53 jasper Exp $
+# $OpenBSD: GENERIC,v 1.57 2018/04/24 03:17:36 visa Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -212,6 +212,7 @@ udl* at uhub?
wsdisplay* at udl?
# NICs
+em* at pci? # Intel Pro/1000 ethernet
ral* at pci?
re* at pci?
rl* at pci?
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK
index 887db8ce183..92e18d5674e 100644
--- a/sys/arch/loongson/conf/RAMDISK
+++ b/sys/arch/loongson/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.28 2016/11/17 14:44:34 visa Exp $
+# $OpenBSD: RAMDISK,v 1.29 2018/04/24 03:17:36 visa Exp $
machine loongson mips64
maxusers 4
@@ -132,6 +132,7 @@ wi* at uhub? # WaveLAN IEEE 802.11DS
zyd* at uhub? # Zydas ZD1211
ugen* at uhub? # USB Generic driver
+em* at pci? # Intel Pro/1000 ethernet
ral* at pci?
re* at pci?
rl* at pci?