aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sdiotool
Commit message (Collapse)AuthorAgeFilesLines
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-085-2/+12
| | | | Notes: svn path=/head/; revision=326695
* Make basic Broadcom I/O space reading functions workIlya Bakulin2017-09-189-430/+1283
| | | | | | | | | | | | | | | It's now possible to use Broadcom functions to read the I/O registers of SDIO card. The functions were copied from the BSD-licensed Broadcom Linux driver as-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 Notes: svn path=/head/; revision=323717
* Added new tool for doing experiments with SDIO card.Warner Losh2017-07-092-0/+658
Due to its experimental nature, it's not yet connected to the build. Submitted by: Ilya Babulin Notes: svn path=/head/; revision=320847