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 ...
Mechanically convert to if_inc_counter().
Use define from if_var.h to access a field inside struct if_data,that resides in struct ifnet.Sponsored by: Nginx, Inc.
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@
Mechanically substitute flags from historic mbuf allocator withmalloc(9) flags in sys/dev.
Add a trivial driver for the GXemul Ethernet device. Probably quite buggy andcertainly non-optimal, but enough for basic networking use.Requested by: rwatson