diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index a2662bfff939..35f70335b20c 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.29 2000/03/30 17:04:47 augustss Exp $ */ +/* $NetBSD: usb_port.h,v 1.30 2000/04/14 14:41:35 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ /* @@ -64,7 +64,10 @@ #define CUE_DEBUG 1 #define KUE_DEBUG 1 #define UMASS_DEBUG 1 -#define UVISOR_DEBUG 1 +#define UPL_DEBUG 1 +#define UZCOM_DEBUG 1 +#define URIO_DEBUG 1 +#define UFTDI_DEBUG 1 #define Static #else #define Static static @@ -184,6 +187,10 @@ __CONCAT(dname,_detach)(self, flags) \ #define KUE_DEBUG 1 #define UMASS_DEBUG 1 #define UVISOR_DEBUG 1 +#define UPL_DEBUG 1 +#define UZCOM_DEBUG 1 +#define URIO_DEBUG 1 +#define UFTDI_DEBUG 1 #endif #define Static