SPDX: license IDs for some ISC-related files.
Make basic Broadcom I/O space reading functions workIt's now possible to use Broadcom functions to read the I/O registers ofSDIO card. The functions were copied from the BSD-licensed Broadcom Linu
Make basic Broadcom I/O space reading functions workIt's now possible to use Broadcom functions to read the I/O registers ofSDIO card. The functions were copied from the BSD-licensed Broadcom Linux driveras-is. To make it possible, a small Linux compatibility layer was introduced.Currently the card responds with the correct version number ("magic")when reading the corresponding address.Approved by: imp (mentor)Differential Revision: https://reviews.freebsd.org/D12111
show more ...
Added new tool for doing experiments with SDIO card.Due to its experimental nature, it's not yet connected to the build.Submitted by: Ilya Babulin