Date: Sun, 23 May 2010 09:27:14 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r208439 - stable/8/sys/dev/cxgb Message-ID: <201005230927.o4N9RE0p032963@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: np Date: Sun May 23 09:27:14 2010 New Revision: 208439 URL: http://svn.freebsd.org/changeset/base/208439 Log: MFC r208356. Remove bad assertion. Modified: stable/8/sys/dev/cxgb/cxgb_main.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) stable/8/sys/geom/sched/ (props changed) Modified: stable/8/sys/dev/cxgb/cxgb_main.c ============================================================================== --- stable/8/sys/dev/cxgb/cxgb_main.c Sun May 23 08:31:15 2010 (r208438) +++ stable/8/sys/dev/cxgb/cxgb_main.c Sun May 23 09:27:14 2010 (r208439) @@ -1983,7 +1983,6 @@ cxgb_set_lro(struct port_info *p, int en struct adapter *adp = p->adapter; struct sge_qset *q; - PORT_LOCK_ASSERT_OWNED(p); for (i = 0; i < p->nqsets; i++) { q = &adp->sge.qs[p->first_qset + i]; q->lro.enabled = (enabled != 0);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005230927.o4N9RE0p032963>