net drivers may have mii children, but mii layer has no _activate
authorderaadt <deraadt@openbsd.org>
Sat, 31 Aug 2024 16:23:09 +0000 (16:23 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 31 Aug 2024 16:23:09 +0000 (16:23 +0000)
commit8bb071cdcfd5bb410ffc4d6bba584292a9a77626
treea993c6ebed06291315992ff3a12d6a95f305ed39
parent48d3e433699451279531836f5a1bf8360c7a77be
net drivers may have mii children, but mii layer has no _activate
functions.  similar operations are done via driver xx_stop/init functions
calling mii_ subfunctions directly at the right moments in time, and
are not anticipated to ever need the activate mechanism.  so for now,
delete all the config_activate_children() here
ok kettenis
19 files changed:
sys/dev/ic/dc.c
sys/dev/ic/fxp.c
sys/dev/ic/rtl81x9.c
sys/dev/ic/xl.c
sys/dev/pci/if_alc.c
sys/dev/pci/if_ale.c
sys/dev/pci/if_bce.c
sys/dev/pci/if_bge.c
sys/dev/pci/if_em.c
sys/dev/pci/if_ix.c
sys/dev/pci/if_lii.c
sys/dev/pci/if_msk.c
sys/dev/pci/if_nfe.c
sys/dev/pci/if_re_pci.c
sys/dev/pci/if_rge.c
sys/dev/pci/if_se.c
sys/dev/pci/if_sis.c
sys/dev/pci/if_sk.c
sys/dev/pci/if_vr.c