Date: Wed, 22 Oct 2008 10:12:21 +0000 (UTC) From: Nick Hibma <n_hibma@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184160 - head/sys/dev/usb Message-ID: <200810221012.m9MACLaI025301@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: n_hibma Date: Wed Oct 22 10:12:21 2008 New Revision: 184160 URL: http://svn.freebsd.org/changeset/base/184160 Log: Remove the debug flag. This makes the u3gstub lines and the Windows-driver CD-ROM devices disappear. Modified: head/sys/dev/usb/u3g.c Modified: head/sys/dev/usb/u3g.c ============================================================================== --- head/sys/dev/usb/u3g.c Wed Oct 22 09:30:32 2008 (r184159) +++ head/sys/dev/usb/u3g.c Wed Oct 22 10:12:21 2008 (r184160) @@ -48,7 +48,6 @@ #include "usbdevs.h" -#define U3G_DEBUG 1 #ifdef U3G_DEBUG #define DPRINTF(x...) do { if (u3gdebug) device_printf(self, ##x); } while (0) #define DPRINTFN(n, x...) do { if (u3gdebug > (n)) device_printf(self, ##x); } while (0)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810221012.m9MACLaI025301>