diff options
author | imp <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-06 01:43:34 +0000 |
commit | 4b319958e7f00cc908274c4518b7a9c5ed821812 (patch) | |
tree | 58a4df7575310664ed6ca0f19ce716f2a7c0d377 /sys/dev/cx | |
parent | e4f5af10c5f59ed6d53f661ecb8af765f89bb2f2 (diff) | |
download | FreeBSD-src-4b319958e7f00cc908274c4518b7a9c5ed821812.zip FreeBSD-src-4b319958e7f00cc908274c4518b7a9c5ed821812.tar.gz |
Start each of the license/copyright comments with /*-, minor shuffle of lines
Diffstat (limited to 'sys/dev/cx')
-rw-r--r-- | sys/dev/cx/cronyxfw.h | 2 | ||||
-rw-r--r-- | sys/dev/cx/csigma.c | 2 | ||||
-rw-r--r-- | sys/dev/cx/cxddk.c | 2 | ||||
-rw-r--r-- | sys/dev/cx/cxddk.h | 2 | ||||
-rw-r--r-- | sys/dev/cx/cxreg.h | 2 | ||||
-rw-r--r-- | sys/dev/cx/if_cx.c | 2 | ||||
-rw-r--r-- | sys/dev/cx/machdep.h | 2 | ||||
-rw-r--r-- | sys/dev/cx/ng_cx.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/cx/cronyxfw.h b/sys/dev/cx/cronyxfw.h index 7026413..56b2033 100644 --- a/sys/dev/cx/cronyxfw.h +++ b/sys/dev/cx/cronyxfw.h @@ -1,4 +1,4 @@ -/* +/*- * Cronyx firmware definitions. * * Copyright (C) 1996 Cronyx Engineering. diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c index db2c138..e880b88 100644 --- a/sys/dev/cx/csigma.c +++ b/sys/dev/cx/csigma.c @@ -1,4 +1,4 @@ -/* +/*- * Low-level subroutines for Cronyx-Sigma adapter. * * Copyright (C) 1994-2000 Cronyx Engineering. diff --git a/sys/dev/cx/cxddk.c b/sys/dev/cx/cxddk.c index e4328b5..bbcc904 100644 --- a/sys/dev/cx/cxddk.c +++ b/sys/dev/cx/cxddk.c @@ -1,4 +1,4 @@ -/* +/*- * Cronyx-Sigma Driver Development Kit. * * Copyright (C) 1998 Cronyx Engineering. diff --git a/sys/dev/cx/cxddk.h b/sys/dev/cx/cxddk.h index 75b40c0..bd95aa6 100644 --- a/sys/dev/cx/cxddk.h +++ b/sys/dev/cx/cxddk.h @@ -1,4 +1,4 @@ -/* +/*- * Defines for Cronyx-Sigma adapter driver. * * Copyright (C) 1994-2001 Cronyx Engineering. diff --git a/sys/dev/cx/cxreg.h b/sys/dev/cx/cxreg.h index 0cfc6b0..70a937d 100644 --- a/sys/dev/cx/cxreg.h +++ b/sys/dev/cx/cxreg.h @@ -1,4 +1,4 @@ -/* +/*- * Defines for Cronyx-Sigma adapter, based on Cirrus Logic multiprotocol * controller RISC processor CL-CD2400/2401. * diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index c7f6673..8ff12c0 100644 --- a/sys/dev/cx/if_cx.c +++ b/sys/dev/cx/if_cx.c @@ -1,4 +1,4 @@ -/* +/*- * Cronyx-Sigma adapter driver for FreeBSD. * Supports PPP/HDLC and Cisco/HDLC protocol in synchronous mode, * and asyncronous channels with full modem control. diff --git a/sys/dev/cx/machdep.h b/sys/dev/cx/machdep.h index 0a622f1e..c4affc4 100644 --- a/sys/dev/cx/machdep.h +++ b/sys/dev/cx/machdep.h @@ -1,4 +1,4 @@ -/* +/*- * Cronyx DDK: platform dependent definitions. * * Copyright (C) 1998-1999 Cronyx Engineering diff --git a/sys/dev/cx/ng_cx.h b/sys/dev/cx/ng_cx.h index a878e98..30b3c14 100644 --- a/sys/dev/cx/ng_cx.h +++ b/sys/dev/cx/ng_cx.h @@ -1,4 +1,4 @@ -/* +/*- * Defines for Cronyx-Tau adapter driver. * * Copyright (C) 1999-2004 Cronyx Engineering. |