CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/02 19:52:53
Modified files:
sys/dev/pci : if_alc.c
Log message:
- Remove a redundant check within alc_mii_readreg_813x().
The PHY address is already checked within alc_miibus_readreg().
- Remove redundant call to alc_stop_queue().
First thing alc_stop_mac() does is call alc_stop_queue().
>From Brad
