Module Name: src
Committed By: matt
Date: Sat Jul 28 00:42:48 UTC 2012
Modified Files:
src/sys/dev/pci: twa.c
Log Message:
Make this compile with i386/conf/ALL
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 src/sys/dev/pci/twa.c:1.42
--- src/sys/dev/pci/twa.c:1.41 Fri Jul 27 14:02:17 2012
+++ src/sys/dev/pci/twa.c Sat Jul 28 00:42:47 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: twa.c,v 1.41 2012/07/27 14:02:17 jakllsch Exp $ */
+/* $NetBSD: twa.c,v 1.42 2012/07/28 00:42:47 matt Exp $ */
/* $wasabi: twa.c,v 1.27 2006/07/28 18:17:21 wrstuden Exp $ */
/*-
@@ -67,9 +67,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.41 2012/07/27 14:02:17 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.42 2012/07/28 00:42:47 matt Exp $");
-#define TWA_DEBUG
+//#define TWA_DEBUG
#include <sys/param.h>
#include <sys/systm.h>