Module Name: src Committed By: skrll Date: Thu Oct 3 19:04:00 UTC 2013
Modified Files: src/sys/dev/usb: usbdivar.h Log Message: Update a comment. Thanks mrg@ To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/dev/usb/usbdivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/usbdivar.h diff -u src/sys/dev/usb/usbdivar.h:1.106 src/sys/dev/usb/usbdivar.h:1.107 --- src/sys/dev/usb/usbdivar.h:1.106 Thu Oct 3 07:35:37 2013 +++ src/sys/dev/usb/usbdivar.h Thu Oct 3 19:04:00 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: usbdivar.h,v 1.106 2013/10/03 07:35:37 skrll Exp $ */ +/* $NetBSD: usbdivar.h,v 1.107 2013/10/03 19:04:00 skrll Exp $ */ /* * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc. @@ -325,7 +325,7 @@ void usb_needs_reattach(usbd_device_han void usb_schedsoftintr(struct usbd_bus *); /* - * These macros help while not all host controllers are ported to the MP code. + * These macros reflect the current locking scheme. They might change. */ #define usbd_lock_pipe(p) mutex_enter((p)->device->bus->lock)