summaryrefslogtreecommitdiffstats
path: root/sys/dev/iir
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
committerobrien <obrien@FreeBSD.org>2003-08-24 17:55:58 +0000
commitc63dab466c1f033b389bd6ea609f595059544212 (patch)
tree42e9f25e1409a6eae14564b2dd4cc743ddb1e89f /sys/dev/iir
parentfb9845a19e4bbed8172870281b730ff77f07b9be (diff)
downloadFreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.zip
FreeBSD-src-c63dab466c1f033b389bd6ea609f595059544212.tar.gz
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/dev/iir')
-rw-r--r--sys/dev/iir/iir.c3
-rw-r--r--sys/dev/iir/iir_ctrl.c3
-rw-r--r--sys/dev/iir/iir_pci.c10
3 files changed, 9 insertions, 7 deletions
diff --git a/sys/dev/iir/iir.c b/sys/dev/iir/iir.c
index e0a1999..2fda056 100644
--- a/sys/dev/iir/iir.c
+++ b/sys/dev/iir/iir.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*
* Copyright (c) 2000-03 Intel Corporation
* All Rights Reserved
@@ -42,6 +41,8 @@
*/
#ident "$Id: iir.c 1.3 2003/03/21 16:28:32 achim Exp $"
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#define _IIR_C_
diff --git a/sys/dev/iir/iir_ctrl.c b/sys/dev/iir/iir_ctrl.c
index 17296f0..184bf7e 100644
--- a/sys/dev/iir/iir_ctrl.c
+++ b/sys/dev/iir/iir_ctrl.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*
* Copyright (c) 2000-01 Intel Corporation
* All Rights Reserved
@@ -38,6 +37,8 @@
*/
#ident "$Id: iir_ctrl.c 1.2 2001/07/18 11:17:22 achim Exp $"
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c
index dadb82a..f695ab0 100644
--- a/sys/dev/iir/iir_pci.c
+++ b/sys/dev/iir/iir_pci.c
@@ -1,5 +1,4 @@
-/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 2000-01 Intel Corporation
* All Rights Reserved
*
@@ -26,9 +25,12 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
*/
+#ident "$Id: iir_pci.c 1.1 2001/05/22 20:14:12 achim Exp $"
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* iir_pci.c: PCI Bus Attachment for Intel Integrated RAID Controller driver
*
@@ -38,8 +40,6 @@
* TODO:
*/
-#ident "$Id: iir_pci.c,v 1.8 2003/07/01 15:51:58 scottl Exp $"
-
/* #include "opt_iir.h" */
#include <sys/param.h>
OpenPOWER on IntegriCloud