Page MenuHomeFreeBSD

Switch run(4) to use a bitmap for debug printf()s
ClosedPublic

Authored by gavin on Dec 3 2016, 11:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 6 2024, 2:22 PM
Unknown Object (File)
Dec 20 2023, 8:24 AM
Unknown Object (File)
Dec 5 2023, 6:08 PM
Unknown Object (File)
Nov 22 2023, 7:21 AM
Unknown Object (File)
Nov 14 2023, 9:09 AM
Unknown Object (File)
Nov 13 2023, 6:36 AM
Unknown Object (File)
Nov 12 2023, 3:56 AM
Unknown Object (File)
Nov 11 2023, 6:07 AM
Subscribers

Details

Summary

Swithc if_run.c to use a bitmap for debug levels rather than arbitrary values. This more closely matches other wifi drivers in the tree. The bitmap levels have been based closely on other drivers (primarily [u]rtwn(4)) in the hope that one day these can be unified into a shared wifi-debug framework.

This is the first step of several pieces of work I'm planning on doing with the run(4) driver. I may well adjust and refine some of the debug levels at a later date.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 6134

Event Timeline

gavin retitled this revision from to Switch run(4) to use a bitmap for debug printf()s.
gavin updated this object.
gavin edited the test plan for this revision. (Show Details)
gavin added reviewers: adrian, avos.
gavin set the repository for this revision to rS FreeBSD src repository - subversion.
avos edited edge metadata.
This revision is now accepted and ready to land.Dec 4 2016, 12:17 AM
adrian edited edge metadata.
This revision was automatically updated to reflect the committed changes.