Date: Tue, 15 Jul 2008 01:23:02 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/re if_re.c src/sys/pci if_rlreg.h Message-ID: <200807150123.m6F1NcBk031760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2008-07-15 01:23:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/re if_re.c sys/pci if_rlreg.h Log: SVN rev 180520 on 2008-07-15 01:23:02Z by yongari MFC r180171. Instead of allocating variables for each events/hardware flags, use a dedicated flag that represents controller capabilities/events. This will simplify many part of code that requires different workaround for each controller revisions and will enhance readability. While I'm here move PHY wakeup code up before mii_phy_probe() which seems to help to wake PHY in some cases. Revision Changes Path 1.95.2.23 +41 -47 src/sys/dev/re/if_re.c 1.67.2.10 +6 -2 src/sys/pci/if_rlreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807150123.m6F1NcBk031760>