diff options
Diffstat (limited to 'sys/dev/usb')
173 files changed, 180 insertions, 180 deletions
diff --git a/sys/dev/usb/controller/at91dci.c b/sys/dev/usb/controller/at91dci.c index c31643c4e3ca..22f1d3a80870 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.6.2.1 2012/03/03 06:15:13 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 b079eb5b272c..3919870a2165 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.2.2.1 2012/03/03 06:15:13 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 4b2a03945ca3..08c7a0fcc7d1 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.4.2.1 2012/03/03 06:15:13 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 2ee117d1d69b..d7090a3e5835 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.7.2.1 2012/03/03 06:15:13 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 91ba030661f9..1afd889734ca 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.2.2.1 2012/03/03 06:15:13 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 1bc7e681509e..62fa8efbe34e 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.4.2.1 2012/03/03 06:15:13 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 98e1515017bb..204145d7895d 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.7.2.1 2012/03/03 06:15:13 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 2d80344fd485..365d89d159b4 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.2.2.1 2012/03/03 06:15:13 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 71b4e23f47b4..6bced41de9b7 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.22.2.1 2012/03/03 06:15:13 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 b8b6985df74a..189479d8fca8 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.7.2.1 2012/03/03 06:15:13 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 f6b212311938..17fbedf62a18 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.8.2.1 2012/03/03 06:15:13 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 f0e6ad66b22b..00d7e77e69c8 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.5.2.1 2012/03/03 06:15:13 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 b74e9e3b8651..1e6662891efa 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ehci_pci.c,v 1.8.2.16.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller. diff --git a/sys/dev/usb/controller/ehcireg.h b/sys/dev/usb/controller/ehcireg.h index 1f5fc5c06cad..ff91f58e76af 100644 --- a/sys/dev/usb/controller/ehcireg.h +++ b/sys/dev/usb/controller/ehcireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/ehcireg.h,v 1.1.2.4.4.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index 665749bd2fa7..73cd14f16ee5 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.8.2.1 2012/03/03 06:15:13 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 3b889a9dfe1f..b3ce0db7fa10 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.3.2.1 2012/03/03 06:15:13 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 988ef377c0ad..edd570026556 100644 --- a/sys/dev/usb/controller/musb_otg_atmelarm.c +++ b/sys/dev/usb/controller/musb_otg_atmelarm.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/musb_otg_atmelarm.c,v 1.7.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/controller/ohci.c b/sys/dev/usb/controller/ohci.c index 63e3d1e39310..454836eb6a5d 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.9.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * USB Open Host Controller driver. diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 9d8ac7dc8321..e6ef450b00c2 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.4.2.1 2012/03/03 06:15:13 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 b515641b59cf..89dad5188750 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.5.2.1 2012/03/03 06:15:13 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 9a070fe6ae85..7ad986009848 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/ohci_pci.c,v 1.8.2.7.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * USB Open Host Controller driver. diff --git a/sys/dev/usb/controller/ohcireg.h b/sys/dev/usb/controller/ohcireg.h index 7f14875c6273..088ad03ad018 100644 --- a/sys/dev/usb/controller/ohcireg.h +++ b/sys/dev/usb/controller/ohcireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/ohcireg.h,v 1.1.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c index 9891aaa2cd02..917559e81b3c 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.10.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * USB Universal Host Controller driver. diff --git a/sys/dev/usb/controller/uhci.h b/sys/dev/usb/controller/uhci.h index 8a6ce4470310..aa972a6fe52f 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.4.2.1 2012/03/03 06:15:13 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 4af440bfbec5..554d06f0355e 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/uhci_pci.c,v 1.8.2.8.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* Universal Host Controller Interface * diff --git a/sys/dev/usb/controller/uhcireg.h b/sys/dev/usb/controller/uhcireg.h index 95eae494e71b..16ff58c20974 100644 --- a/sys/dev/usb/controller/uhcireg.h +++ b/sys/dev/usb/controller/uhcireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/uhcireg.h,v 1.1.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c index e50c4eb67c74..c3f3c7d83a41 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.14.2.1 2012/03/03 06:15:13 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 b4de033a5f2c..931bc4abb7d3 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.7.2.1 2012/03/03 06:15:13 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 8a27f15144d0..7ca871536ec2 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.2.2.1 2012/03/03 06:15:13 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 55fb166c8ac9..f9cbddd55184 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.4.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2008 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c index 72ab55ad3613..226f8644ed03 100644 --- a/sys/dev/usb/controller/xhci.c +++ b/sys/dev/usb/controller/xhci.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/xhci.c,v 1.1.2.7.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index 14afcaf0aef6..a075c61eb044 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/xhci.h,v 1.1.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 2e34b924987a..73d91c37345b 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/controller/xhci_pci.c,v 1.1.2.6.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/controller/xhcireg.h b/sys/dev/usb/controller/xhcireg.h index b14dabcffa65..4b0b6ed5ed5a 100644 --- a/sys/dev/usb/controller/xhcireg.h +++ b/sys/dev/usb/controller/xhcireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/controller/xhcireg.h,v 1.1.2.5.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c index 1c8c40b95696..e42b1a753cec 100644 --- a/sys/dev/usb/input/atp.c +++ b/sys/dev/usb/input/atp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/atp.c,v 1.5.2.5.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c index e90298bd1d0c..a640af595252 100644 --- a/sys/dev/usb/input/uep.c +++ b/sys/dev/usb/input/uep.c @@ -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/input/uep.c,v 1.1.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 47231423c2e2..b7c85a8fbc9f 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.12.2.1 2012/03/03 06:15:13 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 1ad3bd59cb66..4c277c260694 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.21.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index 3c4f36e21ab0..a6222f834df5 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/input/ums.c,v 1.16.2.13.2.1 2012/03/03 06:15:13 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..d9344552726b 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.8.1 2012/03/03 06:15:13 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 1a72cae89a44..78e5b21549a5 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.5.2.1 2012/03/03 06:15:13 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..d4631681ad9a 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _NETGRAPH_UDBP_H_ diff --git a/sys/dev/usb/misc/ufm.c b/sys/dev/usb/misc/ufm.c index 11bea65ae56a..bc49861f1844 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.5.2.1 2012/03/03 06:15:13 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 06931f6cfcea..01e3ffba01f7 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.12.2.1 2012/03/03 06:15:13 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..176fc3302ddb 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_axe.c b/sys/dev/usb/net/if_axe.c index b50c8b66da54..f0effeb78d65 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.27.2.1 2012/03/03 06:15:13 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 ab2b28d24fe9..8293d566096a 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.7.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_cdce.c b/sys/dev/usb/net/if_cdce.c index 12e6f676d133..262ee32eacd1 100644 --- a/sys/dev/usb/net/if_cdce.c +++ b/sys/dev/usb/net/if_cdce.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_cdce.c,v 1.15.2.11.2.1 2012/03/03 06:15:13 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 c470b368e066..567a5d00c31b 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.4.2.1 2012/03/03 06:15:13 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 90a18f3fe6ca..f893009313bb 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.7.2.1 2012/03/03 06:15:13 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..a7f6186e7ee6 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_ipheth.c b/sys/dev/usb/net/if_ipheth.c index d666835e6ae0..96b0166161d0 100644 --- a/sys/dev/usb/net/if_ipheth.c +++ b/sys/dev/usb/net/if_ipheth.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/if_ipheth.c,v 1.1.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/net/if_iphethvar.h b/sys/dev/usb/net/if_iphethvar.h index 65b0c940c600..17981b0d2829 100644 --- a/sys/dev/usb/net/if_iphethvar.h +++ b/sys/dev/usb/net/if_iphethvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/net/if_iphethvar.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * Copyright (c) 2009 Diego Giagio. All rights reserved. diff --git a/sys/dev/usb/net/if_kue.c b/sys/dev/usb/net/if_kue.c index 3c323dcf50aa..3258169bfcba 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.8.2.1 2012/03/03 06:15:13 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..b5a55025ac6b 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_kuereg.h b/sys/dev/usb/net/if_kuereg.h index 16ad044d07ef..9144cbda4784 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/net/if_rue.c b/sys/dev/usb/net/if_rue.c index 797eb12c46d0..bf5a3bdc04ce 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.11.2.1 2012/03/03 06:15:13 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 c90a9692156e..e543635d8ce1 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.2.4.1 2012/03/03 06:15:13 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 6f5ee93c3386..21e2ae3d30ac 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.11.2.1 2012/03/03 06:15:13 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.11.2.1 2012/03/03 06:15:13 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..be8ffe442f97 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index 6bca3782c465..0ff2380600aa 100644 --- a/sys/dev/usb/net/uhso.c +++ b/sys/dev/usb/net/uhso.c @@ -24,7 +24,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/uhso.c,v 1.3.2.12.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 37e340d4da05..908c11f10331 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.7.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2009 Andrew Thompson (thompsa@FreeBSD.org) * @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/net/usb_ethernet.c,v 1.8.2.7.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/net/usb_ethernet.h b/sys/dev/usb/net/usb_ethernet.h index af7cad437f97..6ed4485b545c 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.2.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * @@ -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/usb_ethernet.h,v 1.7.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _USB_ETHERNET_H_ diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c index b0d7a7dd40a2..15ce1989aa65 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.28.2.1 2012/03/03 06:15:13 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 e012842282b4..1ae63ba78844 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.7.2.1 2012/03/03 06:15:13 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 e0b38bd37a64..494d6fb9a8a5 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.33.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/serial/uark.c b/sys/dev/usb/serial/uark.c index 2c3943d70dea..2cd927b9f595 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.7.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /* diff --git a/sys/dev/usb/serial/ubsa.c b/sys/dev/usb/serial/ubsa.c index 6afe05bdfd07..784383952dd1 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.7.2.1 2012/03/03 06:15:13 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 0d70ba92b7c9..8956284d5222 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.8.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * BWCT serial adapter driver diff --git a/sys/dev/usb/serial/uchcom.c b/sys/dev/usb/serial/uchcom.c index 3f69c4d918e8..205bb5080fb3 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.8.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* * Driver for WinChipHead CH341/340, the worst USB-serial chip in the diff --git a/sys/dev/usb/serial/ucycom.c b/sys/dev/usb/serial/ucycom.c index 8fef219de3f2..0892743a50ae 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.7.2.1 2012/03/03 06:15:13 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 7233f901c134..6a1549f96d85 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.8.2.1 2012/03/03 06:15:13 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 6ff922d3526d..2d5fdfa06d4b 100644 --- a/sys/dev/usb/serial/uftdi.c +++ b/sys/dev/usb/serial/uftdi.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uftdi.c,v 1.12.2.21.2.1 2012/03/03 06:15:13 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..a511a114861a 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.8.1 2012/03/03 06:15:13 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 6b0955e911e6..efd9e348186f 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.8.2.1 2012/03/03 06:15:13 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 d038e17e6531..17e6155e554b 100644 --- a/sys/dev/usb/serial/uipaq.c +++ b/sys/dev/usb/serial/uipaq.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/uipaq.c,v 1.10.2.10.2.1 2012/03/03 06:15:13 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 def2ae560f42..ee2c3e72136b 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.7.2.1 2012/03/03 06:15:13 kensmith Exp $"); /* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */ diff --git a/sys/dev/usb/serial/umcs.c b/sys/dev/usb/serial/umcs.c index 94ed4d9c92cf..6a27dfec116b 100644 --- a/sys/dev/usb/serial/umcs.c +++ b/sys/dev/usb/serial/umcs.c @@ -38,7 +38,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/serial/umcs.c,v 1.1.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/stdint.h> #include <sys/stddef.h> diff --git a/sys/dev/usb/serial/umcs.h b/sys/dev/usb/serial/umcs.h index 310b4af65f3a..ebd07b90363f 100644 --- a/sys/dev/usb/serial/umcs.h +++ b/sys/dev/usb/serial/umcs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/serial/umcs.h,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2010 Lev Serebryakov <lev@FreeBSD.org>. * All rights reserved. diff --git a/sys/dev/usb/serial/umct.c b/sys/dev/usb/serial/umct.c index 16dd4a1aba3f..ddb76de7d2ca 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.8.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2003 Scott Long diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c index 519f11e7168a..04c0ea8c3668 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.12.2.1 2012/03/03 06:15:13 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 c346ae692237..1bf93b072caf 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.7.2.1 2012/03/03 06:15:13 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 5f4dbb9791b2..98fc6cd66540 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.15.2.1 2012/03/03 06:15:13 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 61885eaa147a..5d8c541b53f3 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.8.2.1 2012/03/03 06:15:13 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 f8920ea639e5..e54557bfeb57 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.3.2.1 2012/03/03 06:15:13 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 3f1fa2ac9186..8fc18a03a07e 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.10.2.1 2012/03/03 06:15:13 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 98d877eba819..8f4b2bfa9a0b 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.12.2.1 2012/03/03 06:15:13 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 52e02ad904f9..7f7df8abf00c 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.6.2.1 2012/03/03 06:15:13 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..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 diff --git a/sys/dev/usb/template/usb_template.c b/sys/dev/usb/template/usb_template.c index 209016aeb3ec..15ce550cfb80 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.8.2.1 2012/03/03 06:15:13 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 b05272fb2a71..2aca63d015ac 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.3.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> * All rights reserved. diff --git a/sys/dev/usb/template/usb_template_audio.c b/sys/dev/usb/template/usb_template_audio.c index 8e9e7f066457..f2b470833cc3 100644 --- a/sys/dev/usb/template/usb_template_audio.c +++ b/sys/dev/usb/template/usb_template_audio.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_audio.c,v 1.2.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/template/usb_template_cdce.c b/sys/dev/usb/template/usb_template_cdce.c index 481a69cb957f..2d83627ae5c7 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.3.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2007 Hans Petter Selasky <hselasky@FreeBSD.org> diff --git a/sys/dev/usb/template/usb_template_kbd.c b/sys/dev/usb/template/usb_template_kbd.c index 8928c0665e22..da6008bbb74a 100644 --- a/sys/dev/usb/template/usb_template_kbd.c +++ b/sys/dev/usb/template/usb_template_kbd.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_kbd.c,v 1.2.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/template/usb_template_modem.c b/sys/dev/usb/template/usb_template_modem.c index 6e0f940ebded..586929334939 100644 --- a/sys/dev/usb/template/usb_template_modem.c +++ b/sys/dev/usb/template/usb_template_modem.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_modem.c,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/template/usb_template_mouse.c b/sys/dev/usb/template/usb_template_mouse.c index 3ff0fb0188b1..a97d3d680c2a 100644 --- a/sys/dev/usb/template/usb_template_mouse.c +++ b/sys/dev/usb/template/usb_template_mouse.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/template/usb_template_mouse.c,v 1.2.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c index 5c05ffe8e289..0830d092eb59 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.3.2.1 2012/03/03 06:15:13 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 f48fbf422b8e..3b7e5b4e2770 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.4.2.1 2012/03/03 06:15:13 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..3e033c0f487e 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index eac27620ac5e..cddfd385cc9b 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.6.2.1 2012/03/03 06:15:13 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 07207cf6190c..8ec232ba11e6 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.4.2.1 2012/03/03 06:15:13 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 d31aeecd9737..edc2b88dc6e4 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.7.2.1 2012/03/03 06:15:13 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..b245ec50db92 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.8.1 2012/03/03 06:15:13 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 b8f59faeca6a..9eb1246280f0 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.4.2.1 2012/03/03 06:15:13 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 2f78d9f6ee16..7af232ca7f17 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.8.2.1 2012/03/03 06:15:13 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 1f00d4b4addc..cd4a9dde7d58 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.2.6.1 2012/03/03 06:15:13 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 4ffc041ebb4d..99e51160940b 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.5.2.1 2012/03/03 06:15:13 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 1bd05c869fcc..baef123005e7 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.2.2.1 2012/03/03 06:15:13 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 3dfd0d1ab6c5..9cbf7635cd9d 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.4.6.1 2012/03/03 06:15:13 kensmith 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 a39d40036157..e56c7c650b02 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.3.2.1 2012/03/03 06:15:13 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 8718c89bef95..f79ce35bbba0 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.3.6.1 2012/03/03 06:15:13 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 d25cae4b3d55..d8b8439d5e5f 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.15.2.1 2012/03/03 06:15:13 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..d00622c4efda 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.8.1 2012/03/03 06:15:13 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 724f7de5b2d1..34a4da0de9eb 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.30.2.1 2012/03/03 06:15:13 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 455e79c506fa..25c3cf497c74 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.12.2.1 2012/03/03 06:15:13 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 1358b30cd0ea..c1b940bd545e 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.5.2.1 2012/03/03 06:15:13 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 568494204c17..fe429d6ceeb9 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.4.2.1 2012/03/03 06:15:13 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..e1c7a7bc1fbc 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.8.1 2012/03/03 06:15:13 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 119c6175ca1e..3c34b8cbb4de 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.2.2.1 2012/03/03 06:15:13 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 914b80e93dbe..7edd7976fbbe 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.6.2.1 2012/03/03 06:15:13 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 c329e699cdea..47fae38ec211 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.14.2.1 2012/03/03 06:15:13 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..792296e6c35c 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.8.1 2012/03/03 06:15:13 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 2d8d107c6147..398331da526d 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.5.2.1 2012/03/03 06:15:13 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 6bd51cd5b37f..754071ea4e6f 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.6.2.1 2012/03/03 06:15:13 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 e986df1dc580..0a3e57a8795f 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.22.2.1 2012/03/03 06:15:13 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 0f5959977084..14f918ab8719 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.3.4.1 2012/03/03 06:15:13 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 b24fc2b386a4..7e7caaabc522 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.2.2.1 2012/03/03 06:15:13 kensmith Exp $ # # USB interface description diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index 9af6ee5c7af7..c838fef783d2 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.5.2.1 2012/03/03 06:15:13 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 e03f9b60b24d..706b6d13e613 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.3.2.1 2012/03/03 06:15:13 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 65b2a91f9522..6f521cd561c1 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.2.2.1 2012/03/03 06:15:13 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..f6e8d6013530 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.8.1 2012/03/03 06:15:13 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 321a5642f611..cb50156cf251 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.12.2.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2008,2011 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_msctest.h b/sys/dev/usb/usb_msctest.h index e4a717feb31e..d7d205286b5a 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.5.2.1 2012/03/03 06:15:13 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 66ab5fa74984..1df49cb18ab0 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.3.2.1 2012/03/03 06:15:13 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..f5ed8da31c4b 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usb_pf.c b/sys/dev/usb/usb_pf.c index 6d654393668f..97ad6a53fd60 100644 --- a/sys/dev/usb/usb_pf.c +++ b/sys/dev/usb/usb_pf.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_pf.c,v 1.10.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> #include <sys/bus.h> diff --git a/sys/dev/usb/usb_pf.h b/sys/dev/usb/usb_pf.h index 9d51e98c0500..bcaec5fcae16 100644 --- a/sys/dev/usb/usb_pf.h +++ b/sys/dev/usb/usb_pf.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/usb_pf.h,v 1.4.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _DEV_USB_PF_H diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index 7ec4d8dca4fb..44142c04b3df 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.12.2.1 2012/03/03 06:15:13 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 23cf6607c946..2cb7c35e977d 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.4.2.1 2012/03/03 06:15:13 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 c403a703ba26..2e42857339c0 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.17.2.1 2012/03/03 06:15:13 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 74823af28859..8b2c4e2b3c35 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.4.2.1 2012/03/03 06:15:13 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 6f4b678af43a..f6e940a47ecd 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.22.2.1 2012/03/03 06:15:13 kensmith 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 71157ca71156..059c58a4a8da 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.4.4.1 2012/03/03 06:15:13 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 1c357a365de3..463f8db246e4 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.2.2.1 2012/03/03 06:15:13 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..99503c8e1616 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index edf585cc58be..3049b52f48db 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.86.2.1 2012/03/03 06:15:13 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 6446720e8611..85181616dfd4 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.15.2.1 2012/03/03 06:15:13 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 1e450f8f4ff2..0e789e744652 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.3.4.1 2012/03/03 06:15:13 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 4816e87076ce..87174c95a701 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.4.2.1 2012/03/03 06:15:13 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 c51d48546235..2808f062507b 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.20.2.1 2012/03/03 06:15:13 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.20.2.1 2012/03/03 06:15:13 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..cf2fceaaf72b 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.8.1 2012/03/03 06:15:13 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..6e617e80b861 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.8.1 2012/03/03 06:15:13 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 f46634c268d0..a38fc7f3dbcd 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.2.6.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr> diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index e62646f9d985..d0f45f1b27c3 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/wlan/if_run.c,v 1.4.2.22.2.1 2012/03/03 06:15:13 kensmith Exp $"); /*- * Ralink Technology RT2700U/RT2800U/RT3000U chipset driver. diff --git a/sys/dev/usb/wlan/if_runreg.h b/sys/dev/usb/wlan/if_runreg.h index 33f3b9409fba..756ac77d71ca 100644 --- a/sys/dev/usb/wlan/if_runreg.h +++ b/sys/dev/usb/wlan/if_runreg.h @@ -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/wlan/if_runreg.h,v 1.2.2.4.6.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _IF_RUNREG_H_ diff --git a/sys/dev/usb/wlan/if_runvar.h b/sys/dev/usb/wlan/if_runvar.h index df4f25c496f5..0ee3b3540789 100644 --- a/sys/dev/usb/wlan/if_runvar.h +++ b/sys/dev/usb/wlan/if_runvar.h @@ -17,7 +17,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/wlan/if_runvar.h,v 1.3.2.7.4.1 2012/03/03 06:15:13 kensmith Exp $ */ #ifndef _IF_RUNVAR_H_ diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index 15df54d3b628..62b8f0725e56 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.9.2.1 2012/03/03 06:15:13 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..23ed08534918 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.8.1 2012/03/03 06:15:13 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..2e05c79d3203 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.8.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2006 diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c index c4d05e53c6c4..2b949ae42389 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.12.2.1 2012/03/03 06:15:13 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..a86e07945f02 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.8.1 2012/03/03 06:15:13 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 048392d8c96f..0408f884fb62 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.13.2.1 2012/03/03 06:15:13 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.13.2.1 2012/03/03 06:15:13 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..e79c7270f9f5 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.8.1 2012/03/03 06:15:13 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 46dbfbddc8be..f9245c97876d 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.2.6.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2005 diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c index d041c658a7f9..3bde45cc0cb7 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.14.2.1 2012/03/03 06:15:13 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 a0fe5ffd7150..00b75969eeda 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.2.6.1 2012/03/03 06:15:13 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 e4a872147fe0..82a8800fbfa2 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.3.6.1 2012/03/03 06:15:13 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 9ebddeaf3513..e55d2bce809f 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.14.2.1 2012/03/03 06:15:13 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.14.2.1 2012/03/03 06:15:13 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..4126075542b0 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.8.1 2012/03/03 06:15:13 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 dd11632bf2a5..0003fdb88cff 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.2.6.1 2012/03/03 06:15:13 kensmith Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> |
