Fix indentation in linux_open_ctty#69
Open
henriquebritoM wants to merge 1 commit intoNetBSD:trunkfrom
Open
Conversation
yamt
pushed a commit
to yamt/netbsd-src
that referenced
this pull request
Mar 28, 2026
): sys/dev/ic/bwi.c: revision 1.45 sys/dev/ic/bwireg.h: revision 1.6 sys/dev/ic/bwivar.h: revision 1.12 bwi: AMRR fix, PCI/cardbus interrupt fix, and other enhancements. - Fix AMRR by passing the correct "retry count" to _bwi_txeof() from bwi_txeof(). While here, cleanup parsing of BWI_TXSTATUS_0 fields to make the code more readable. - IPL_SOFTNET is enough for PIO locks and workqueues, no need for IPL_NET - Extend the SDIO bus intr_mask fix to all busses, I'd be amazed if PCI or Cardbus devices worked at all with the old code. - Since we only load firmware from disk once, only log the firmware revision once. Previously it was being printed every time bwi_init was called.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed out-of-style indentation to match the codebase and improve readability.
Changes are only aesthetic, no logic changes were made.