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/ctau | |
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/ctau')
-rw-r--r-- | sys/dev/ctau/am8530.h | 2 | ||||
-rw-r--r-- | sys/dev/ctau/ctau.c | 2 | ||||
-rw-r--r-- | sys/dev/ctau/ctaureg.h | 2 | ||||
-rw-r--r-- | sys/dev/ctau/ctddk.c | 2 | ||||
-rw-r--r-- | sys/dev/ctau/ctddk.h | 2 | ||||
-rw-r--r-- | sys/dev/ctau/ds2153.h | 2 | ||||
-rw-r--r-- | sys/dev/ctau/hdc64570.h | 2 | ||||
-rw-r--r-- | sys/dev/ctau/if_ct.c | 2 | ||||
-rw-r--r-- | sys/dev/ctau/lxt318.h | 2 | ||||
-rw-r--r-- | sys/dev/ctau/ng_ct.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/ctau/am8530.h b/sys/dev/ctau/am8530.h index 0ab2d4e..09831c6 100644 --- a/sys/dev/ctau/am8530.h +++ b/sys/dev/ctau/am8530.h @@ -1,4 +1,4 @@ -/* +/*- * AMD Am83C30 serial communication controller registers. * * Copyright (C) 1996 Cronyx Engineering. diff --git a/sys/dev/ctau/ctau.c b/sys/dev/ctau/ctau.c index 37cbd46..9b4f404 100644 --- a/sys/dev/ctau/ctau.c +++ b/sys/dev/ctau/ctau.c @@ -1,4 +1,4 @@ -/* +/*- * Low-level subroutines for Cronyx-Tau adapter. * * Copyright (C) 1994-2001 Cronyx Engineering. diff --git a/sys/dev/ctau/ctaureg.h b/sys/dev/ctau/ctaureg.h index 9097a55..3cd2ce2 100644 --- a/sys/dev/ctau/ctaureg.h +++ b/sys/dev/ctau/ctaureg.h @@ -1,4 +1,4 @@ -/* +/*- * Defines for Cronyx-Tau adapter, based on Hitachi HD64570 controller. * * Copyright (C) 1996 Cronyx Engineering. diff --git a/sys/dev/ctau/ctddk.c b/sys/dev/ctau/ctddk.c index 92f9805..0a9dbd2 100644 --- a/sys/dev/ctau/ctddk.c +++ b/sys/dev/ctau/ctddk.c @@ -1,4 +1,4 @@ -/* +/*- * DDK library for Cronyx-Tau adapters. * * Copyright (C) 1998-1999 Cronyx Engineering. diff --git a/sys/dev/ctau/ctddk.h b/sys/dev/ctau/ctddk.h index d48e109..9962090 100644 --- a/sys/dev/ctau/ctddk.h +++ b/sys/dev/ctau/ctddk.h @@ -1,4 +1,4 @@ -/* +/*- * Defines for Cronyx-Tau adapter driver. * * Copyright (C) 1994-2003 Cronyx Engineering. diff --git a/sys/dev/ctau/ds2153.h b/sys/dev/ctau/ds2153.h index bb02414..44ab02d 100644 --- a/sys/dev/ctau/ds2153.h +++ b/sys/dev/ctau/ds2153.h @@ -1,4 +1,4 @@ -/* +/*- * Dallas DS2153, DS21x54 single-chip E1 tranceiver registers. * * Copyright (C) 1996 Cronyx Engineering. diff --git a/sys/dev/ctau/hdc64570.h b/sys/dev/ctau/hdc64570.h index 978ff6a..29d28cd 100644 --- a/sys/dev/ctau/hdc64570.h +++ b/sys/dev/ctau/hdc64570.h @@ -1,4 +1,4 @@ -/* +/*- * Hitachi HD64570 serial communications adaptor registers. * * Copyright (C) 1996 Cronyx Engineering. diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c index 0292be0..b18dc94 100644 --- a/sys/dev/ctau/if_ct.c +++ b/sys/dev/ctau/if_ct.c @@ -1,4 +1,4 @@ -/* +/*- * Cronyx-Tau 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/ctau/lxt318.h b/sys/dev/ctau/lxt318.h index f194b7b..a1064af 100644 --- a/sys/dev/ctau/lxt318.h +++ b/sys/dev/ctau/lxt318.h @@ -1,4 +1,4 @@ -/* +/*- * Level One LXT318 E1 transceiver registers. * Crystal CS61318 E1 Line Interface Unit registers. * Crystal CS61581 T1/E1 Line Interface Unit registers. diff --git a/sys/dev/ctau/ng_ct.h b/sys/dev/ctau/ng_ct.h index 5fba878..bd4d208 100644 --- a/sys/dev/ctau/ng_ct.h +++ b/sys/dev/ctau/ng_ct.h @@ -1,4 +1,4 @@ -/* +/*- * Defines for Cronyx-Tau adapter driver. * * Copyright (C) 1999-2004 Cronyx Engineering. |