summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer1/ihfc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 23:39:45 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 23:39:45 +0000
commitc4764df5a414feee616a7eed90a5f374c63bf34a (patch)
tree9da7ccb50f383543cc75195a2a3bdbb27636215e /sys/i4b/layer1/ihfc
parent4b63767236fbcbb07d754df5d295e05b26a3556f (diff)
downloadFreeBSD-src-c4764df5a414feee616a7eed90a5f374c63bf34a.zip
FreeBSD-src-c4764df5a414feee616a7eed90a5f374c63bf34a.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/i4b/layer1/ihfc')
-rw-r--r--sys/i4b/layer1/ihfc/i4b_ihfc_drv.c6
-rw-r--r--sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c8
-rw-r--r--sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c9
3 files changed, 9 insertions, 14 deletions
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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/socket.h>
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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
-
#include <net/if.h>
#include <machine/i4b_debug.h>
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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/socket.h>
#include <net/if.h>
-
#include <i4b/include/i4b_global.h>
#include <machine/i4b_ioctl.h>
OpenPOWER on IntegriCloud