From owner-cvs-all Fri Jan 10 0:10: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBAD37B401; Fri, 10 Jan 2003 00:09:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDCB443F13; Fri, 10 Jan 2003 00:09:58 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0A89wfh005880; Fri, 10 Jan 2003 00:09:58 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0A89w8h005879; Fri, 10 Jan 2003 00:09:58 -0800 (PST) Message-Id: <200301100809.h0A89w8h005879@repoman.freebsd.org> From: Martin Blapp Date: Fri, 10 Jan 2003 00:09:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c src/sys/dev/xe if_xe.c src/sys/pci if_rl.c if_ste.c if_vr.c if_wb.c if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2003/01/10 00:09:58 PST Modified files: sys/dev/nge if_nge.c sys/dev/xe if_xe.c sys/pci if_rl.c if_ste.c if_vr.c if_wb.c if_xl.c Log: When reading PHY regs over the i2c bus, the turnaround ACK bit is read one clock edge too late. This bit is driven low by slave (as any other input data bits from slave) when the clock is LOW. The current code did read the bit after the clock was driven high again. Reviewed by: luoqi MFC after: 2 weeks Revision Changes Path 1.40 +1 -1 src/sys/dev/nge/if_nge.c 1.33 +1 -1 src/sys/dev/xe/if_xe.c 1.81 +1 -1 src/sys/pci/if_rl.c 1.43 +1 -1 src/sys/pci/if_ste.c 1.57 +1 -1 src/sys/pci/if_vr.c 1.51 +1 -1 src/sys/pci/if_wb.c 1.120 +1 -1 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message