diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2024-08-14 14:40:47 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2024-08-14 14:40:47 +0000 |
commit | 7c19275016cf1ef8cec2d3ee797ad4d63e5f5878 (patch) | |
tree | 8813a289259bc7fa16de026f573cccb33e9f4f23 /sys/arch/arm64/conf/GENERIC | |
parent | 69aebde5247a8fcd4c1bc9455d5333d9179fb1b1 (diff) |
Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.
This driver is not working yet, it's a copy of qwx(4) which bit-by-bit will be
adjusted to work on the newer generation of chips. Even though this is only a
minor bump over the previous generation, the changes are large enough that
bringup, debugging and long-term maintenance would suffer trying to squash them
into a single driver. This can be reconsidered once we have reached a stable
state.
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-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 f6bb7ef92e1..8a3e0085252 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.288 2024/07/31 10:07:33 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.289 2024/08/14 14:40:46 patrick Exp $ # # GENERIC machine description file # @@ -404,6 +404,7 @@ 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 +#qwz* at pci? # Qualcomm 802.11be # PCI SCSI ahci* at pci? flags 0x0000 # AHCI SATA controllers |