Module Name: src
Committed By: dyoung
Date: Tue Apr 7 18:02:04 UTC 2009
Modified Files:
src/sys/dev/ic: rtw.c
Log Message:
Cosmetic: remove some dead code.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/dev/ic/rtw.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/rtw.c
diff -u src/sys/dev/ic/rtw.c:1.107 src/sys/dev/ic/rtw.c:1.108
--- src/sys/dev/ic/rtw.c:1.107 Thu Apr 2 00:57:20 2009
+++ src/sys/dev/ic/rtw.c Tue Apr 7 18:02:04 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: rtw.c,v 1.107 2009/04/02 00:57:20 dyoung Exp $ */
+/* $NetBSD: rtw.c,v 1.108 2009/04/07 18:02:04 dyoung Exp $ */
/*-
* Copyright (c) 2004, 2005, 2006, 2007 David Young. All rights
* reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.107 2009/04/02 00:57:20 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.108 2009/04/07 18:02:04 dyoung Exp $");
#include "bpfilter.h"
@@ -1422,11 +1422,7 @@
/* XXX reference source does not enable MULRW */
/* enable PCI Read/Write Multiple */
-#if 1
cr |= RTW_CR_MULRW;
-#else
- cr &= ~RTW_CR_MULRW;
-#endif
/* The receive engine will always start at RDSAR. */
if (enable && (flags & ~cr & RTW_CR_RE)) {