History log of /freebsd-current/usr.bin/sdiotool/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 029c02a3 18-Sep-2017 Ilya Bakulin <kibab@FreeBSD.org>

Make basic Broadcom I/O space reading functions work

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


# 14bcf3e1 09-Jul-2017 Warner Losh <imp@FreeBSD.org>

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