Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   thorpej
Date:           Wed Mar 25 03:44:45 UTC 2020

Modified Files:
        src/sys/dev/ic: bwfm.c bwfmvar.h
        src/sys/dev/pci: if_bwfm_pci.c
        src/sys/dev/sdmmc: if_bwfm_sdio.c
        src/sys/dev/usb: if_bwfm_usb.c

Log Message:
- Refactor the firmware loading code into a set of common routines in the
  core driver that understand how to find model-specific files before the
  generic files.  This greatly simplifies the firmware loading procedure
  in each of the bus front ends.  Adding additional firmware file types
  (such as CLM files) much simpler.
- Make firmware image selection table-driven rather than a set of switch()
  and if() statements.
- Add several additional firmware image entries.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/bwfm.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/bwfmvar.h
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_bwfm_pci.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sdmmc/if_bwfm_sdio.c
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_bwfm_usb.c

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