sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\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 ...
qcom_*: Remove unused devclass arguments to DRIVER_MODULE.
qcom_rnd: add initial qualcomm prng driver.This is the MVP required to initialise and consume random data fromthe QCA PRNG hardware found on the IPQ401x.Reviewed by: andrew, manu, impDifferenti
qcom_rnd: add initial qualcomm prng driver.This is the MVP required to initialise and consume random data fromthe QCA PRNG hardware found on the IPQ401x.Reviewed by: andrew, manu, impDifferential Revision: https://reviews.freebsd.org/D32723