RPI4 wifi driver

There is a device driver for the RPI4 CYW43455 wifi chip, from OpenBSD, then developed further by NetBSD.

I have absolutely never done this before, but here are some references, there are probably people porting this driver to FreeBSD currently (or possibly developing one on their own) :

Writing FreeBSD Device Drivers

Cypress CYW43455 single-chip device

Simple I/O device driver for RaspberryPi

BWFM(4) NetBSD Kernel Interfaces Manual

NetBSD src code search on github

NetBSD cvsweb driver src code
 
Thank you, I will look into this, I have written ethernet drivers in the past, though not for BSD nor Linux (vxWorks), might be a good project to cut my teeth on.
 
Last edited by a moderator:
Back
Top