Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb make it compilable without OHCI_DEBUG
details: https://anonhg.NetBSD.org/src/rev/0186313fd927
branches: trunk
changeset: 517901:0186313fd927
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Nov 21 05:52:50 2001 +0000
description:
make it compilable without OHCI_DEBUG
diffstat:
sys/dev/usb/ohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b9f751fbbd51 -r 0186313fd927 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Wed Nov 21 05:45:10 2001 +0000
+++ b/sys/dev/usb/ohci.c Wed Nov 21 05:52:50 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.114 2001/11/21 02:41:18 augustss Exp $ */
+/* $NetBSD: ohci.c,v 1.115 2001/11/21 05:52:50 itojun Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -46,7 +46,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.114 2001/11/21 02:41:18 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.115 2001/11/21 05:52:50 itojun Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1661,7 +1661,7 @@
}
splx(s);
-#if 1
+#ifdef OHCI_DEBUG
if (ohcidebug > 20) {
delay(10000);
DPRINTF(("ohci_device_request: status=%x\n",
Home |
Main Index |
Thread Index |
Old Index