diff options
Diffstat (limited to 'sys/netgraph/bluetooth/hci')
| -rw-r--r-- | sys/netgraph/bluetooth/hci/TODO | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_cmds.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_cmds.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_evnt.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_evnt.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_main.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_misc.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_misc.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_prse.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_ulpi.c | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_ulpi.h | 2 | ||||
| -rw-r--r-- | sys/netgraph/bluetooth/hci/ng_hci_var.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sys/netgraph/bluetooth/hci/TODO b/sys/netgraph/bluetooth/hci/TODO index 6f66d7b84d0f..0cc8f74184c3 100644 --- a/sys/netgraph/bluetooth/hci/TODO +++ b/sys/netgraph/bluetooth/hci/TODO @@ -1,5 +1,5 @@ $Id: TODO,v 1.2 2003/04/26 22:36:29 max Exp $ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/bluetooth/hci/TODO,v 1.2 2003/05/10 21:44:40 julian Exp $ FIXME/TODO list diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c index 8d630a272b84..d591ded538cf 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_cmds.c,v 1.4 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_cmds.c,v 1.6.2.1 2005/01/31 23:26:33 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.h b/sys/netgraph/bluetooth/hci/ng_hci_cmds.h index 9addd14f8ae2..8c384b4cb1d8 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_cmds.h,v 1.1 2002/11/24 19:46:58 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_cmds.h,v 1.3.4.1 2005/01/31 23:26:33 imp Exp $ */ #ifndef _NETGRAPH_HCI_CMDS_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_evnt.c b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c index a4cc9ba45470..f73be4eb2c72 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_evnt.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_evnt.c,v 1.6 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_evnt.c,v 1.7.2.1 2005/01/31 23:26:33 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_evnt.h b/sys/netgraph/bluetooth/hci/ng_hci_evnt.h index d89cfd51bab8..28127a4f4b82 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_evnt.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_evnt.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_evnt.h,v 1.1 2002/11/24 19:46:58 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_evnt.h,v 1.3.4.1 2005/01/31 23:26:33 imp Exp $ */ #ifndef _NETGRAPH_HCI_EVNT_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_main.c b/sys/netgraph/bluetooth/hci/ng_hci_main.c index 7ea23c8dfeaf..192f2b826a81 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_main.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_main.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_main.c,v 1.2 2003/03/18 00:09:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_main.c,v 1.4.2.2 2005/01/31 23:26:33 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_misc.c b/sys/netgraph/bluetooth/hci/ng_hci_misc.c index d7a185c71874..e4b87c56e16a 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_misc.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_misc.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_misc.c,v 1.5 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_misc.c,v 1.7.2.3 2005/01/31 23:26:33 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_misc.h b/sys/netgraph/bluetooth/hci/ng_hci_misc.h index 59e8a3bd7220..c2235232462f 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_misc.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_misc.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_misc.h,v 1.3 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_misc.h,v 1.4.4.1 2005/01/31 23:26:33 imp Exp $ */ #ifndef _NETGRAPH_HCI_MISC_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_prse.h b/sys/netgraph/bluetooth/hci/ng_hci_prse.h index fb4e8fa13a03..520542d8e0e6 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_prse.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_prse.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_prse.h,v 1.2 2003/03/18 00:09:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_prse.h,v 1.3.4.1 2005/01/31 23:26:33 imp Exp $ */ /*************************************************************************** diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c index 311bd4f782f6..e3cc4d026c3c 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_ulpi.c,v 1.7 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c,v 1.7.2.1 2005/01/31 23:26:33 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h index ced697e45e66..ce4eae8fb35e 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_ulpi.h,v 1.2 2003/04/26 22:35:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h,v 1.2.6.1 2005/01/31 23:26:33 imp Exp $ */ #ifndef _NETGRAPH_HCI_ULPI_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_var.h b/sys/netgraph/bluetooth/hci/ng_hci_var.h index bce4a25258db..1933f04975ef 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_var.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_var.h,v 1.3 2003/04/26 22:35:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_var.h,v 1.4.2.2 2005/01/31 23:26:33 imp Exp $ */ #ifndef _NETGRAPH_HCI_VAR_H_ |
