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 ...
sys/dev: minor spelling fixes.Most affect comments, very few have user-visible effects.
Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingblock. Use it in all the PNP drivers to export either the current PNPtable. For uart, create a custom table and export it usingMOD
Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingblock. Use it in all the PNP drivers to export either the current PNPtable. For uart, create a custom table and export it usingMODULE_PNP_INFO since it's the only one that matches on functionnumber.Differential Review: https://reviews.freebsd.org/D3461
Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.PR: kern/114582Submitted by: Daniel Roethlisberger <[email protected]>Reviewed by: imp, myselfTested by: johans, myselfMFC
Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.PR: kern/114582Submitted by: Daniel Roethlisberger <[email protected]>Reviewed by: imp, myselfTested by: johans, myselfMFC after: 2 weeks