From d3908431bb58eabfc783084807fd5f40546474a4 Mon Sep 17 00:00:00 2001 From: augustss Date: Thu, 30 Mar 2000 17:04:47 +0000 Subject: [PATCH] Turn on UVISOR_DEBUG with USB_DEBUG. --- sys/dev/usb/usb_port.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index cede9f743048..a2662bfff939 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $NetBSD: usb_port.h,v 1.28 2000/03/30 08:53:31 augustss Exp $ */ +/* $NetBSD: usb_port.h,v 1.29 2000/03/30 17:04:47 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ /* @@ -64,6 +64,7 @@ #define CUE_DEBUG 1 #define KUE_DEBUG 1 #define UMASS_DEBUG 1 +#define UVISOR_DEBUG 1 #define Static #else #define Static static @@ -182,6 +183,7 @@ __CONCAT(dname,_detach)(self, flags) \ #define CUE_DEBUG 1 #define KUE_DEBUG 1 #define UMASS_DEBUG 1 +#define UVISOR_DEBUG 1 #endif #define Static