History log of /haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/if_iwxvar.h
Revision Date Author Comments
# d95a9b63 23-Sep-2023 Augustin Cavalier <waddlesplash@gmail.com>

iaxwifi200: Synchronize to OpenBSD trunk.

CVS revision(s) are in first-line comments.

Requires a new firmware package (from HaikuPorts). There are some
changes in here which may fix some of the odder issues, like failures
to connect to access points. There is also support for one new PCI ID.

Tested by PulkoMandy who reports it's still working.


# fba03158 08-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

idualwifi7260 & iaxwifi200: Adaptations for FreeBSD/Haiku support.

Mostly a few #ifdefs for the dmamem API, if_alloc, probe, and attach hooks.
Basically the same changes in both drivers.

The firmware name map is not really needed anymore; the OpenBSD drivers
have unique firmware names and do not generally use ".ucode" extensions.
So just use the filenames as-is and drop the map.


# 27a20680 06-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

iaxwifi200: Import ("iwx" from OpenBSD.)

Not yet modified to build nor wired into the build yet.