svn commit: r193365 - user/kmacy/releng_7_2_fcs/sys/dev/cxgb

Kip Macy kmacy at FreeBSD.org
Wed Jun 3 03:42:01 UTC 2009


Author: kmacy
Date: Wed Jun  3 03:42:00 2009
New Revision: 193365
URL: http://svn.freebsd.org/changeset/base/193365

Log:
  stop using sx for port locks - this bit of cleverness causes more trouble than it is worth

Modified:
  user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_adapter.h

Modified: user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_adapter.h
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_adapter.h	Wed Jun  3 03:14:30 2009	(r193364)
+++ user/kmacy/releng_7_2_fcs/sys/dev/cxgb/cxgb_adapter.h	Wed Jun  3 03:42:00 2009	(r193365)
@@ -65,8 +65,6 @@ $FreeBSD$
 #include <netinet/tcp_lro.h>
 #endif
 
-#define USE_SX
-
 struct adapter;
 struct sge_qset;
 extern int cxgb_debug;


More information about the svn-src-user mailing list