Module Name: src Committed By: thorpej Date: Tue Jan 19 14:39:20 UTC 2021
Modified Files: src/sys/dev/ofisa: atppc_ofisa.c com_ofisa.c ess_ofisa.c if_cs_ofisa.c joy_ofisa.c lpt_ofisa.c ofisa.c sb_ofisa.c wdc_ofisa.c Log Message: of_compatible() is a hokey API (returning -1 for no match) and nothing here relies on its reverse-index return value semantics, so just use of_match_compat_data() instead. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ofisa/atppc_ofisa.c cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ofisa/com_ofisa.c \ src/sys/dev/ofisa/joy_ofisa.c cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ofisa/ess_ofisa.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ofisa/if_cs_ofisa.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ofisa/lpt_ofisa.c cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ofisa/ofisa.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ofisa/sb_ofisa.c cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ofisa/wdc_ofisa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.