History log of /freebsd/sys/dev/iwx/if_iwx_debug.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 71baab40 11-Apr-2025 Tom Jones <thj@FreeBSD.org>

iwx: Remove debug logging code

This debugging code was added this log as part of an effort to diagnose
firmware crashes in an earlier version of the driver.
It hasn't been used for a while and I'm n

iwx: Remove debug logging code

This debugging code was added this log as part of an effort to diagnose
firmware crashes in an earlier version of the driver.
It hasn't been used for a while and I'm not sure how useful it is for
this compared to other methods.

While reorganisation move strings for print mappings into if_iwx_debug.c
to reduce their scope.

Suggested by: bz
Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49783

show more ...


Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3
# 74a6f2a7 03-Apr-2025 Tom Jones <thj@FreeBSD.org>

iwx: Shorten log code field

The widest value used with code is 32 bits, other values are smaller.
Reduce this down. Update printfs.

This fixes the build on i386.

Reviewed by: bapt, emast, kevans,

iwx: Shorten log code field

The widest value used with code is 32 bits, other values are smaller.
Reduce this down. Update printfs.

This fixes the build on i386.

Reviewed by: bapt, emast, kevans, adrian
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49634

show more ...


# 2ad0f7e9 31-Mar-2025 Tom Jones <thj@FreeBSD.org>

Import iwx as ported from OpenBSD by Future Crew.

This driver originates from OpenBSD and was ported to FreeBSD by Future
Crew LLC who kindly provided a source release.

iwx supports many recent Int

Import iwx as ported from OpenBSD by Future Crew.

This driver originates from OpenBSD and was ported to FreeBSD by Future
Crew LLC who kindly provided a source release.

iwx supports many recent Intel WiFi card and this driver should support running
these cards with legacy, HT and VHT rates. There are some issues remaining in
the port, but at this point wider testing is sought.

To avoid breaking deployed WiFi configurations iwx probes with a lower
priority than iwlwifi. This can be changed by blocking iwlwifi with
devmatch.

Reviewed by: adrian
Obtained from: Future Crew LLC
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49259

show more ...