Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Make this compile with i386/conf/ALL



details:   https://anonhg.NetBSD.org/src/rev/7694aa8f97e1
branches:  trunk
changeset: 780527:7694aa8f97e1
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 28 00:42:47 2012 +0000

description:
Make this compile with i386/conf/ALL

diffstat:

 sys/dev/pci/twa.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 3803b35cc63d -r 7694aa8f97e1 sys/dev/pci/twa.c
--- a/sys/dev/pci/twa.c Sat Jul 28 00:10:22 2012 +0000
+++ b/sys/dev/pci/twa.c Sat Jul 28 00:42:47 2012 +0000
@@ -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 $");
-
-#define TWA_DEBUG
+__KERNEL_RCSID(0, "$NetBSD: twa.c,v 1.42 2012/07/28 00:42:47 matt Exp $");
+
+//#define TWA_DEBUG
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index