Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/sys/dev/ic
Module Name: src
Committed By: martin
Date: Sun Oct 26 12:32:09 UTC 2025
Modified Files:
src/sys/dev/ic [netbsd-10]: bwi.c bwireg.h bwivar.h
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1182):
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.38.10.4 -r1.38.10.5 src/sys/dev/ic/bwi.c
cvs rdiff -u -r1.4.20.1 -r1.4.20.2 src/sys/dev/ic/bwireg.h
cvs rdiff -u -r1.10.46.1 -r1.10.46.2 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