History log of /freebsd-10.0-release/sys/dev/ath/if_ath_alq.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 250619 13-May-2013 adrian

Add ALQ beacon debugging.


# 246945 18-Feb-2013 adrian

Fix an incorrect sizeof()

PR: kern/176238
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>


# 246933 18-Feb-2013 adrian

Add a new ATH KTR debug method to log the interrupt status.


# 246648 11-Feb-2013 adrian

Extend the timestamp to be a timeval, rather than ticks.

This makes it easier to see TX and RX buffer latencies.


# 243591 27-Nov-2012 adrian

Add in specific TDMA logging types.


# 243158 16-Nov-2012 adrian

ath(4) ALQ logging improvements.

* Add a new method which allows the driver to push the MAC/phy/hal info
into the logging stream.
* Add a new ALQ logging entry which logs the mac/phy/hal information.
* Modify the ALQ startup path to log the MAC/phy/hal information
so the decoder knows which HAL/chip is generating this information.
* Convert the header and mac/phy/hal information to use be32, rather than
host order. I'd like to make this stuff endian-agnostic so I can
decode MIPS generated logs on a PC.

This requires some further driver modifications to correctly log the
right initial chip information.

Also - although noone bar me is currently using this, I've shifted the
debug bitmask around a bit. Consider yourself warned!


# 242781 08-Nov-2012 adrian

Add my initial cut at driver-layer ALQ support.

I'm using this to debug EDMA TX and RX descriptors and it's really helpful
to have a non-printf() way to decode frames.

I won't link this into the build until I've tidied it up a little more.

This will eventually be behind ATH_DEBUG_ALQ.