Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/sys/arch/amd64/conf Enable iwm(4) and iwn(4) debugging



details:   https://anonhg.NetBSD.org/src-all/rev/7d91dd35fb29
branches:  trunk
changeset: 949650:7d91dd35fb29
user:      Martin Husemann <martin%NetBSD.org@localhost>
date:      Sun Sep 27 12:55:41 2020 +0200

description:
Enable iwm(4) and iwn(4) debugging

diffstat:

 sys/arch/amd64/conf/SEVEN_WIFI |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 8933994e425b -r 7d91dd35fb29 sys/arch/amd64/conf/SEVEN_WIFI
--- a/sys/arch/amd64/conf/SEVEN_WIFI    Fri Sep 25 21:23:17 2020 +0200
+++ b/sys/arch/amd64/conf/SEVEN_WIFI    Sun Sep 27 12:55:41 2020 +0200
@@ -9,6 +9,8 @@
 options        LOCKDEBUG       # expensive locking checks/support
 
 options                URTWN_DEBUG     # debug the urtwn driver
+options                IWM_DEBUG       # debug the iwm driver
+options                IWN_DEBUG       # debug the iwn driver
 options                IEEE80211_DEBUG # debug 802.11 code
 options                IFMEDIA_DEBUG
 options                ND6_DEBUG



Home | Main Index | Thread Index | Old Index