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 this compile with OHCI_DEBUG without EHCI_D...
details: https://anonhg.NetBSD.org/src/rev/901459dbe974
branches: trunk
changeset: 570002:901459dbe974
user: yamt <yamt%NetBSD.org@localhost>
date: Fri Sep 17 10:55:07 2004 +0000
description:
make this compile with OHCI_DEBUG without EHCI_DEBUG.
diffstat:
sys/dev/usb/ehci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3663da78a016 -r 901459dbe974 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Thu Sep 16 20:52:43 2004 +0000
+++ b/sys/dev/usb/ehci.c Fri Sep 17 10:55:07 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.69 2004/07/17 20:12:02 mycroft Exp $ */
+/* $NetBSD: ehci.c,v 1.70 2004/09/17 10:55:07 yamt Exp $ */
/*
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.69 2004/07/17 20:12:02 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.70 2004/09/17 10:55:07 yamt Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -804,7 +804,7 @@
intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)) &
sc->sc_eintrs;
DPRINTFN(15,("ehci_waitintr: 0x%04x\n", intrs));
-#ifdef OHCI_DEBUG
+#ifdef EHCI_DEBUG
if (ehcidebug > 15)
ehci_dump_regs(sc);
#endif
Home |
Main Index |
Thread Index |
Old Index