Supported iwn device is not configured on ARM64

2024-01-14 Thread Mizsei Zoltán
Hi, I have messing with OpenBSD current on my LinkStar H68K ARM box, based on the Rockchip RK3568 SOC. Originally it had an unsupported Mediatek wlan card, which i have replaced it with an intel one i had lying around. While OBSD recognizes the installed card, it categorically states it is not-

Re: Supported iwn device is not configured on ARM64

2024-01-14 Thread Mike Larkin
On Sun, Jan 14, 2024 at 09:13:54PM +0100, Mizsei Zoltán wrote: > Hi, > > I have messing with OpenBSD current on my LinkStar H68K ARM box, based on the > Rockchip RK3568 SOC. Originally it had an unsupported Mediatek wlan card, > which i have replaced it with an intel one i had lying around. > Whi

Re: Supported iwn device is not configured on ARM64

2024-01-14 Thread Mike Larkin
On Sun, Jan 14, 2024 at 12:28:17PM -0800, Mike Larkin wrote: > On Sun, Jan 14, 2024 at 09:13:54PM +0100, Mizsei Zoltán wrote: > > Hi, > > > > I have messing with OpenBSD current on my LinkStar H68K ARM box, based on > > the Rockchip RK3568 SOC. Originally it had an unsupported Mediatek wlan > > c

Re: Supported iwn device is not configured on ARM64

2024-01-15 Thread Mizsei Zoltán
Thanks, that did the trick, see new dmesg below. Would it possible to enable iwn* in the upstream sources? Best Regards, --Zoltan linkstar$ uname -a OpenBSD linkstar.extrowerk.com 7.4 GENERIC.MP#1 arm64 linkstar$ dmesg OpenBSD 7.4 (GENERIC.MP) #1: Mon Jan 15 04:02:12 CET 2024 szil...@linksta

Re: Supported iwn device is not configured on ARM64

2024-01-15 Thread Mike Larkin
On Mon, Jan 15, 2024 at 08:58:52AM +0100, Mizsei Zoltán wrote: > Thanks, that did the trick, see new dmesg below. Would it possible to enable > iwn* in the upstream sources? > > Best Regards, > --Zoltan > I think that should be doable. Mark, Patrick, any objections (and if no, do we want iwm in t

Re: Supported iwn device is not configured on ARM64

2024-01-15 Thread Mizsei Zoltán
This is strange, i made absolutely no change, but OBSD now recognizes the WLAN card as 6235 (this should be the correct): linkstar$ dmesg OpenBSD 7.4 (GENERIC.MP) #1: Mon Jan 15 04:02:12 CET 2024 szil...@linkstar.extrowerk.com:/sys/arch/arm64/compile/GENERIC.MP real mem = 3959590912 (3776MB)

Re: Supported iwn device is not configured on ARM64

2024-01-15 Thread Mark Kettenis
> Date: Mon, 15 Jan 2024 00:17:53 -0800 > From: Mike Larkin > > On Mon, Jan 15, 2024 at 08:58:52AM +0100, Mizsei Zoltán wrote: > > Thanks, that did the trick, see new dmesg below. Would it possible to > > enable iwn* in the upstream sources? > > > > Best Regards, > > --Zoltan > > > > I think th

Re: Supported iwn device is not configured on ARM64

2024-01-15 Thread Kevin Lo
On Mon, Jan 15, 2024 at 11:10:17AM +0100, Mark Kettenis wrote: > > > Date: Mon, 15 Jan 2024 00:17:53 -0800 > > From: Mike Larkin > > > > On Mon, Jan 15, 2024 at 08:58:52AM +0100, Mizsei Zolt?n wrote: > > > Thanks, that did the trick, see new dmesg below. Would it possible to > > > enable iwn* i

Re: Supported iwn device is not configured on ARM64

2024-01-16 Thread Stefan Sperling
On Tue, Jan 16, 2024 at 02:38:58PM +0800, Kevin Lo wrote: > The below diff fixes clang warning about possible unaligned access. > With that fixed, iwm(4) works as expected on my Rock 3A. > > iwm0 at pci1 dev 0 function 0 "Intel Dual Band Wireless-AC 9260" rev 0x29, > msix > iwm0: hw rev 0x320, fw

Re: Supported iwn device is not configured on ARM64

2024-01-18 Thread Mike Larkin
On Mon, Jan 15, 2024 at 08:58:52AM +0100, Mizsei Zoltán wrote: > Thanks, that did the trick, see new dmesg below. Would it possible to enable > iwn* in the upstream sources? > Added to arm64 GENERIC/GENERIC.MP -ml > Best Regards, > --Zoltan > > linkstar$ uname -a > OpenBSD linkstar.extrowerk.co