From owner-cvs-all Sun Mar 14 0:31:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F6871501A; Sun, 14 Mar 1999 00:30:37 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA40586; Sun, 14 Mar 1999 00:30:24 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199903140830.AAA40586@freefall.freebsd.org> From: Ustimenko Semen Date: Sun, 14 Mar 1999 00:30:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tx.c if_txvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/03/14 00:30:23 PST Modified files: sys/pci if_tx.c if_txvar.h Log: Implemented workaround for EPIC's Application Note 7-15 (concerning chip int. and ext. clock synchronisation). Fixed workaround for transmit threshold underrun. Added volatile keyword to CSR_READ_* and CSR_WRITE_* macroses. Added DELAYs to eliminate randomness caused by processor speed. Fixed all TXCON and RXCON registers to be accessed only when chip is idle, as manual told. Changed epic_init_phy to drop link by isolating and going loopback, should should force link partner to restart autonegotiation. PR: kern/10535, kern/9742, kern/10575 Submitted by: Peter Jeremy, David Greenman Revision Changes Path 1.22 +225 -96 src/sys/pci/if_tx.c 1.2 +16 -7 src/sys/pci/if_txvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message