Date: Tue, 30 Nov 2010 07:14:05 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/cavium/octe ethernet-common.c ethernet-common.h ethernet-rgmii.c ethernet-sgmii.c ethernet-xaui.c ethernet.c octe.c Message-ID: <201011300714.oAU7EJl7092403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2010-11-30 07:14:05 UTC
FreeBSD src repository
Modified files:
sys/mips/cavium/octe ethernet-common.c ethernet-common.h
ethernet-rgmii.c ethernet-sgmii.c
ethernet-xaui.c ethernet.c octe.c
Log:
SVN rev 216071 on 2010-11-30 07:14:05Z by jmallett
Run all poll requests through a single function that can either do the generic
link state polling or media-specific ones, while avoidiing changing link state
on interfaces that use miibus; this substantially speeds up link time on
interface (re)initialization.
Revision Changes Path
1.5 +28 -1 src/sys/mips/cavium/octe/ethernet-common.c
1.3 +0 -2 src/sys/mips/cavium/octe/ethernet-common.h
1.3 +7 -41 src/sys/mips/cavium/octe/ethernet-rgmii.c
1.4 +0 -2 src/sys/mips/cavium/octe/ethernet-sgmii.c
1.4 +1 -3 src/sys/mips/cavium/octe/ethernet-xaui.c
1.7 +5 -12 src/sys/mips/cavium/octe/ethernet.c
1.8 +2 -2 src/sys/mips/cavium/octe/octe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011300714.oAU7EJl7092403>
