History log of /haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/if_iwmvar.h
Revision Date Author Comments
# 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.


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

idualwifi7260: Delete FreeBSD driver, import OpenBSD driver.

Again not wired into the build, nor yet modified in any way.