CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2013/03/07 12:30:53
Modified files: sys/dev/pci : if_bge.c Log message: Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319 within the ifmedia update function. It is supposed to come after the BGE_MAC_MODE register write. ok sthen@