Date: Mon, 9 Jul 2012 05:23:03 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238271 - head/sys/dev/ath Message-ID: <201207090523.q695N3Lq096984@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Mon Jul 9 05:23:02 2012 New Revision: 238271 URL: http://svn.freebsd.org/changeset/base/238271 Log: Add a debug category for RX EDMA. Modified: head/sys/dev/ath/if_ath_debug.h Modified: head/sys/dev/ath/if_ath_debug.h ============================================================================== --- head/sys/dev/ath/if_ath_debug.h Mon Jul 9 04:00:25 2012 (r238270) +++ head/sys/dev/ath/if_ath_debug.h Mon Jul 9 05:23:02 2012 (r238271) @@ -64,6 +64,8 @@ enum { ATH_DEBUG_SW_TX_RETRIES = 0x040000000ULL, /* software TX retries */ ATH_DEBUG_FATAL = 0x080000000ULL, /* fatal errors */ ATH_DEBUG_SW_TX_BAR = 0x100000000ULL, /* BAR TX */ + ATH_DEBUG_EDMA_RX = 0x200000000ULL, /* RX EDMA state */ + ATH_DEBUG_ANY = 0xffffffffffffffffULL };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207090523.q695N3Lq096984>