freebsd-dev/sys/arm/ti/cpsw
Luiz Otavio O Souza 1210d2685f Fix cpsw_detach() to not panic when called from cpsw_attach().
For an unkown reason (at moment), sometimes if_cpsw cannot read from PHY
and fails to attach calling cpsw_detach() which end up in a panic.

Fix it by doing the proper check before detach the miibus and also fix the
leak of few variables.

And to actually make it work, ether_ifattach() has to be moved to the end
of cpsw_attach() to avoid a race where calling ether_ifdetach() before
domain_init() (which will only run later on) would make it crash at
INP_INFO_RLOCK() on in_pcbpurgeif0().

Tested on:	BBB (am335x)
MFC after:	1 week
2014-10-24 21:08:02 +00:00
..
if_cpsw.c Fix cpsw_detach() to not panic when called from cpsw_attach(). 2014-10-24 21:08:02 +00:00
if_cpswreg.h Another overhaul of the CPSW driver for BeagleBone 2013-02-03 01:08:01 +00:00
if_cpswvar.h Another overhaul of the CPSW driver for BeagleBone 2013-02-03 01:08:01 +00:00