aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/storage
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/storage')
-rw-r--r--sys/dev/usb/storage/rio500_usb.h2
-rw-r--r--sys/dev/usb/storage/umass.c4
-rw-r--r--sys/dev/usb/storage/urio.c2
-rw-r--r--sys/dev/usb/storage/ustorage_fs.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/storage/rio500_usb.h b/sys/dev/usb/storage/rio500_usb.h
index 5b53e2c24924..b8c39e2060dc 100644
--- a/sys/dev/usb/storage/rio500_usb.h
+++ b/sys/dev/usb/storage/rio500_usb.h
@@ -20,7 +20,7 @@
---------------------------------------------------------------------- */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/usb/storage/rio500_usb.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
#include <sys/ioccom.h>
#ifndef USB_VENDOR_DIAMOND
diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c
index c58ed441a088..99110294c981 100644
--- a/sys/dev/usb/storage/umass.c
+++ b/sys/dev/usb/storage/umass.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/usb/storage/umass.c,v 1.21.2.25.2.1 2012/03/03 06:15:13 kensmith Exp $");
/*-
* Copyright (c) 1999 MAEKAWA Masahide <bishop@rr.iij4u.or.jp>,
@@ -27,7 +27,7 @@ __FBSDID("$FreeBSD$");
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/usb/storage/umass.c,v 1.21.2.25.2.1 2012/03/03 06:15:13 kensmith Exp $
* $NetBSD: umass.c,v 1.28 2000/04/02 23:46:53 augustss Exp $
*/
diff --git a/sys/dev/usb/storage/urio.c b/sys/dev/usb/storage/urio.c
index 74361ab1547e..af3ffa4f5145 100644
--- a/sys/dev/usb/storage/urio.c
+++ b/sys/dev/usb/storage/urio.c
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/usb/storage/urio.c,v 1.11.2.7.2.1 2012/03/03 06:15:13 kensmith Exp $");
/*
diff --git a/sys/dev/usb/storage/ustorage_fs.c b/sys/dev/usb/storage/ustorage_fs.c
index 089dd426b4aa..21ac28b6a279 100644
--- a/sys/dev/usb/storage/ustorage_fs.c
+++ b/sys/dev/usb/storage/ustorage_fs.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/usb/storage/ustorage_fs.c,v 1.19.2.5.2.1 2012/03/03 06:15:13 kensmith Exp $ */
/*-
* Copyright (C) 2003-2005 Alan Stern
* Copyright (C) 2008 Hans Petter Selasky