CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2013/05/29 11:04:46
Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: PHY auto-polling mode should not be used for anything newer than BCM5705. Figured out by David Imhoff, checked against FreeBSD, Linux and official documentation. Fixes up link negotiation on BCM5719. Original diff by David, tweaked by me; tested on BCM5702X and BCM5761 by naddy@; BCM5714, BCM5719, BCM5720 and BCM5721 by dlg@, BCM5721 and BCM5719 by David and BCM5719 by me. ok dlg