Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
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
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