Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Apply the following change made on 5/26/2003 21:4...



details:   https://anonhg.NetBSD.org/src/rev/f6a58856ddf8
branches:  trunk
changeset: 551091:f6a58856ddf8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Aug 29 01:37:11 2003 +0000

description:
Apply the following change made on 5/26/2003 21:43:29 by gibbs to the
FreeBSD ahd driver:

aic79xx.c:
aic79xx_osm.h:
aic7xxx_osm.h:
        Explicitly define functions that take no arguments
        with "(void)"

Approved by: RE

diffstat:

 sys/dev/ic/aic79xx.c     |   8 ++++----
 sys/dev/ic/aic79xx_osm.h |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (69 lines):

diff -r a252b59e1316 -r f6a58856ddf8 sys/dev/ic/aic79xx.c
--- a/sys/dev/ic/aic79xx.c      Fri Aug 29 01:28:51 2003 +0000
+++ b/sys/dev/ic/aic79xx.c      Fri Aug 29 01:37:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx.c,v 1.11 2003/08/29 01:28:51 thorpej Exp $     */
+/*     $NetBSD: aic79xx.c,v 1.12 2003/08/29 01:37:11 thorpej Exp $     */
 
 /*
  * Core routines and tables shareable across OS platforms.
@@ -41,7 +41,7 @@
  *
  * Id: //depot/aic7xxx/aic7xxx/aic79xx.c#193 $
  *
- * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.c,v 1.15 2003/05/26 21:26:51 gibbs Exp $
+ * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.c,v 1.16 2003/05/26 21:43:29 gibbs Exp $
  */
 /*
  * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc.
@@ -49,7 +49,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.11 2003/08/29 01:28:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic79xx.c,v 1.12 2003/08/29 01:37:11 thorpej Exp $");
 
 #include <dev/ic/aic79xx_osm.h>
 #include <dev/ic/aic79xx_inline.h>
@@ -8325,7 +8325,7 @@
 }
 
 void
-ahd_dump_all_cards_state()
+ahd_dump_all_cards_state(void)
 {
        struct ahd_softc *list_ahd;
 
diff -r a252b59e1316 -r f6a58856ddf8 sys/dev/ic/aic79xx_osm.h
--- a/sys/dev/ic/aic79xx_osm.h  Fri Aug 29 01:28:51 2003 +0000
+++ b/sys/dev/ic/aic79xx_osm.h  Fri Aug 29 01:37:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic79xx_osm.h,v 1.3 2003/07/08 10:06:30 itojun Exp $   */
+/*     $NetBSD: aic79xx_osm.h,v 1.4 2003/08/29 01:37:12 thorpej Exp $  */
 
 /*
  * NetBSD platform specific driver option settings, data structures,
@@ -32,11 +32,11 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $NetBSD: aic79xx_osm.h,v 1.3 2003/07/08 10:06:30 itojun Exp $
+ * $NetBSD: aic79xx_osm.h,v 1.4 2003/08/29 01:37:12 thorpej Exp $
  *
- * //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#19 $$NetBSD: aic79xx_osm.h,v 1.3 2003/07/08 10:06:30 itojun Exp $
+ * //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#19 $$NetBSD: aic79xx_osm.h,v 1.4 2003/08/29 01:37:12 thorpej Exp $
  *
- * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.8 2002/12/04 22:51:29 scottl Exp $
+ * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.9 2003/05/26 21:43:29 gibbs Exp $
  */
 /*
  * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc.
@@ -294,7 +294,7 @@
 
 /* Lock held during ahd_list manipulation and ahd softc frees */
 static __inline void
-ahd_list_lockinit()
+ahd_list_lockinit(void)
 {
 }
 



Home | Main Index | Thread Index | Old Index