From: jsg Date: Sun, 25 Jul 2021 06:11:48 +0000 (+0000) Subject: enable iwm(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9f49305c05ba45d8459eef193c5ddc4855931cab;p=openbsd enable iwm(4) from Ashton Fagg who tested on 9260 --- 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