Date: Wed, 6 Jan 2010 23:28:39 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h Message-ID: <201001062328.o06NSmIT051275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-01-06 23:28:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 201693 on 2010-01-06 23:28:39Z by yongari MFC r199065,199115-199116,199153,199661-199662 r199065: Correct disabling checksum offloading for BCM5700 B0. r199115: Add missing bus_dmamap_sync(9) before issuing kick command. r199116: Zero out Tx/Rx descriptors before using them. Also add missing bus_dmamap_sync(9) after Tx descriptor initialization. r199153: Controller does not update Tx descriptors(send BDs) after sending frames so remove unnecessary BUS_DMASYNC_PREREAD and BUS_DMASYNC_POSTREAD of bus_dmamap_sync(9). r199661: Remove extra white space. r199662: Fix typo introduced in r199011. Revision Changes Path 1.198.2.24 +23 -16 src/sys/dev/bge/if_bge.c 1.73.2.11 +1 -1 src/sys/dev/bge/if_bgereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001062328.o06NSmIT051275>