aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-06 01:43:34 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-06 01:43:34 +0000
commit098ca2bda93c701c5331d4e6aace072495b4caaa (patch)
tree58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/isp
parenta8c5ecf70f585821be114b7ddef930c927399e5d (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp.c2
-rw-r--r--sys/dev/isp/isp_freebsd.c2
-rw-r--r--sys/dev/isp/isp_freebsd.h2
-rw-r--r--sys/dev/isp/isp_inline.h2
-rw-r--r--sys/dev/isp/isp_ioctl.h2
-rw-r--r--sys/dev/isp/isp_target.c2
-rw-r--r--sys/dev/isp/isp_target.h2
-rw-r--r--sys/dev/isp/isp_tpublic.h2
-rw-r--r--sys/dev/isp/ispmbox.h2
-rw-r--r--sys/dev/isp/ispreg.h2
-rw-r--r--sys/dev/isp/ispvar.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index a12c3d4472b9..704acb9f3e46 100644
--- a/sys/dev/isp/isp.c
+++ b/sys/dev/isp/isp.c
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Machine and OS Independent (well, as best as possible)
* code for the Qlogic ISP SCSI adapters.
*
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 986fc8d6cb9f..8a9642a259ff 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Platform (FreeBSD) dependent common attachment code for Qlogic adapters.
*
* Copyright (c) 1997, 1998, 1999, 2000, 2001 by Matthew Jacob
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 3f60a948a3b6..4b1586c1b295 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions
* Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 by Matthew Jacob
*
diff --git a/sys/dev/isp/isp_inline.h b/sys/dev/isp/isp_inline.h
index 6bc54fbf08e7..e78eb7621c1b 100644
--- a/sys/dev/isp/isp_inline.h
+++ b/sys/dev/isp/isp_inline.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Qlogic Host Adapter Inline Functions
*
* Copyright (c) 1999, 2000, 2001 by Matthew Jacob
diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h
index 93ccc53f9ceb..921272aa2490 100644
--- a/sys/dev/isp/isp_ioctl.h
+++ b/sys/dev/isp/isp_ioctl.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Copyright (c) 2001 by Matthew Jacob
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index d26d1e35d427..1d4dc6bd86e5 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Machine and OS Independent Target Mode Code for the Qlogic SCSI/FC adapters.
*
* Copyright (c) 1999, 2000, 2001 by Matthew Jacob
diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h
index c0bbc89fb11e..2156da118789 100644
--- a/sys/dev/isp/isp_target.h
+++ b/sys/dev/isp/isp_target.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Qlogic Target Mode Structure and Flag Definitions
*
* Copyright (c) 1997, 1998
diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h
index 358e956036d9..a2773323d68e 100644
--- a/sys/dev/isp/isp_tpublic.h
+++ b/sys/dev/isp/isp_tpublic.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Qlogic ISP Host Adapter Public Target Interface Structures && Routines
*---------------------------------------
* Copyright (c) 2000 by Matthew Jacob
diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h
index 77aeb00c5ec9..4834fd32c79b 100644
--- a/sys/dev/isp/ispmbox.h
+++ b/sys/dev/isp/ispmbox.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
*
* Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob
diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h
index 2f51790819e2..163ac9894d90 100644
--- a/sys/dev/isp/ispreg.h
+++ b/sys/dev/isp/ispreg.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Machine Independent (well, as best as possible) register
* definitions for Qlogic ISP SCSI adapters.
*
diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h
index 1e99dc9b5c4b..d4bdb0d4648d 100644
--- a/sys/dev/isp/ispvar.h
+++ b/sys/dev/isp/ispvar.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/*
+/*-
* Soft Definitions for for Qlogic ISP SCSI adapters.
*
* Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob