Source-Changes archive

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

CVS commit: [netbsd-11] src/sys/dev/ic



Module Name:    src
Committed By:   martin
Date:           Sun Oct 26 12:30:39 UTC 2025

Modified Files:
        src/sys/dev/ic [netbsd-11]: bwi.c bwireg.h bwivar.h

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #69):

        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.


To generate a diff of this commit:
cvs rdiff -u -r1.43.2.1 -r1.43.2.2 src/sys/dev/ic/bwi.c
cvs rdiff -u -r1.5 -r1.5.2.1 src/sys/dev/ic/bwireg.h
cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/dev/ic/bwivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index