diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2024-01-24 07:36:53 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2024-01-24 07:36:53 +0000 |
commit | 03b9318690632ca9e32842782f6f891eb32000c6 (patch) | |
tree | 9ccd80dcbe688a80aefcb7dd8ef4b5ecc0ed7de4 /sys | |
parent | 4a08ad6dc0c88e6448b39fb6e43e03e8d8e49f5a (diff) |
Add iwm(4) to arm64 GENERIC, as follow up of 1.280
ok mlarkin@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index f2f64edcf91..f75a53a2205 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.281 2024/01/22 18:54:01 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.282 2024/01/24 07:36:52 kevlo Exp $ # # GENERIC machine description file # @@ -395,6 +395,7 @@ vmx* at pci? # VMware VMXNET3 virtual interface athn* at pci? # Atheros AR9k (802.11a/g/n) bwfm* at pci? # Broadcom FullMAC iwn* at pci? # Intel WiFi Link 4965/5000/1000/6000 +iwm* at pci? # Intel WiFi Link 7xxx iwx* at pci? # Intel WiFi Link 22xxx #qwx* at pci? # Qualcomm 802.11ax |