summaryrefslogtreecommitdiffstats
path: root/sys/i4b
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 23:48:55 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 23:48:55 +0000
commitbf4e264609d642dfadc18a15eddcd9d009cf96f3 (patch)
treed31f2803bf613eb78244e53e6a42476c9a86fc23 /sys/i4b
parentc4764df5a414feee616a7eed90a5f374c63bf34a (diff)
downloadFreeBSD-src-bf4e264609d642dfadc18a15eddcd9d009cf96f3.zip
FreeBSD-src-bf4e264609d642dfadc18a15eddcd9d009cf96f3.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/i4b')
-rw-r--r--sys/i4b/layer1/isic/i4b_asuscom_ipac.c5
-rw-r--r--sys/i4b/layer1/isic/i4b_avm_a1.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_bchan.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_ctx_s0P.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_diva.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_drn_ngo.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_dynalink.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_elsa_pcc16.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_elsa_qs1i.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_elsa_qs1p.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_hscx.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_isac.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_isic.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_isic_isa.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_isic_pnp.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_itk_ix1.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_l1.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_l1fsm.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_siemens_isurf.c8
-rw-r--r--sys/i4b/layer1/isic/i4b_sws.c6
-rw-r--r--sys/i4b/layer1/isic/i4b_tel_s016.c8
-rw-r--r--sys/i4b/layer1/isic/i4b_tel_s0163.c8
-rw-r--r--sys/i4b/layer1/isic/i4b_tel_s08.c8
-rw-r--r--sys/i4b/layer1/isic/i4b_usr_sti.c6
-rw-r--r--sys/i4b/layer1/itjc/i4b_itjc_isac.c6
-rw-r--r--sys/i4b/layer1/itjc/i4b_itjc_l1.c6
-rw-r--r--sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c6
-rw-r--r--sys/i4b/layer1/itjc/i4b_itjc_pci.c6
-rw-r--r--sys/i4b/layer1/iwic/i4b_iwic_bchan.c7
-rw-r--r--sys/i4b/layer1/iwic/i4b_iwic_dchan.c7
-rw-r--r--sys/i4b/layer1/iwic/i4b_iwic_fsm.c6
-rw-r--r--sys/i4b/layer1/iwic/i4b_iwic_l1if.c9
-rw-r--r--sys/i4b/layer1/iwic/i4b_iwic_pci.c7
33 files changed, 100 insertions, 111 deletions
diff --git a/sys/i4b/layer1/isic/i4b_asuscom_ipac.c b/sys/i4b/layer1/isic/i4b_asuscom_ipac.c
index cf01aae..0dff30d 100644
--- a/sys/i4b/layer1/isic/i4b_asuscom_ipac.c
+++ b/sys/i4b/layer1/isic/i4b_asuscom_ipac.c
@@ -40,12 +40,13 @@
* code is modeled after Linux i4l driver written by Karsten
* Keil.
*
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:06:30 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined (ASUSCOM_IPAC)
diff --git a/sys/i4b/layer1/isic/i4b_avm_a1.c b/sys/i4b/layer1/isic/i4b_avm_a1.c
index 6e747c8..0c8c831 100644
--- a/sys/i4b/layer1/isic/i4b_avm_a1.c
+++ b/sys/i4b/layer1/isic/i4b_avm_a1.c
@@ -34,13 +34,13 @@
*
* i4b_avm_a1.c - AVM A1/Fritz passive card driver for isdn4bsd
* ------------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:25:23 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(AVM_A1)
diff --git a/sys/i4b/layer1/isic/i4b_bchan.c b/sys/i4b/layer1/isic/i4b_bchan.c
index 39d2847..6231914 100644
--- a/sys/i4b/layer1/isic/i4b_bchan.c
+++ b/sys/i4b/layer1/isic/i4b_bchan.c
@@ -26,13 +26,13 @@
*
* i4b_bchan.c - B channel handling L1 procedures
* ----------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sat Mar 9 16:00:56 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/i4b/layer1/isic/i4b_ctx_s0P.c b/sys/i4b/layer1/isic/i4b_ctx_s0P.c
index 96ad4c6..7fd0f87 100644
--- a/sys/i4b/layer1/isic/i4b_ctx_s0P.c
+++ b/sys/i4b/layer1/isic/i4b_ctx_s0P.c
@@ -26,9 +26,6 @@
*
* isic - I4B Siemens ISDN Chipset Driver for Creatix/Teles PnP
* ============================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:07:22 2001]
*
* Note: this driver works for the Creatix ISDN S0-16 P+P and
@@ -40,6 +37,9 @@
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if (defined(CRTX_S0_P) || defined(TEL_S0_16_3_P) || defined(COMPAQ_M610))
diff --git a/sys/i4b/layer1/isic/i4b_diva.c b/sys/i4b/layer1/isic/i4b_diva.c
index 811e091..f2b34c8 100644
--- a/sys/i4b/layer1/isic/i4b_diva.c
+++ b/sys/i4b/layer1/isic/i4b_diva.c
@@ -26,13 +26,13 @@
*
* Eicon Diehl DIVA 2.0 or 2.02 (ISA PnP) support for isic driver
* --------------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Fri Jan 26 13:57:10 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined EICON_DIVA
diff --git a/sys/i4b/layer1/isic/i4b_drn_ngo.c b/sys/i4b/layer1/isic/i4b_drn_ngo.c
index 0cb4cfa..74f7d3e 100644
--- a/sys/i4b/layer1/isic/i4b_drn_ngo.c
+++ b/sys/i4b/layer1/isic/i4b_drn_ngo.c
@@ -26,13 +26,13 @@
*
* i4b_drn_ngo.c - Dr. Neuhaus Niccy GO@ and SAGEM Cybermod
* --------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:07:44 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(DRN_NGO)
diff --git a/sys/i4b/layer1/isic/i4b_dynalink.c b/sys/i4b/layer1/isic/i4b_dynalink.c
index fc40124..572af57 100644
--- a/sys/i4b/layer1/isic/i4b_dynalink.c
+++ b/sys/i4b/layer1/isic/i4b_dynalink.c
@@ -32,13 +32,13 @@
*
* isdn4bsd layer1 driver for Dynalink IS64PH isdn TA
* ==================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:08:03 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/* NOTES:
This driver was written for the Dynalink IS64PH ISDN TA, based on two
diff --git a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c
index 0d2521a..d288414 100644
--- a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c
+++ b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c
@@ -26,13 +26,13 @@
*
* isic - I4B driver for ELSA MicroLink ISDN/PCC-16 and ELSA PCFpro
* ================================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Oct 21 09:42:17 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(ELSA_PCC16)
diff --git a/sys/i4b/layer1/isic/i4b_elsa_qs1i.c b/sys/i4b/layer1/isic/i4b_elsa_qs1i.c
index b6980fc..fffcd80 100644
--- a/sys/i4b/layer1/isic/i4b_elsa_qs1i.c
+++ b/sys/i4b/layer1/isic/i4b_elsa_qs1i.c
@@ -26,13 +26,13 @@
*
* isic - I4B Siemens ISDN Chipset Driver for ELSA Quickstep 1000pro ISA
* =====================================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:09:03 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(ELSA_QS1ISA)
diff --git a/sys/i4b/layer1/isic/i4b_elsa_qs1p.c b/sys/i4b/layer1/isic/i4b_elsa_qs1p.c
index 03bd9a4..f970300 100644
--- a/sys/i4b/layer1/isic/i4b_elsa_qs1p.c
+++ b/sys/i4b/layer1/isic/i4b_elsa_qs1p.c
@@ -26,15 +26,15 @@
*
* isic - I4B Siemens ISDN Chipset Driver for ELSA MicroLink ISDN/PCI
* ==================================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:09:28 2001]
*
* Note: ELSA Quickstep 1000pro PCI = ELSA MicroLink ISDN/PCI
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(ELSA_QS1PCI)
diff --git a/sys/i4b/layer1/isic/i4b_hscx.c b/sys/i4b/layer1/isic/i4b_hscx.c
index 30dd0bd..1ad81f4 100644
--- a/sys/i4b/layer1/isic/i4b_hscx.c
+++ b/sys/i4b/layer1/isic/i4b_hscx.c
@@ -26,13 +26,13 @@
*
* i4b - Siemens HSCX chip (B-channel) handling
* --------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sat Mar 9 16:01:49 2002]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/i4b/layer1/isic/i4b_isac.c b/sys/i4b/layer1/isic/i4b_isac.c
index 1bdf331..0d56b25 100644
--- a/sys/i4b/layer1/isic/i4b_isac.c
+++ b/sys/i4b/layer1/isic/i4b_isac.c
@@ -26,13 +26,13 @@
*
* i4b_isac.c - i4b siemens isdn chipset driver ISAC handler
* ---------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:10:36 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/isic/i4b_isic.c b/sys/i4b/layer1/isic/i4b_isic.c
index 56fe733..173d1be 100644
--- a/sys/i4b/layer1/isic/i4b_isic.c
+++ b/sys/i4b/layer1/isic/i4b_isic.c
@@ -26,13 +26,13 @@
*
* i4b_isic.c - global isic stuff
* ==============================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:29:42 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/isic/i4b_isic_isa.c b/sys/i4b/layer1/isic/i4b_isic_isa.c
index 2f60c22..6b00fca 100644
--- a/sys/i4b/layer1/isic/i4b_isic_isa.c
+++ b/sys/i4b/layer1/isic/i4b_isic_isa.c
@@ -26,13 +26,13 @@
*
* i4b_isic_isa.c - ISA bus interface
* ==================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:30:19 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/isic/i4b_isic_pnp.c b/sys/i4b/layer1/isic/i4b_isic_pnp.c
index c5c3b5f..af0801d 100644
--- a/sys/i4b/layer1/isic/i4b_isic_pnp.c
+++ b/sys/i4b/layer1/isic/i4b_isic_pnp.c
@@ -36,13 +36,13 @@
*
* i4b_isic_pnp.c - i4b pnp support
* --------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Fri Jan 26 14:01:04 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/isic/i4b_itk_ix1.c b/sys/i4b/layer1/isic/i4b_itk_ix1.c
index 6158b2b..f0e49cb 100644
--- a/sys/i4b/layer1/isic/i4b_itk_ix1.c
+++ b/sys/i4b/layer1/isic/i4b_itk_ix1.c
@@ -25,11 +25,8 @@
*
* i4b_itk_ix1.c - ITK ix1 micro passive card driver for isdn4bsd
* --------------------------------------------------------------
- *
* last edit-date: [Wed Jan 24 09:27:06 2001]
*
- * $FreeBSD$
- *
*---------------------------------------------------------------------------
*
* The ITK ix1 micro ISDN card is an ISA card with one region
@@ -60,6 +57,9 @@
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(ITKIX1)
diff --git a/sys/i4b/layer1/isic/i4b_l1.c b/sys/i4b/layer1/isic/i4b_l1.c
index 623b2ef..0af0ee0 100644
--- a/sys/i4b/layer1/isic/i4b_l1.c
+++ b/sys/i4b/layer1/isic/i4b_l1.c
@@ -26,13 +26,13 @@
*
* i4b_l1.c - isdn4bsd layer 1 handler
* -----------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:12:03 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
diff --git a/sys/i4b/layer1/isic/i4b_l1fsm.c b/sys/i4b/layer1/isic/i4b_l1fsm.c
index 5c64996..463a9ab 100644
--- a/sys/i4b/layer1/isic/i4b_l1fsm.c
+++ b/sys/i4b/layer1/isic/i4b_l1fsm.c
@@ -26,13 +26,13 @@
*
* i4b_l1fsm.c - isdn4bsd layer 1 I.430 state machine
* --------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:12:18 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/i4b/layer1/isic/i4b_siemens_isurf.c b/sys/i4b/layer1/isic/i4b_siemens_isurf.c
index 4f1e746..b562d50 100644
--- a/sys/i4b/layer1/isic/i4b_siemens_isurf.c
+++ b/sys/i4b/layer1/isic/i4b_siemens_isurf.c
@@ -29,19 +29,19 @@
* SUCH DAMAGE.
*
*---------------------------------------------------------------------------
- *
+ *
* Siemens I-Surf 2.0 PnP specific routines for isic driver
* --------------------------------------------------------
- *
* Based on ELSA Quickstep 1000pro PCI driver (i4b_elsa_qs1p.c)
* In case of trouble please contact Udo Schweigert <ust@cert.siemens.de>
-
- * $FreeBSD$
*
* last edit-date: [Wed Jan 24 09:13:25 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(SIEMENS_ISURF2)
diff --git a/sys/i4b/layer1/isic/i4b_sws.c b/sys/i4b/layer1/isic/i4b_sws.c
index e239660..ba500e4 100644
--- a/sys/i4b/layer1/isic/i4b_sws.c
+++ b/sys/i4b/layer1/isic/i4b_sws.c
@@ -43,13 +43,13 @@
*
* isic - I4B Siemens ISDN Chipset Driver for SWS cards
* ====================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 08:58:57 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined (SEDLBAUER)
diff --git a/sys/i4b/layer1/isic/i4b_tel_s016.c b/sys/i4b/layer1/isic/i4b_tel_s016.c
index 0305ac1..5bfb05a 100644
--- a/sys/i4b/layer1/isic/i4b_tel_s016.c
+++ b/sys/i4b/layer1/isic/i4b_tel_s016.c
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1996 Arne Helme. All rights reserved.
- *
* Copyright (c) 1996 Gary Jennejohn. All rights reserved.
- *
* Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -36,13 +34,13 @@
*
* isic - I4B Siemens ISDN Chipset Driver for Teles S0/16 and clones
* =================================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:27:24 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(TEL_S0_16)
diff --git a/sys/i4b/layer1/isic/i4b_tel_s0163.c b/sys/i4b/layer1/isic/i4b_tel_s0163.c
index 6a567b7..3ff6dba 100644
--- a/sys/i4b/layer1/isic/i4b_tel_s0163.c
+++ b/sys/i4b/layer1/isic/i4b_tel_s0163.c
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1996 Arne Helme. All rights reserved.
- *
* Copyright (c) 1996 Gary Jennejohn. All rights reserved.
- *
* Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -36,13 +34,13 @@
*
* isic - I4B Siemens ISDN Chipset Driver for Teles S0/16.3
* ========================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:27:40 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(TEL_S0_16_3)
diff --git a/sys/i4b/layer1/isic/i4b_tel_s08.c b/sys/i4b/layer1/isic/i4b_tel_s08.c
index f1a0575..0de354d 100644
--- a/sys/i4b/layer1/isic/i4b_tel_s08.c
+++ b/sys/i4b/layer1/isic/i4b_tel_s08.c
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1996 Arne Helme. All rights reserved.
- *
* Copyright (c) 1996 Gary Jennejohn. All rights reserved.
- *
* Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -36,13 +34,13 @@
*
* isic - I4B Siemens ISDN Chipset Driver for Teles S0/8 and clones
* ================================================================
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:27:58 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(TEL_S0_8)
diff --git a/sys/i4b/layer1/isic/i4b_usr_sti.c b/sys/i4b/layer1/isic/i4b_usr_sti.c
index cd15948..f99f2b2 100644
--- a/sys/i4b/layer1/isic/i4b_usr_sti.c
+++ b/sys/i4b/layer1/isic/i4b_usr_sti.c
@@ -26,13 +26,13 @@
*
* i4b_usr_sti.c - USRobotics Sportster ISDN TA intern (Tina-pp)
* -------------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 24 09:28:12 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#if defined(USR_STI)
diff --git a/sys/i4b/layer1/itjc/i4b_itjc_isac.c b/sys/i4b/layer1/itjc/i4b_itjc_isac.c
index 07718a6..030da46 100644
--- a/sys/i4b/layer1/itjc/i4b_itjc_isac.c
+++ b/sys/i4b/layer1/itjc/i4b_itjc_isac.c
@@ -26,13 +26,13 @@
*
* i4b_itjc_isac.c - i4b NetJet-S ISAC handler
* --------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 10 17:15:54 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1.c b/sys/i4b/layer1/itjc/i4b_itjc_l1.c
index 98ffba8..c79bf5f 100644
--- a/sys/i4b/layer1/itjc/i4b_itjc_l1.c
+++ b/sys/i4b/layer1/itjc/i4b_itjc_l1.c
@@ -26,13 +26,13 @@
*
* i4b_itjc_l1.c - NetJet-S layer 1 handler
* ---------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 10 17:16:19 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c
index 663d111..72a060a 100644
--- a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c
+++ b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c
@@ -26,13 +26,13 @@
*
* i4b_itjc_l1fsm.c - NetJet-S layer 1 I.430 state machine
* ------------------------------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Wed Jan 10 17:16:33 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
diff --git a/sys/i4b/layer1/itjc/i4b_itjc_pci.c b/sys/i4b/layer1/itjc/i4b_itjc_pci.c
index c023f36..c16f1b1 100644
--- a/sys/i4b/layer1/itjc/i4b_itjc_pci.c
+++ b/sys/i4b/layer1/itjc/i4b_itjc_pci.c
@@ -32,13 +32,13 @@
*
* i4b_itjc_pci.c: NetJet-S hardware driver
* ----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Thu Jan 11 11:29:38 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c
index 89595c2..78a5e37 100644
--- a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c
+++ b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c
@@ -1,6 +1,5 @@
/*
* Copyright (c) 1999, 2000 Dave Boyce. All rights reserved.
- *
* Copyright (c) 2000, 2001 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -28,13 +27,13 @@
*
* i4b_iwic - isdn4bsd Winbond W6692 driver
* ----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Tue Jan 16 13:21:24 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_dchan.c b/sys/i4b/layer1/iwic/i4b_iwic_dchan.c
index ebee109..9fb3572 100644
--- a/sys/i4b/layer1/iwic/i4b_iwic_dchan.c
+++ b/sys/i4b/layer1/iwic/i4b_iwic_dchan.c
@@ -26,13 +26,13 @@
*
* i4b_iwic - isdn4bsd Winbond W6692 driver
* ----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Tue Jan 16 13:20:14 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
@@ -42,7 +42,6 @@
#include <net/if.h>
-
#include <machine/i4b_debug.h>
#include <machine/i4b_ioctl.h>
#include <machine/i4b_trace.h>
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_fsm.c b/sys/i4b/layer1/iwic/i4b_iwic_fsm.c
index 6d316f6..b901fd3 100644
--- a/sys/i4b/layer1/iwic/i4b_iwic_fsm.c
+++ b/sys/i4b/layer1/iwic/i4b_iwic_fsm.c
@@ -26,13 +26,13 @@
*
* i4b_iwic - isdn4bsd Winbond W6692 driver
* ----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Jan 21 11:09:24 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_l1if.c b/sys/i4b/layer1/iwic/i4b_iwic_l1if.c
index 7d465da..5257fcf 100644
--- a/sys/i4b/layer1/iwic/i4b_iwic_l1if.c
+++ b/sys/i4b/layer1/iwic/i4b_iwic_l1if.c
@@ -26,13 +26,13 @@
*
* i4b_iwic - isdn4bsd Winbond W6692 driver
* ----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Sun Jan 21 11:09:33 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
@@ -40,9 +40,6 @@
#include <sys/socket.h>
#include <net/if.h>
-
-
-
#include <machine/i4b_debug.h>
#include <machine/i4b_ioctl.h>
#include <machine/i4b_trace.h>
diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c
index 53e0510..d94ab4b 100644
--- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c
+++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c
@@ -26,13 +26,13 @@
*
* i4b_iwic - isdn4bsd Winbond W6692 driver
* ----------------------------------------
- *
- * $FreeBSD$
- *
* last edit-date: [Tue Jan 16 10:53:03 2001]
*
*---------------------------------------------------------------------------*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_i4b.h"
#include <sys/param.h>
@@ -41,7 +41,6 @@
#include <sys/socket.h>
#include <net/if.h>
-
#include <machine/bus.h>
#include <machine/resource.h>
#include <sys/bus.h>
OpenPOWER on IntegriCloud