sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - error
sys/dev: further adoption of SPDX licensing ID tags.Mainly focus on files that use BSD 2-Clause license, however the tool Iwas using misidentified many licenses so this was mostly a manual - errorprone - task.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.
show more ...
gxemul:Add a format string to call to g_new_providerf() found when compilingmips64 target with clang.Reviewed by: brooks
More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)resist easy conversion since they implement a great deal of their attachlogic inside probe(). Some of this could be fixed
More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)resist easy conversion since they implement a great deal of their attachlogic inside probe(). Some of this could be fixed by moving it to attach(),but some requires something more subtle than BUS_PROBE_NOWILDCARD.
Add 32-bit support for Gxemul's oldtestmips machine emulationOriginal work by: kan@
Correct an error in gxemul_disk_write(). It was issuing the command toread from rather than write to the emulated disk.Reviewed by: jmallett
Add a driver for the GXemul test machine's disk controller and disk devices.Prefer it to using an md device in the GXEMUL kernel configuration.Requested by: rwatson, theraven