summaryrefslogtreecommitdiff
path: root/sys/dev/advansys
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/advansys')
-rw-r--r--sys/dev/advansys/adv_eisa.c2
-rw-r--r--sys/dev/advansys/adv_isa.c2
-rw-r--r--sys/dev/advansys/adv_pci.c2
-rw-r--r--sys/dev/advansys/advansys.c4
-rw-r--r--sys/dev/advansys/advansys.h2
-rw-r--r--sys/dev/advansys/advlib.c4
-rw-r--r--sys/dev/advansys/advlib.h4
-rw-r--r--sys/dev/advansys/advmcode.c2
-rw-r--r--sys/dev/advansys/advmcode.h2
-rw-r--r--sys/dev/advansys/adw_pci.c2
-rw-r--r--sys/dev/advansys/adwcam.c2
-rw-r--r--sys/dev/advansys/adwlib.c4
-rw-r--r--sys/dev/advansys/adwlib.h2
-rw-r--r--sys/dev/advansys/adwmcode.c2
-rw-r--r--sys/dev/advansys/adwmcode.h2
-rw-r--r--sys/dev/advansys/adwvar.h2
16 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/advansys/adv_eisa.c b/sys/dev/advansys/adv_eisa.c
index d71893861d572..e56cf29653f0c 100644
--- a/sys/dev/advansys/adv_eisa.c
+++ b/sys/dev/advansys/adv_eisa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Device probe and attach routines for the following
* Advanced Systems Inc. SCSI controllers:
*
diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c
index 96bdc7c77ea7d..8a3a0790843b6 100644
--- a/sys/dev/advansys/adv_isa.c
+++ b/sys/dev/advansys/adv_isa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Device probe and attach routines for the following
* Advanced Systems Inc. SCSI controllers:
*
diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c
index 9ac61f394fa93..aa97f1ba07123 100644
--- a/sys/dev/advansys/adv_pci.c
+++ b/sys/dev/advansys/adv_pci.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Device probe and attach routines for the following
* Advanced Systems Inc. SCSI controllers:
*
diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c
index 1c2d645a3fb0f..7b9cfb1e3fb84 100644
--- a/sys/dev/advansys/advansys.c
+++ b/sys/dev/advansys/advansys.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Generic driver for the Advanced Systems Inc. SCSI controllers
* Product specific probe and attach routines can be found in:
*
@@ -32,7 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/*
+/*-
* Ported from:
* advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
*
diff --git a/sys/dev/advansys/advansys.h b/sys/dev/advansys/advansys.h
index ab4e550a9afe4..a8c5604728605 100644
--- a/sys/dev/advansys/advansys.h
+++ b/sys/dev/advansys/advansys.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. SCSI controllers
*
diff --git a/sys/dev/advansys/advlib.c b/sys/dev/advansys/advlib.c
index 7b9b149d1fc5a..4604571da52fa 100644
--- a/sys/dev/advansys/advlib.c
+++ b/sys/dev/advansys/advlib.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Low level routines for the Advanced Systems Inc. SCSI controllers chips
*
* Copyright (c) 1996-1997, 1999-2000 Justin Gibbs.
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/*
+/*-
* Ported from:
* advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
*
diff --git a/sys/dev/advansys/advlib.h b/sys/dev/advansys/advlib.h
index ba9703db1b6dc..f7a3acb633b58 100644
--- a/sys/dev/advansys/advlib.h
+++ b/sys/dev/advansys/advlib.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Definitions for low level routines and data structures
* for the Advanced Systems Inc. SCSI controllers chips.
*
@@ -31,7 +31,7 @@
*
* $FreeBSD$
*/
-/*
+/*-
* Ported from:
* advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
*
diff --git a/sys/dev/advansys/advmcode.c b/sys/dev/advansys/advmcode.c
index 730f161f31f93..d5e7bba9634a3 100644
--- a/sys/dev/advansys/advmcode.c
+++ b/sys/dev/advansys/advmcode.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Downloadable microcode for Advanced Systems Inc. SCSI controllers
*
*
diff --git a/sys/dev/advansys/advmcode.h b/sys/dev/advansys/advmcode.h
index 128efc4c9715c..60b4e03cdb1ad 100644
--- a/sys/dev/advansys/advmcode.h
+++ b/sys/dev/advansys/advmcode.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Exported interface to downloadable microcode for AdvanSys SCSI Adapters
*
* $FreeBSD$
diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c
index e6050b885d7c2..1f88d772a79e9 100644
--- a/sys/dev/advansys/adw_pci.c
+++ b/sys/dev/advansys/adw_pci.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Device probe and attach routines for the following
* Advanced Systems Inc. SCSI controllers:
*
diff --git a/sys/dev/advansys/adwcam.c b/sys/dev/advansys/adwcam.c
index 400c0fca5271d..c6c14fd99cc08 100644
--- a/sys/dev/advansys/adwcam.c
+++ b/sys/dev/advansys/adwcam.c
@@ -1,4 +1,4 @@
-/*
+/*-
* CAM SCSI interface for the the Advanced Systems Inc.
* Second Generation SCSI controllers.
*
diff --git a/sys/dev/advansys/adwlib.c b/sys/dev/advansys/adwlib.c
index d36ca351b9777..9dbf21eb41a60 100644
--- a/sys/dev/advansys/adwlib.c
+++ b/sys/dev/advansys/adwlib.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Low level routines for Second Generation
* Advanced Systems Inc. SCSI controllers chips
*
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/*
+/*-
* Ported from:
* advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
*
diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h
index 53834474e4641..919622205a06d 100644
--- a/sys/dev/advansys/adwlib.h
+++ b/sys/dev/advansys/adwlib.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Definitions for low level routines and data structures
* for the Advanced Systems Inc. SCSI controllers chips.
*
diff --git a/sys/dev/advansys/adwmcode.c b/sys/dev/advansys/adwmcode.c
index 2b643291453fb..a43720c423dd7 100644
--- a/sys/dev/advansys/adwmcode.c
+++ b/sys/dev/advansys/adwmcode.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Downloadable microcode for Second Generation
* Advanced Systems Inc. SCSI controllers
*
diff --git a/sys/dev/advansys/adwmcode.h b/sys/dev/advansys/adwmcode.h
index 2218454898676..e3ab3f47a0ec9 100644
--- a/sys/dev/advansys/adwmcode.h
+++ b/sys/dev/advansys/adwmcode.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Exported interface to downloadable microcode for AdvanSys SCSI Adapters
*
* $FreeBSD$
diff --git a/sys/dev/advansys/adwvar.h b/sys/dev/advansys/adwvar.h
index f4244f98a484c..0510ab0185c38 100644
--- a/sys/dev/advansys/adwvar.h
+++ b/sys/dev/advansys/adwvar.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Generic driver definitions and exported functions for the Advanced
* Systems Inc. Second Generation SCSI controllers
*