Date: Sun, 14 Mar 1999 00:30:24 -0800 (PST) From: Ustimenko Semen <semenu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tx.c if_txvar.h Message-ID: <199903140830.AAA40586@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903140830.AAA40586>