diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
| commit | 098ca2bda93c701c5331d4e6aace072495b4caaa (patch) | |
| tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/advansys | |
| parent | a8c5ecf70f585821be114b7ddef930c927399e5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/advansys')
| -rw-r--r-- | sys/dev/advansys/adv_eisa.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adv_isa.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adv_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/advansys.c | 4 | ||||
| -rw-r--r-- | sys/dev/advansys/advansys.h | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/advlib.c | 4 | ||||
| -rw-r--r-- | sys/dev/advansys/advlib.h | 4 | ||||
| -rw-r--r-- | sys/dev/advansys/advmcode.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/advmcode.h | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adw_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adwcam.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adwlib.c | 4 | ||||
| -rw-r--r-- | sys/dev/advansys/adwlib.h | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adwmcode.c | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adwmcode.h | 2 | ||||
| -rw-r--r-- | sys/dev/advansys/adwvar.h | 2 |
16 files changed, 20 insertions, 20 deletions
diff --git a/sys/dev/advansys/adv_eisa.c b/sys/dev/advansys/adv_eisa.c index d71893861d57..e56cf29653f0 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 96bdc7c77ea7..8a3a0790843b 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 9ac61f394fa9..aa97f1ba0712 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 1c2d645a3fb0..7b9cfb1e3fb8 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 ab4e550a9afe..a8c560472860 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 7b9b149d1fc5..4604571da52f 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 ba9703db1b6d..f7a3acb633b5 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 730f161f31f9..d5e7bba9634a 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 128efc4c9715..60b4e03cdb1a 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 e6050b885d7c..1f88d772a79e 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 400c0fca5271..c6c14fd99cc0 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 d36ca351b977..9dbf21eb41a6 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 53834474e464..919622205a06 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 2b643291453f..a43720c423dd 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 221845489867..e3ab3f47a0ec 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 f4244f98a484..0510ab0185c3 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 * |
