Re: CVS commit: src/sbin/fsck_lfs

2015-08-23 Thread David Holland
On Sun, Aug 23, 2015 at 12:00:23PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By:christos > Date:Sun Aug 23 16:00:23 UTC 2015 > > Modified Files: > src/sbin/fsck_lfs: pass0.c > > Log Message: > swap the formats too, not just the args. sorry

Re: CVS commit: src/sys/external/bsd/dwc2

2015-08-23 Thread Christos Zoulas
In article <20150823111508.9f09...@cvs.netbsd.org>, Nick Hudson wrote: >-=-=-=-=-=- > >+ if (xfer->status == USBD_NORMAL_COMPLETION) { >+ int rd = usbd_xfer_isread(xfer); >+ >+ /* >+ * control transfers with no data phase don't touch dmabuf, but >+