Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2008 09:17:08 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145592 for review
Message-ID:  <200807220917.m6M9H82j004763@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145592

Change 145592 by ed@ed_dull on 2008/07/22 09:16:42

	Just like ucom(4), it seems I forgot to fix the debug statement
	in uftdi(4).

Affected files ...

.. //depot/projects/mpsafetty/sys/dev/usb/uftdi.c#2 edit

Differences ...

==== //depot/projects/mpsafetty/sys/dev/usb/uftdi.c#2 (text+ko) ====

@@ -492,8 +492,8 @@
 	struct uftdi_softc *sc = vsc;
 	size_t l;
 
-	DPRINTFN(10,("uftdi_write: sc=%p, port=%d count=%u data[0]=0x%02x\n",
-		     vsc, portno, *count, from[0]));
+	DPRINTFN(10,("uftdi_write: sc=%p, port=%d tp=%p, count=%u\n",
+		     vsc, portno, tp, count));
 
 	/* Leave space for the length tag */
 	l = ttydisc_getc(tp, to + sc->sc_hdrlen, count - sc->sc_hdrlen);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807220917.m6M9H82j004763>