From: Philip P. <phi...@re...> - 2011-03-20 22:43:59
|
Looking at the function atm_init() in the Solos driver, it's not clear to me why we have: atm_dev_signal_change(card->atmdev[i], ATM_PHY_SIG_UNKNOWN); why would the device come up in state UNKNOWN and not LOST? If the driver has just loaded up, it's a safe bet that the PHY is down, right? -Philip |