From c4764df5a414feee616a7eed90a5f374c63bf34a Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 10 Jun 2003 23:39:45 +0000 Subject: Use __FBSDID(). --- sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c | 6 +++--- sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c | 8 +++----- sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c | 8 +++----- sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c | 8 +++----- sys/i4b/layer1/ihfc/i4b_ihfc_drv.c | 6 +++--- sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c | 8 +++----- sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c | 9 +++------ 7 files changed, 21 insertions(+), 32 deletions(-) (limited to 'sys/i4b') diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c index 79678a8..c1e7ce7 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c @@ -32,13 +32,13 @@ * * i4b_ifpnp_avm.c: AVM Fritz!Card PnP hardware driver * --------------------------------------------------- - * - * $FreeBSD$ - * * last edit-date: [Fri Jan 12 17:05:28 2001] * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include "opt_i4b.h" #include diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c index 64b41f7..a7ff73e 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c @@ -26,16 +26,15 @@ * * i4b_ifpnp_isac.c - i4b Fritz PnP ISAC handler * --------------------------------------------- - * * $Id: i4b_ifpnp_isac.c,v 1.3 2000/05/29 15:41:41 hm Exp $ * $Ust: src/i4b/layer1-nb/ifpnp/i4b_ifpnp_isac.c,v 1.4 2000/04/18 08:03:05 ust Exp $ - * - * $FreeBSD$ - * * last edit-date: [Mon May 29 15:24:49 2000] * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include "opt_i4b.h" #include @@ -43,7 +42,6 @@ #include #include - #include #include diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c index c7843d9..8213c86 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c @@ -26,22 +26,20 @@ * * i4b_ifpnp_l1.c - AVM Fritz PnP layer 1 handler * ---------------------------------------------- - * * $Id: i4b_ifpnp_l1.c,v 1.4 2000/06/02 16:14:36 hm Exp $ * $Ust: src/i4b/layer1-nb/ifpnp/i4b_ifpnp_l1.c,v 1.4 2000/04/18 08:03:05 ust Exp $ - * - * $FreeBSD$ - * * last edit-date: [Fri Jun 2 14:55:49 2000] * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include #include #include #include - #include #include diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c index d119717..2584595 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c @@ -26,22 +26,20 @@ * * i4b_ifpnp_l1fsm.c - AVM Fritz PnP layer 1 I.430 state machine * ------------------------------------------------------------- - * * $Id: i4b_ifpnp_l1fsm.c,v 1.4 2000/05/29 15:41:41 hm Exp $ * $Ust: src/i4b/layer1-nb/ifpnp/i4b_ifpnp_l1fsm.c,v 1.4 2000/04/18 08:03:05 ust Exp $ - * - * $FreeBSD$ - * * last edit-date: [Mon May 29 15:25:04 2000] * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include #include #include #include - #include #include diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c index b6bec8f..53de963 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c @@ -26,16 +26,16 @@ * * i4b_ihfc_drv.c - ihfc ISA PnP-bus interface * ------------------------------------------- - * * Everything which has got anything to do with the * HFC-1/S/SP chips has been put here. * * last edit-date: [Fri Jan 12 17:06:52 2001] * - * $FreeBSD$ - * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c index c5c3d47..d23eebc 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c @@ -26,27 +26,25 @@ * * i4b_ihfc_l1.c - hfc layer 1 handler * ----------------------------------- - * * The idea of this file is to separate hfcs/sp/pci data/signal * handling and the I4B data/signal handling. * * Everything which has got anything to do with I4B has been put here! * * last edit-date: [Wed Jul 19 09:41:03 2000] - * * $Id: i4b_ihfc_l1if.c,v 1.10 2000/09/19 13:50:36 hm Exp $ * - * $FreeBSD$ - * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include #include #include #include #include - #include #include diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c b/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c index 3f07375..1493e85 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c @@ -26,26 +26,23 @@ * * i4b_ihfc_pnp.c - common hfc ISA PnP-bus interface * ------------------------------------------------- - * * - Everything which has got anything to to with "PnP" bus setup has * been put here, except the chip spesific "PnP" setup. * - * * last edit-date: [Tue Jan 23 16:03:33 2001] - * * $Id: i4b_ihfc_pnp.c,v 1.9 2000/09/19 13:50:36 hm Exp $ - * - * $FreeBSD$ * *---------------------------------------------------------------------------*/ +#include +__FBSDID("$FreeBSD$"); + #include #include #include #include #include - #include #include -- cgit v1.1