diff options
author | joe <joe@FreeBSD.org> | 2002-07-31 14:34:36 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-07-31 14:34:36 +0000 |
commit | 9f844c45b89aea60a8007132c6198fd7a9776c4e (patch) | |
tree | fafe553431d8770eb184a810f65960276fbbcccb /sys/dev/usb/ucomvar.h | |
parent | 7320c84bded7927b7c95a1ee65b5ec56efa7008d (diff) | |
download | FreeBSD-src-9f844c45b89aea60a8007132c6198fd7a9776c4e.zip FreeBSD-src-9f844c45b89aea60a8007132c6198fd7a9776c4e.tar.gz |
Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the
debugging levels to off by default. Now that debug levels can be
tweaked by sysctl we don't need to go through hoops to get the
different usb parts to produce debug data.
Diffstat (limited to 'sys/dev/usb/ucomvar.h')
-rw-r--r-- | sys/dev/usb/ucomvar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/usb/ucomvar.h b/sys/dev/usb/ucomvar.h index 8825cb7..ba00856 100644 --- a/sys/dev/usb/ucomvar.h +++ b/sys/dev/usb/ucomvar.h @@ -181,9 +181,3 @@ extern devclass_t ucom_devclass; int ucom_attach(struct ucom_softc *); int ucom_detach(struct ucom_softc *); void ucom_status_change(struct ucom_softc *); - -#if 0 -#define UCOM_DEBUG 1 -#define UPLCOM_DEBUG 1 -#define UVSCOM_DEBUG 1 -#endif |