enable iwm(4)
authorjsg <jsg@openbsd.org>
Sun, 25 Jul 2021 06:11:48 +0000 (06:11 +0000)
committerjsg <jsg@openbsd.org>
Sun, 25 Jul 2021 06:11:48 +0000 (06:11 +0000)
from Ashton Fagg who tested on 9260

sys/arch/riscv64/conf/GENERIC
sys/arch/riscv64/conf/RAMDISK

index 09d233e..82727a7 100644 (file)
@@ -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
 
index bf0c8c8..81e1cee 100644 (file)
@@ -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