summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-07-25 06:11:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-07-25 06:11:49 +0000
commitc0a77000cc9f9ef0f00aaaf0970021b2ff65df34 (patch)
tree9b155d7f16925a9ba82f4282a7479ce4c8996fc0 /sys
parent58d3694e058f21cb98cda433ca5dc5319d9faf4e (diff)
enable iwm(4)
from Ashton Fagg who tested on 9260
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/riscv64/conf/GENERIC5
-rw-r--r--sys/arch/riscv64/conf/RAMDISK5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/riscv64/conf/GENERIC b/sys/arch/riscv64/conf/GENERIC
index 09d233e5ccb..82727a7045c 100644
--- a/sys/arch/riscv64/conf/GENERIC
+++ b/sys/arch/riscv64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.27 2021/07/25 05:51:15 jsg Exp $
+# $OpenBSD: GENERIC,v 1.28 2021/07/25 06:11:48 jsg Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -96,6 +96,9 @@ bge* at pci? # Broadcom BCM57xx (aka Tigon3)
oce* at pci? # Emulex OneConnect 10Gb ethernet
ix* at pci? # Intel 82598EB 10Gb ethernet
+# Wireless network cards
+iwm* at pci? # Intel WiFi Link 7xxx
+
nvme* at pci? # NVMe controllers
ahci* at pci? # AHCI SATA controllers
diff --git a/sys/arch/riscv64/conf/RAMDISK b/sys/arch/riscv64/conf/RAMDISK
index bf0c8c84d31..81e1cee45b0 100644
--- a/sys/arch/riscv64/conf/RAMDISK
+++ b/sys/arch/riscv64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.24 2021/07/25 05:51:15 jsg Exp $
+# $OpenBSD: RAMDISK,v 1.25 2021/07/25 06:11:48 jsg Exp $
machine riscv64
maxusers 4
@@ -81,6 +81,9 @@ bge* at pci? # Broadcom BCM57xx (aka Tigon3)
oce* at pci? # Emulex OneConnect 10Gb ethernet
ix* at pci? # Intel 82598EB 10Gb ethernet
+# Wireless network cards
+iwm* at pci? # Intel WiFi Link 7xxx
+
nvme* at pci? # NVMe controllers
ahci* at pci? # AHCI SATA controllers