Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
Module Name: src
Committed By: jmcneill
Date: Thu Oct 23 21:19:25 UTC 2025
Modified Files:
src/sys/dev/ic: bwi.c bwireg.h bwivar.h
Log Message:
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.44 -r1.45 src/sys/dev/ic/bwi.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/bwireg.h
cvs rdiff -u -r1.11 -r1.12 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