Module Name: src
Committed By: drochner
Date: Tue Aug 18 11:15:43 UTC 2009
Modified Files:
src/sys/dev/pci: twa.c
Log Message:
put some strange text within an "#if 0"'d section into a comment
additionally to appease picky parsers
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/twa.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/pci/twa.c
diff -u src/sys/dev/pci/twa.c:1.32 src/sys/dev/pci/twa.c:1.33
--- src/sys/dev/pci/twa.c:1.32 Fri Jul 31 20:47:25 2009
+++ src/sys/dev/pci/twa.c Tue Aug 18 11:15:43 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: twa.c,v 1.32 2009/07/31 20:47:25 bouyer Exp $ */
+/* $NetBSD: twa.c,v 1.33 2009/08/18 11:15:43 drochner Exp $ */
/* $wasabi: twa.c,v 1.27 2006/07/28 18:17:21 wrstuden Exp $ */
/*-
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.32 2009/07/31 20:47:25 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.33 2009/08/18 11:15:43 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1321,7 +1321,7 @@
req = tr;
if ((tr->tr_cmd_pkt_type & TWA_CMD_PKT_TYPE_EXTERNAL) != 0) {
- XXX this is bogus ! req can't be anything else but tr !
+ /* XXX this is bogus ! req can't be anything else but tr ! */
if (req->tr_request_id == tr->tr_request_id)
panic("req id: %d on controller queue twice",
tr->tr_request_id);