diff options
Diffstat (limited to 'sys/dev/usb')
150 files changed, 155 insertions, 155 deletions
diff --git a/sys/dev/usb/controller/at91dci.c b/sys/dev/usb/controller/at91dci.c index d9f8e4066c31..121400c9238e 100644 --- a/sys/dev/usb/controller/at91dci.c +++ b/sys/dev/usb/controller/at91dci.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/at91dci.c,v 1.22.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h index a1603aa660ad..2fe71beae065 100644 --- a/sys/dev/usb/controller/at91dci.h +++ b/sys/dev/usb/controller/at91dci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/at91dci.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2006 ATMEL * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/controller/at91dci_atmelarm.c b/sys/dev/usb/controller/at91dci_atmelarm.c index 39089752d3f3..549e5aecda63 100644 --- a/sys/dev/usb/controller/at91dci_atmelarm.c +++ b/sys/dev/usb/controller/at91dci_atmelarm.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/at91dci_atmelarm.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/controller/atmegadci.c b/sys/dev/usb/controller/atmegadci.c index 9b60ad7e17be..992ba6f67835 100644 --- a/sys/dev/usb/controller/atmegadci.c +++ b/sys/dev/usb/controller/atmegadci.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/atmegadci.c,v 1.28.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/controller/atmegadci.h b/sys/dev/usb/controller/atmegadci.h index 68613af3e5e5..1b1c2c76d70f 100644 --- a/sys/dev/usb/controller/atmegadci.h +++ b/sys/dev/usb/controller/atmegadci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/atmegadci.h,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/controller/atmegadci_atmelarm.c b/sys/dev/usb/controller/atmegadci_atmelarm.c index 084554c0655f..3644bd6ca52e 100644 --- a/sys/dev/usb/controller/atmegadci_atmelarm.c +++ b/sys/dev/usb/controller/atmegadci_atmelarm.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/atmegadci_atmelarm.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/controller/avr32dci.c b/sys/dev/usb/controller/avr32dci.c index f251f9109ae8..ab997b9c9f75 100644 --- a/sys/dev/usb/controller/avr32dci.c +++ b/sys/dev/usb/controller/avr32dci.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/avr32dci.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/controller/avr32dci.h b/sys/dev/usb/controller/avr32dci.h index 6672fa76afb3..99a44e555d21 100644 --- a/sys/dev/usb/controller/avr32dci.h +++ b/sys/dev/usb/controller/avr32dci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/avr32dci.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/controller/ehci.c b/sys/dev/usb/controller/ehci.c index 0ab54aafa6b8..77ab3876914f 100644 --- a/sys/dev/usb/controller/ehci.c +++ b/sys/dev/usb/controller/ehci.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ehci.c,v 1.26.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/controller/ehci.h b/sys/dev/usb/controller/ehci.h index 0868bc8f15aa..a4a191f6f93b 100644 --- a/sys/dev/usb/controller/ehci.h +++ b/sys/dev/usb/controller/ehci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/ehci.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/controller/ehci_ixp4xx.c b/sys/dev/usb/controller/ehci_ixp4xx.c index 7668d8608e0a..d842747d4eff 100644 --- a/sys/dev/usb/controller/ehci_ixp4xx.c +++ b/sys/dev/usb/controller/ehci_ixp4xx.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ehci_ixp4xx.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_bus.h" diff --git a/sys/dev/usb/controller/ehci_mbus.c b/sys/dev/usb/controller/ehci_mbus.c index 7076854d6f2f..0a542d6f9621 100644 --- a/sys/dev/usb/controller/ehci_mbus.c +++ b/sys/dev/usb/controller/ehci_mbus.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ehci_mbus.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_bus.h" diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 7f8c0a0012d7..268ba95fcbcb 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ehci_pci.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller. diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index 60d29dd690b6..05a7d6f55c1a 100644 --- a/sys/dev/usb/controller/musb_otg.c +++ b/sys/dev/usb/controller/musb_otg.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/musb_otg.c,v 1.22.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/controller/musb_otg.h b/sys/dev/usb/controller/musb_otg.h index 0e843c910e40..8064bc8807de 100644 --- a/sys/dev/usb/controller/musb_otg.h +++ b/sys/dev/usb/controller/musb_otg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/musb_otg.h,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/controller/musb_otg_atmelarm.c b/sys/dev/usb/controller/musb_otg_atmelarm.c index 0900a48f8b7b..571737dc1f6c 100644 --- a/sys/dev/usb/controller/musb_otg_atmelarm.c +++ b/sys/dev/usb/controller/musb_otg_atmelarm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/musb_otg_atmelarm.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/controller/ohci.c b/sys/dev/usb/controller/ohci.c index 30592c14751b..64ad0b70fc04 100644 --- a/sys/dev/usb/controller/ohci.c +++ b/sys/dev/usb/controller/ohci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ohci.c,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * USB Open Host Controller driver. diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index eeb49aabd41f..c594d7934fd4 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/ohci.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/controller/ohci_atmelarm.c b/sys/dev/usb/controller/ohci_atmelarm.c index a4fe9f397b94..0ce491141c34 100644 --- a/sys/dev/usb/controller/ohci_atmelarm.c +++ b/sys/dev/usb/controller/ohci_atmelarm.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ohci_atmelarm.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c index 3be6e42d43ee..8decea443f6a 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ohci_pci.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * USB Open Host Controller driver. diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c index 2a2ff1cf2ceb..552d4643ca27 100644 --- a/sys/dev/usb/controller/uhci.c +++ b/sys/dev/usb/controller/uhci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/uhci.c,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * USB Universal Host Controller driver. diff --git a/sys/dev/usb/controller/uhci.h b/sys/dev/usb/controller/uhci.h index f2ea246229c7..629eaccdfd7f 100644 --- a/sys/dev/usb/controller/uhci.h +++ b/sys/dev/usb/controller/uhci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/uhci.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index ba155be3a7d3..d2cdea9cbad4 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/uhci_pci.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* Universal Host Controller Interface * diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c index 7a019dcaa7ac..c62c4917a98f 100644 --- a/sys/dev/usb/controller/usb_controller.c +++ b/sys/dev/usb/controller/usb_controller.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/usb_controller.c,v 1.22.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c index 62fa8df4b619..db59b818fc7f 100644 --- a/sys/dev/usb/controller/uss820dci.c +++ b/sys/dev/usb/controller/uss820dci.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/uss820dci.c,v 1.25.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/usb/controller/uss820dci.h b/sys/dev/usb/controller/uss820dci.h index e158c1c10f9d..cf8313e27759 100644 --- a/sys/dev/usb/controller/uss820dci.h +++ b/sys/dev/usb/controller/uss820dci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/uss820dci.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/usb/controller/uss820dci_atmelarm.c b/sys/dev/usb/controller/uss820dci_atmelarm.c index 52a7364bdb95..9bf86feadbe9 100644 --- a/sys/dev/usb/controller/uss820dci_atmelarm.c +++ b/sys/dev/usb/controller/uss820dci_atmelarm.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/uss820dci_atmelarm.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 411aeb6170da..2cbd6e7e6d76 100644 --- a/sys/dev/usb/input/uhid.c +++ b/sys/dev/usb/input/uhid.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/uhid.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index 1687755e33e2..24fa8fdf3ac9 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/ukbd.c,v 1.16.2.3.2.2 2009/11/02 06:36:54 hrs Exp $"); /*- diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index 7872fe737c55..2e531bc9d670 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/ums.c,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf diff --git a/sys/dev/usb/input/usb_rdesc.h b/sys/dev/usb/input/usb_rdesc.h index 23ea620b73e9..10c505766bf6 100644 --- a/sys/dev/usb/input/usb_rdesc.h +++ b/sys/dev/usb/input/usb_rdesc.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/input/usb_rdesc.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * * This file contains replacements for broken HID report descriptors. */ diff --git a/sys/dev/usb/misc/udbp.c b/sys/dev/usb/misc/udbp.c index ada6b3c0a29e..4665a9c35c4e 100644 --- a/sys/dev/usb/misc/udbp.c +++ b/sys/dev/usb/misc/udbp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/misc/udbp.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* Driver for arbitrary double bulk pipe devices. * The driver assumes that there will be the same driver on the other side. diff --git a/sys/dev/usb/misc/udbp.h b/sys/dev/usb/misc/udbp.h index e6fd85326152..5c64dd149906 100644 --- a/sys/dev/usb/misc/udbp.h +++ b/sys/dev/usb/misc/udbp.h @@ -34,7 +34,7 @@ * This file was derived from src/sys/netgraph/ng_sample.h, revision 1.1 * written by Julian Elischer, Whistle Communications. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/misc/udbp.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _NETGRAPH_UDBP_H_ diff --git a/sys/dev/usb/misc/ufm.c b/sys/dev/usb/misc/ufm.c index c10166a5bf0e..31d2fbfc85a4 100644 --- a/sys/dev/usb/misc/ufm.c +++ b/sys/dev/usb/misc/ufm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/misc/ufm.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> diff --git a/sys/dev/usb/net/if_aue.c b/sys/dev/usb/net/if_aue.c index 142780f56138..da5b5312d4b9 100644 --- a/sys/dev/usb/net/if_aue.c +++ b/sys/dev/usb/net/if_aue.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_aue.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * ADMtek AN986 Pegasus and AN8511 Pegasus II USB to ethernet driver. diff --git a/sys/dev/usb/net/if_auereg.h b/sys/dev/usb/net/if_auereg.h index 4d0843eb8b1a..cc9105ddbdaa 100644 --- a/sys/dev/usb/net/if_auereg.h +++ b/sys/dev/usb/net/if_auereg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_auereg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_axe.c b/sys/dev/usb/net/if_axe.c index ae9d5127ff79..e1c8acfe9c49 100644 --- a/sys/dev/usb/net/if_axe.c +++ b/sys/dev/usb/net/if_axe.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_axe.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * ASIX Electronics AX88172/AX88178/AX88778 USB 2.0 ethernet driver. diff --git a/sys/dev/usb/net/if_axereg.h b/sys/dev/usb/net/if_axereg.h index ae1a1d6450cb..970009673df5 100644 --- a/sys/dev/usb/net/if_axereg.h +++ b/sys/dev/usb/net/if_axereg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_axereg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_cdce.c b/sys/dev/usb/net/if_cdce.c index 352fcec1f5ac..f9c903563758 100644 --- a/sys/dev/usb/net/if_cdce.c +++ b/sys/dev/usb/net/if_cdce.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_cdce.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/net/if_cdcereg.h b/sys/dev/usb/net/if_cdcereg.h index 367e1677a3ee..b10b9941fbe6 100644 --- a/sys/dev/usb/net/if_cdcereg.h +++ b/sys/dev/usb/net/if_cdcereg.h @@ -29,7 +29,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_cdcereg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _USB_IF_CDCEREG_H_ diff --git a/sys/dev/usb/net/if_cue.c b/sys/dev/usb/net/if_cue.c index dcbef616dfc6..bbbec48fddb2 100644 --- a/sys/dev/usb/net/if_cue.c +++ b/sys/dev/usb/net/if_cue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_cue.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * CATC USB-EL1210A USB to ethernet driver. Used in the CATC Netmate diff --git a/sys/dev/usb/net/if_cuereg.h b/sys/dev/usb/net/if_cuereg.h index 1782c2167ffa..d32b306da639 100644 --- a/sys/dev/usb/net/if_cuereg.h +++ b/sys/dev/usb/net/if_cuereg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_cuereg.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_kue.c b/sys/dev/usb/net/if_kue.c index 281d54f919a5..6c3c30a812de 100644 --- a/sys/dev/usb/net/if_kue.c +++ b/sys/dev/usb/net/if_kue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_kue.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Kawasaki LSI KL5KUSB101B USB to ethernet adapter driver. diff --git a/sys/dev/usb/net/if_kuefw.h b/sys/dev/usb/net/if_kuefw.h index 2b055a92ed7b..9a2fd2818e96 100644 --- a/sys/dev/usb/net/if_kuefw.h +++ b/sys/dev/usb/net/if_kuefw.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_kuefw.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_kuereg.h b/sys/dev/usb/net/if_kuereg.h index 16ad044d07ef..91610799ee35 100644 --- a/sys/dev/usb/net/if_kuereg.h +++ b/sys/dev/usb/net/if_kuereg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_kuereg.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_rue.c b/sys/dev/usb/net/if_rue.c index 7b92bc553e3b..0bd76aa4e31d 100644 --- a/sys/dev/usb/net/if_rue.c +++ b/sys/dev/usb/net/if_rue.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_rue.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * RealTek RTL8150 USB to fast ethernet controller driver. diff --git a/sys/dev/usb/net/if_ruereg.h b/sys/dev/usb/net/if_ruereg.h index a4a4aec86d6f..1a6bffa0fb22 100644 --- a/sys/dev/usb/net/if_ruereg.h +++ b/sys/dev/usb/net/if_ruereg.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/net/if_ruereg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define RUE_CONFIG_IDX 0 /* config number 1 */ diff --git a/sys/dev/usb/net/if_udav.c b/sys/dev/usb/net/if_udav.c index 20853e0d8bf4..3677cccfd4e7 100644 --- a/sys/dev/usb/net/if_udav.c +++ b/sys/dev/usb/net/if_udav.c @@ -1,6 +1,6 @@ /* $NetBSD: if_udav.c,v 1.2 2003/09/04 15:17:38 tsutsui Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/net/if_udav.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_udav.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/net/if_udavreg.h b/sys/dev/usb/net/if_udavreg.h index 82715e8bf334..505b44696e02 100644 --- a/sys/dev/usb/net/if_udavreg.h +++ b/sys/dev/usb/net/if_udavreg.h @@ -1,6 +1,6 @@ /* $NetBSD: if_udavreg.h,v 1.2 2003/09/04 15:17:39 tsutsui Exp $ */ /* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/net/if_udavreg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 6cf446016e75..95a101adee5c 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/net/usb_ethernet.c,v 1.8.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2009 Andrew Thompson (thompsa@FreeBSD.org) * diff --git a/sys/dev/usb/net/usb_ethernet.h b/sys/dev/usb/net/usb_ethernet.h index 51a81076b374..24e8d4fb937a 100644 --- a/sys/dev/usb/net/usb_ethernet.h +++ b/sys/dev/usb/net/usb_ethernet.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/net/usb_ethernet.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c index 92c2ab05ad44..e18730d3a5a4 100644 --- a/sys/dev/usb/quirk/usb_quirk.c +++ b/sys/dev/usb/quirk/usb_quirk.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/quirk/usb_quirk.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/quirk/usb_quirk.h b/sys/dev/usb/quirk/usb_quirk.h index f4fb9b9fdc95..b3188ae55ccf 100644 --- a/sys/dev/usb/quirk/usb_quirk.h +++ b/sys/dev/usb/quirk/usb_quirk.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/quirk/usb_quirk.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 398d6b1f89fe..b4e7cdf6af3a 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/serial/u3g.c,v 1.19.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/serial/uark.c b/sys/dev/usb/serial/uark.c index cff124eb0749..85bc0e9e17a1 100644 --- a/sys/dev/usb/serial/uark.c +++ b/sys/dev/usb/serial/uark.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/serial/uark.c,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/dev/usb/serial/ubsa.c b/sys/dev/usb/serial/ubsa.c index 3e8e61b7c6fd..9a10d2670658 100644 --- a/sys/dev/usb/serial/ubsa.c +++ b/sys/dev/usb/serial/ubsa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/ubsa.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/serial/ubser.c b/sys/dev/usb/serial/ubser.c index a2c29f94b3bb..2240d68e5e14 100644 --- a/sys/dev/usb/serial/ubser.c +++ b/sys/dev/usb/serial/ubser.c @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/ubser.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * BWCT serial adapter driver diff --git a/sys/dev/usb/serial/uchcom.c b/sys/dev/usb/serial/uchcom.c index 705d3e6fdf08..ba54ff1c1663 100644 --- a/sys/dev/usb/serial/uchcom.c +++ b/sys/dev/usb/serial/uchcom.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uchcom.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * driver for WinChipHead CH341/340, the worst USB-serial chip in the world. diff --git a/sys/dev/usb/serial/ucycom.c b/sys/dev/usb/serial/ucycom.c index 1eb246089531..ec10e6fadd13 100644 --- a/sys/dev/usb/serial/ucycom.c +++ b/sys/dev/usb/serial/ucycom.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/ucycom.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2004 Dag-Erling Coïdan Smørgrav diff --git a/sys/dev/usb/serial/ufoma.c b/sys/dev/usb/serial/ufoma.c index 7c2c7325769b..58157a369cd4 100644 --- a/sys/dev/usb/serial/ufoma.c +++ b/sys/dev/usb/serial/ufoma.c @@ -1,7 +1,7 @@ /* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/ufoma.c,v 1.14.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define UFOMA_HANDSFREE /*- * Copyright (c) 2005, Takanori Watanabe diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c index 52a070b7015c..8133bb71627f 100644 --- a/sys/dev/usb/serial/uftdi.c +++ b/sys/dev/usb/serial/uftdi.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uftdi.c,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * NOTE: all function names beginning like "uftdi_cfg_" can only diff --git a/sys/dev/usb/serial/uftdi_reg.h b/sys/dev/usb/serial/uftdi_reg.h index 0074bc5d701b..fccb120de5b3 100644 --- a/sys/dev/usb/serial/uftdi_reg.h +++ b/sys/dev/usb/serial/uftdi_reg.h @@ -1,5 +1,5 @@ /* $NetBSD: uftdireg.h,v 1.6 2002/07/11 21:14:28 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/serial/uftdi_reg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * Definitions for the FTDI USB Single Port Serial Converter - diff --git a/sys/dev/usb/serial/ugensa.c b/sys/dev/usb/serial/ugensa.c index 86e858638a7d..7d0e86fbb1a4 100644 --- a/sys/dev/usb/serial/ugensa.c +++ b/sys/dev/usb/serial/ugensa.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/serial/ugensa.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* $NetBSD: ugensa.c,v 1.9.2.1 2007/03/24 14:55:50 yamt Exp $ */ /* diff --git a/sys/dev/usb/serial/uipaq.c b/sys/dev/usb/serial/uipaq.c index 79fe21e5c2c4..24bcc35f4520 100644 --- a/sys/dev/usb/serial/uipaq.c +++ b/sys/dev/usb/serial/uipaq.c @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uipaq.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/serial/ulpt.c b/sys/dev/usb/serial/ulpt.c index 786452fb3de6..ab3bbf01f386 100644 --- a/sys/dev/usb/serial/ulpt.c +++ b/sys/dev/usb/serial/ulpt.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/ulpt.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */ diff --git a/sys/dev/usb/serial/umct.c b/sys/dev/usb/serial/umct.c index 557a511adc04..154ef44e31bc 100644 --- a/sys/dev/usb/serial/umct.c +++ b/sys/dev/usb/serial/umct.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/umct.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2003 Scott Long diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c index fc658c5b6649..d49c377c3c6e 100644 --- a/sys/dev/usb/serial/umodem.c +++ b/sys/dev/usb/serial/umodem.c @@ -1,7 +1,7 @@ /* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/umodem.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2003, M. Warner Losh <imp@FreeBSD.org>. diff --git a/sys/dev/usb/serial/umoscom.c b/sys/dev/usb/serial/umoscom.c index 47f70f1f4d3a..c638d5d5c7e9 100644 --- a/sys/dev/usb/serial/umoscom.c +++ b/sys/dev/usb/serial/umoscom.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/serial/umoscom.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* $OpenBSD: umoscom.c,v 1.2 2006/10/26 06:02:43 jsg Exp $ */ /* diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index 399792f1ef15..526901e16e30 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -1,7 +1,7 @@ /* $NetBSD: uplcom.c,v 1.21 2001/11/13 06:24:56 lukem Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uplcom.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. diff --git a/sys/dev/usb/serial/usb_serial.c b/sys/dev/usb/serial/usb_serial.c index f3e3e91adde7..f6f366eea6b7 100644 --- a/sys/dev/usb/serial/usb_serial.c +++ b/sys/dev/usb/serial/usb_serial.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/usb_serial.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/serial/usb_serial.h b/sys/dev/usb/serial/usb_serial.h index 94f82f1b3fb0..575e2d7a3509 100644 --- a/sys/dev/usb/serial/usb_serial.h +++ b/sys/dev/usb/serial/usb_serial.h @@ -1,5 +1,5 @@ /* $NetBSD: ucomvar.h,v 1.9 2001/01/23 21:56:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/serial/usb_serial.h,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. diff --git a/sys/dev/usb/serial/uslcom.c b/sys/dev/usb/serial/uslcom.c index c319dfd74e54..af74c76e7160 100644 --- a/sys/dev/usb/serial/uslcom.c +++ b/sys/dev/usb/serial/uslcom.c @@ -1,7 +1,7 @@ /* $OpenBSD: uslcom.c,v 1.17 2007/11/24 10:52:12 jsg Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uslcom.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> diff --git a/sys/dev/usb/serial/uvisor.c b/sys/dev/usb/serial/uvisor.c index c7175e31a630..688a8cf8970a 100644 --- a/sys/dev/usb/serial/uvisor.c +++ b/sys/dev/usb/serial/uvisor.c @@ -1,5 +1,5 @@ /* $NetBSD: uvisor.c,v 1.9 2001/01/23 14:04:14 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/serial/uvisor.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Also already merged from NetBSD: * $NetBSD: uvisor.c,v 1.12 2001/11/13 06:24:57 lukem Exp $ diff --git a/sys/dev/usb/serial/uvscom.c b/sys/dev/usb/serial/uvscom.c index 27f3919b286a..2aedbc9718c0 100644 --- a/sys/dev/usb/serial/uvscom.c +++ b/sys/dev/usb/serial/uvscom.c @@ -1,7 +1,7 @@ /* $NetBSD: usb/uvscom.c,v 1.1 2002/03/19 15:08:42 augustss Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uvscom.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. diff --git a/sys/dev/usb/storage/rio500_usb.h b/sys/dev/usb/storage/rio500_usb.h index 5b53e2c24924..61aad44d193b 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.2.1 2009/10/25 01:10:29 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 3aa128453df1..bff2028bdf38 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.2.2.1 2009/10/25 01:10:29 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.2.2.1 2009/10/25 01:10:29 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 6bb2e889e405..6c68502c5756 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* diff --git a/sys/dev/usb/storage/ustorage_fs.c b/sys/dev/usb/storage/ustorage_fs.c index 10047e11c220..523e108eb658 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.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (C) 2003-2005 Alan Stern * Copyright (C) 2008 Hans Petter Selasky diff --git a/sys/dev/usb/template/usb_template.c b/sys/dev/usb/template/usb_template.c index d9e0dc167519..1c12759790f6 100644 --- a/sys/dev/usb/template/usb_template.c +++ b/sys/dev/usb/template/usb_template.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/template/usb_template.c,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2007 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/template/usb_template.h b/sys/dev/usb/template/usb_template.h index cc9ca0c08cba..c8eeb180aed7 100644 --- a/sys/dev/usb/template/usb_template.h +++ b/sys/dev/usb/template/usb_template.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/template/usb_template.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/usb/template/usb_template_cdce.c b/sys/dev/usb/template/usb_template_cdce.c index 7e4f2ae055a9..80b04df986f8 100644 --- a/sys/dev/usb/template/usb_template_cdce.c +++ b/sys/dev/usb/template/usb_template_cdce.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_cdce.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c index f55be3301005..1e0a66a87ca7 100644 --- a/sys/dev/usb/template/usb_template_msc.c +++ b/sys/dev/usb/template/usb_template_msc.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_msc.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/template/usb_template_mtp.c b/sys/dev/usb/template/usb_template_mtp.c index a98a242e1f3b..a493432e78ce 100644 --- a/sys/dev/usb/template/usb_template_mtp.c +++ b/sys/dev/usb/template/usb_template_mtp.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_mtp.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/ufm_ioctl.h b/sys/dev/usb/ufm_ioctl.h index 921b3d4f37a7..1a89b9b4b0cf 100644 --- a/sys/dev/usb/ufm_ioctl.h +++ b/sys/dev/usb/ufm_ioctl.h @@ -28,7 +28,7 @@ * its contributors. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ufm_ioctl.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 68c3caf6a056..99b36a14403d 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.57.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. diff --git a/sys/dev/usb/usb_bus.h b/sys/dev/usb/usb_bus.h index 8d64199e11e8..d0438d5a357e 100644 --- a/sys/dev/usb/usb_bus.h +++ b/sys/dev/usb/usb_bus.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_bus.h,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_busdma.c b/sys/dev/usb/usb_busdma.c index 3769102c5108..1e33abe12ca7 100644 --- a/sys/dev/usb/usb_busdma.c +++ b/sys/dev/usb/usb_busdma.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_busdma.c,v 1.13.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_busdma.h b/sys/dev/usb/usb_busdma.h index 6b6e4039ef33..8013263f8480 100644 --- a/sys/dev/usb/usb_busdma.h +++ b/sys/dev/usb/usb_busdma.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_busdma.h,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_cdc.h b/sys/dev/usb/usb_cdc.h index f6e312c99a52..79b98b376eb7 100644 --- a/sys/dev/usb/usb_cdc.h +++ b/sys/dev/usb/usb_cdc.h @@ -1,5 +1,5 @@ /* $NetBSD: usbcdc.h,v 1.9 2004/10/23 13:24:24 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_cdc.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_compat_linux.c b/sys/dev/usb/usb_compat_linux.c index 604ac4d88458..151e9fc4bc29 100644 --- a/sys/dev/usb/usb_compat_linux.c +++ b/sys/dev/usb/usb_compat_linux.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_compat_linux.c,v 1.17.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2007 Luigi Rizzo - Universita` di Pisa. All rights reserved. * Copyright (c) 2007 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/usb_compat_linux.h b/sys/dev/usb/usb_compat_linux.h index 25a5bfb5d1e3..8a886506ec25 100644 --- a/sys/dev/usb/usb_compat_linux.h +++ b/sys/dev/usb/usb_compat_linux.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_compat_linux.h,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2007 Luigi Rizzo - Universita` di Pisa. All rights reserved. * Copyright (c) 2007 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/usb_controller.h b/sys/dev/usb/usb_controller.h index 6e355420e6e6..3daba97ae20e 100644 --- a/sys/dev/usb/usb_controller.h +++ b/sys/dev/usb/usb_controller.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_controller.h,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_core.c b/sys/dev/usb/usb_core.c index b273a3c932ef..263a9f837e78 100644 --- a/sys/dev/usb/usb_core.c +++ b/sys/dev/usb/usb_core.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_core.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_core.h b/sys/dev/usb/usb_core.h index a9d273d427f6..46e1d31b8b78 100644 --- a/sys/dev/usb/usb_core.h +++ b/sys/dev/usb/usb_core.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_core.h,v 1.30.2.1.2.2 2009/11/04 21:28:50 thompsa Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_debug.c b/sys/dev/usb/usb_debug.c index 7f1e4e921a06..b8f50d8e2645 100644 --- a/sys/dev/usb/usb_debug.c +++ b/sys/dev/usb/usb_debug.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_debug.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h index dfe2edf55dfa..5dc7c18a917a 100644 --- a/sys/dev/usb/usb_debug.h +++ b/sys/dev/usb/usb_debug.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_debug.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_dev.c b/sys/dev/usb/usb_dev.c index c828b24057fa..b75c72514e65 100644 --- a/sys/dev/usb/usb_dev.c +++ b/sys/dev/usb/usb_dev.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_dev.c,v 1.31.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2006-2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_dev.h b/sys/dev/usb/usb_dev.h index aa9197f5121f..bd1e62a45f05 100644 --- a/sys/dev/usb/usb_dev.h +++ b/sys/dev/usb/usb_dev.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_dev.h,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index 635a9b1528d4..318c629d278e 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_device.c,v 1.44.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h index 682e2007e6ee..8d6ca5f0ec63 100644 --- a/sys/dev/usb/usb_device.h +++ b/sys/dev/usb/usb_device.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_device.h,v 1.27.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_dynamic.c b/sys/dev/usb/usb_dynamic.c index b64712fc3406..209147ca48a1 100644 --- a/sys/dev/usb/usb_dynamic.c +++ b/sys/dev/usb/usb_dynamic.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_dynamic.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_dynamic.h b/sys/dev/usb/usb_dynamic.h index f8b7caf69f3c..dae76359b962 100644 --- a/sys/dev/usb/usb_dynamic.h +++ b/sys/dev/usb/usb_dynamic.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_dynamic.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_endian.h b/sys/dev/usb/usb_endian.h index 29479f1367ad..73b5c973644f 100644 --- a/sys/dev/usb/usb_endian.h +++ b/sys/dev/usb/usb_endian.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_endian.h,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_error.c b/sys/dev/usb/usb_error.c index a6393154d918..b1a5282384cd 100644 --- a/sys/dev/usb/usb_error.c +++ b/sys/dev/usb/usb_error.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_error.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h index 1f34317d667d..397b40b09b0f 100644 --- a/sys/dev/usb/usb_freebsd.h +++ b/sys/dev/usb/usb_freebsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_freebsd.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_generic.c b/sys/dev/usb/usb_generic.c index 5990cd5ff943..e6088b8d7107 100644 --- a/sys/dev/usb/usb_generic.c +++ b/sys/dev/usb/usb_generic.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_generic.c,v 1.20.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_generic.h b/sys/dev/usb/usb_generic.h index 835ec72afd09..a98715de2d5b 100644 --- a/sys/dev/usb/usb_generic.h +++ b/sys/dev/usb/usb_generic.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_generic.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_handle_request.c b/sys/dev/usb/usb_handle_request.c index 92bf8329eb82..6eb77f6057c0 100644 --- a/sys/dev/usb/usb_handle_request.c +++ b/sys/dev/usb/usb_handle_request.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_handle_request.c,v 1.15.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_hid.c b/sys/dev/usb/usb_hid.c index b9d61c91c39a..b6a8d45af274 100644 --- a/sys/dev/usb/usb_hid.c +++ b/sys/dev/usb/usb_hid.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_hid.c,v 1.17.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/usb_hub.c b/sys/dev/usb/usb_hub.c index 2c81d97d1267..456ac9f8cbcf 100644 --- a/sys/dev/usb/usb_hub.c +++ b/sys/dev/usb/usb_hub.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_hub.c,v 1.28.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/usb_hub.h b/sys/dev/usb/usb_hub.h index ceb0cc2283d9..227e3be21113 100644 --- a/sys/dev/usb/usb_hub.h +++ b/sys/dev/usb/usb_hub.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_hub.h,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_if.m b/sys/dev/usb/usb_if.m index 926a23770060..903b574c7d6a 100644 --- a/sys/dev/usb/usb_if.m +++ b/sys/dev/usb/usb_if.m @@ -24,7 +24,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/usb/usb_if.m,v 1.14.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # # USB interface description diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index f9018e283ec7..b44b254750c2 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_ioctl.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. diff --git a/sys/dev/usb/usb_lookup.c b/sys/dev/usb/usb_lookup.c index aced2d03136d..5480adaeb0b9 100644 --- a/sys/dev/usb/usb_lookup.c +++ b/sys/dev/usb/usb_lookup.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_lookup.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_mbuf.c b/sys/dev/usb/usb_mbuf.c index d9b14abab9a7..53c7658fb067 100644 --- a/sys/dev/usb/usb_mbuf.c +++ b/sys/dev/usb/usb_mbuf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_mbuf.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_mbuf.h b/sys/dev/usb/usb_mbuf.h index 3b331ffce68b..21b49ca48b02 100644 --- a/sys/dev/usb/usb_mbuf.h +++ b/sys/dev/usb/usb_mbuf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_mbuf.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_msctest.c b/sys/dev/usb/usb_msctest.c index 4af0766eb184..2c8c996ccad5 100644 --- a/sys/dev/usb/usb_msctest.c +++ b/sys/dev/usb/usb_msctest.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_msctest.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_msctest.h b/sys/dev/usb/usb_msctest.h index 44fa20d96c62..4b04fc651c1f 100644 --- a/sys/dev/usb/usb_msctest.h +++ b/sys/dev/usb/usb_msctest.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_msctest.h,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_parse.c b/sys/dev/usb/usb_parse.c index deb52ea50e83..689c75ae8721 100644 --- a/sys/dev/usb/usb_parse.c +++ b/sys/dev/usb/usb_parse.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_parse.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_pci.h b/sys/dev/usb/usb_pci.h index 071dfc321a61..77d3b0771a65 100644 --- a/sys/dev/usb/usb_pci.h +++ b/sys/dev/usb/usb_pci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_pci.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index eb503fd18c41..0ac079267bb7 100644 --- a/sys/dev/usb/usb_process.c +++ b/sys/dev/usb/usb_process.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_process.c,v 1.9.2.4.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h index b4159af1bbdf..5f10f5d2b77c 100644 --- a/sys/dev/usb/usb_process.h +++ b/sys/dev/usb/usb_process.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_process.h,v 1.8.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_request.c b/sys/dev/usb/usb_request.c index 8ccaa14f7a5a..d3576aee914f 100644 --- a/sys/dev/usb/usb_request.c +++ b/sys/dev/usb/usb_request.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_request.c,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h index 21585651c19f..e4422b3f4fcd 100644 --- a/sys/dev/usb/usb_request.h +++ b/sys/dev/usb/usb_request.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_request.h,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_transfer.c b/sys/dev/usb/usb_transfer.c index 878f64499a50..b43a80174727 100644 --- a/sys/dev/usb/usb_transfer.c +++ b/sys/dev/usb/usb_transfer.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_transfer.c,v 1.28.2.2.2.2 2009/11/04 21:28:50 thompsa Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_transfer.h b/sys/dev/usb/usb_transfer.h index 27f3afffa638..44e67dcc96fa 100644 --- a/sys/dev/usb/usb_transfer.h +++ b/sys/dev/usb/usb_transfer.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_transfer.h,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_util.c b/sys/dev/usb/usb_util.c index a43ceeef6426..06a4b607fff4 100644 --- a/sys/dev/usb/usb_util.c +++ b/sys/dev/usb/usb_util.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_util.c,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h index 35abeddddb3b..bf72a1e9ebdd 100644 --- a/sys/dev/usb/usb_util.h +++ b/sys/dev/usb/usb_util.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_util.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 288750c935ed..63534cf3ca5d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/usb/usbdevs,v 1.421.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */ /*- diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 0042c97ccffb..b45437e9957b 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.71.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _USB_USBDI_H_ #define _USB_USBDI_H_ diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index bb6e324ab97e..6dd7988e79e8 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/usbdi_util.h,v 1.23.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _USB_USBDI_UTIL_H_ #define _USB_USBDI_UTIL_H_ diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 4c5f3132b31e..3f2f55a89977 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbhid.h,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. diff --git a/sys/dev/usb/wlan/if_rum.c b/sys/dev/usb/wlan/if_rum.c index e7c387c5fa7c..2904ab609094 100644 --- a/sys/dev/usb/wlan/if_rum.c +++ b/sys/dev/usb/wlan/if_rum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_rum.c,v 1.20.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/wlan/if_rum.c,v 1.20.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Ralink Technology RT2501USB/RT2601USB chipset driver diff --git a/sys/dev/usb/wlan/if_rumfw.h b/sys/dev/usb/wlan/if_rumfw.h index 0f0867445131..498c63db9fa3 100644 --- a/sys/dev/usb/wlan/if_rumfw.h +++ b/sys/dev/usb/wlan/if_rumfw.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_rumfw.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005-2006, Ralink Technology, Corp. diff --git a/sys/dev/usb/wlan/if_rumreg.h b/sys/dev/usb/wlan/if_rumreg.h index 75a51bcd4ad4..3d8d0a3a9056 100644 --- a/sys/dev/usb/wlan/if_rumreg.h +++ b/sys/dev/usb/wlan/if_rumreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_rumreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr> diff --git a/sys/dev/usb/wlan/if_rumvar.h b/sys/dev/usb/wlan/if_rumvar.h index 82bb117b7ce7..930e95985693 100644 --- a/sys/dev/usb/wlan/if_rumvar.h +++ b/sys/dev/usb/wlan/if_rumvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_rumvar.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr> diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index 686f9b629e9d..80d8197be862 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/wlan/if_uath.c,v 1.17.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Driver for Atheros AR5523 USB parts. diff --git a/sys/dev/usb/wlan/if_uathreg.h b/sys/dev/usb/wlan/if_uathreg.h index 1e7929bc7e8f..d32595aba94f 100644 --- a/sys/dev/usb/wlan/if_uathreg.h +++ b/sys/dev/usb/wlan/if_uathreg.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_uathreg.h,v 1.2 2006/09/18 16:34:23 damien Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_uathreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2006 diff --git a/sys/dev/usb/wlan/if_uathvar.h b/sys/dev/usb/wlan/if_uathvar.h index 6e58d93a893d..f28a6200c17a 100644 --- a/sys/dev/usb/wlan/if_uathvar.h +++ b/sys/dev/usb/wlan/if_uathvar.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_uathvar.h,v 1.3 2006/09/20 19:47:17 damien Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_uathvar.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2006 diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c index 580b31131905..e75bc2669ee0 100644 --- a/sys/dev/usb/wlan/if_upgt.c +++ b/sys/dev/usb/wlan/if_upgt.c @@ -1,5 +1,5 @@ /* $OpenBSD: if_upgt.c,v 1.35 2008/04/16 18:32:15 damien Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_upgt.c,v 1.11.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> diff --git a/sys/dev/usb/wlan/if_upgtvar.h b/sys/dev/usb/wlan/if_upgtvar.h index 68d5d2be720c..8a54765badfa 100644 --- a/sys/dev/usb/wlan/if_upgtvar.h +++ b/sys/dev/usb/wlan/if_upgtvar.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_upgtvar.h,v 1.14 2008/02/02 13:48:44 mglocker Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_upgtvar.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> diff --git a/sys/dev/usb/wlan/if_ural.c b/sys/dev/usb/wlan/if_ural.c index c2e6d75a68de..5947e1c848c4 100644 --- a/sys/dev/usb/wlan/if_ural.c +++ b/sys/dev/usb/wlan/if_ural.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_ural.c,v 1.20.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/wlan/if_ural.c,v 1.20.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Ralink Technology RT2500USB chipset driver diff --git a/sys/dev/usb/wlan/if_uralreg.h b/sys/dev/usb/wlan/if_uralreg.h index 042cf5ace51d..150d47492ce4 100644 --- a/sys/dev/usb/wlan/if_uralreg.h +++ b/sys/dev/usb/wlan/if_uralreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_uralreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/usb/wlan/if_uralvar.h b/sys/dev/usb/wlan/if_uralvar.h index 5d9c5821a5a7..1eefaac23732 100644 --- a/sys/dev/usb/wlan/if_uralvar.h +++ b/sys/dev/usb/wlan/if_uralvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_uralvar.h,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005 diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c index 425471b6577c..ee2da860e164 100644 --- a/sys/dev/usb/wlan/if_urtw.c +++ b/sys/dev/usb/wlan/if_urtw.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/wlan/if_urtw.c,v 1.8.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/sockio.h> #include <sys/sysctl.h> diff --git a/sys/dev/usb/wlan/if_urtwreg.h b/sys/dev/usb/wlan/if_urtwreg.h index d3399b7eaf18..01e73235b011 100644 --- a/sys/dev/usb/wlan/if_urtwreg.h +++ b/sys/dev/usb/wlan/if_urtwreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_urtwreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org> diff --git a/sys/dev/usb/wlan/if_urtwvar.h b/sys/dev/usb/wlan/if_urtwvar.h index 975060c70df3..8f73fce53b67 100644 --- a/sys/dev/usb/wlan/if_urtwvar.h +++ b/sys/dev/usb/wlan/if_urtwvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_urtwvar.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.org> diff --git a/sys/dev/usb/wlan/if_zyd.c b/sys/dev/usb/wlan/if_zyd.c index 6fa07c7af2fc..257c3cb8e10c 100644 --- a/sys/dev/usb/wlan/if_zyd.c +++ b/sys/dev/usb/wlan/if_zyd.c @@ -1,6 +1,6 @@ /* $OpenBSD: if_zyd.c,v 1.52 2007/02/11 00:08:04 jsg Exp $ */ /* $NetBSD: if_zyd.c,v 1.7 2007/06/21 04:04:29 kiyohara Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_zyd.c,v 1.22.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/wlan/if_zyd.c,v 1.22.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * ZyDAS ZD1211/ZD1211B USB WLAN driver. diff --git a/sys/dev/usb/wlan/if_zydfw.h b/sys/dev/usb/wlan/if_zydfw.h index 46f5c2aba751..77b23745e2ca 100644 --- a/sys/dev/usb/wlan/if_zydfw.h +++ b/sys/dev/usb/wlan/if_zydfw.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_zydfw.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ uint8_t zd1211_firmware[] = { 0x08, 0x91, 0xFF, 0xED, 0x09, 0x93, 0x1E, 0xEE, diff --git a/sys/dev/usb/wlan/if_zydreg.h b/sys/dev/usb/wlan/if_zydreg.h index 57a5e879c6c0..a31b7578846f 100644 --- a/sys/dev/usb/wlan/if_zydreg.h +++ b/sys/dev/usb/wlan/if_zydreg.h @@ -1,6 +1,6 @@ /* $OpenBSD: if_zydreg.h,v 1.19 2006/11/30 19:28:07 damien Exp $ */ /* $NetBSD: if_zydreg.h,v 1.2 2007/06/16 11:18:45 kiyohara Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/wlan/if_zydreg.h,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> |
