Source-Changes-HG archive

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

[src-draft/trunk]: src/sys/arch/evbarm/conf Add test kernel for another archi...



details:   https://anonhg.NetBSD.org/src-all/rev/05d616800d22
branches:  trunk
changeset: 949461:05d616800d22
user:      Martin Husemann <martin%NetBSD.org@localhost>
date:      Wed May 06 21:30:43 2020 +0200

description:
Add test kernel for another architecture

diffstat:

 sys/arch/evbarm/conf/TEST |  23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r fb0441fc1aa4 -r 05d616800d22 sys/arch/evbarm/conf/TEST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/TEST Wed May 06 21:30:43 2020 +0200
@@ -0,0 +1,23 @@
+# Test kernel for martins main wifi test machine
+
+include         "arch/evbarm/conf/GENERIC64"
+
+# Diagnostic/debugging support options
+options        DIAGNOSTIC      # inexpensive kernel consistency checks
+                               # XXX to be commented out on release branch
+options        DEBUG           # expensive debugging checks/support
+options        LOCKDEBUG       # expensive locking checks/support
+
+options                URTWN_DEBUG     # debug the urtwn driver
+options                IEEE80211_DEBUG # debug 802.11 code
+
+no athn*
+no bwfm*
+no atu*
+no otus*
+no rum*
+no run*
+no upgt*
+no ural*
+no urtw*
+no zyd*



Home | Main Index | Thread Index | Old Index