Rename probe/attach functions to fit our regular naming scheme. Replace
authorpatrick <patrick@openbsd.org>
Fri, 5 Feb 2021 00:08:26 +0000 (00:08 +0000)
committerpatrick <patrick@openbsd.org>
Fri, 5 Feb 2021 00:08:26 +0000 (00:08 +0000)
commitc81f110b78bf8166a73c582a549cbebedbc00ce3
tree61b75e37d32f484438da44b60723991359e77a8e
parent13358d45b65fda5edb39dd7490722130c2ad0d86
Rename probe/attach functions to fit our regular naming scheme.  Replace
&armv7_bs_tag with fdt_cons_bs_tag, which is our early console bus tag
for both arm64 and armv7.  On armv7, it points to &armv7_bs_tag.  With
this we can get rid of the armv7var.h include.  Reduce a bit of diff to
imxuart(4).

ok kettenis@
sys/dev/fdt/exuart.c