Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix prototype of bha_ccb_phsy_kv() so this compil...



details:   https://anonhg.NetBSD.org/src/rev/5ca2ff626b38
branches:  trunk
changeset: 477070:5ca2ff626b38
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Oct 09 22:46:20 1999 +0000

description:
Fix prototype of bha_ccb_phsy_kv() so this compiled on the Mac again.

diffstat:

 sys/dev/ic/bha.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bc077cee0373 -r 5ca2ff626b38 sys/dev/ic/bha.c
--- a/sys/dev/ic/bha.c  Sat Oct 09 21:07:19 1999 +0000
+++ b/sys/dev/ic/bha.c  Sat Oct 09 22:46:20 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bha.c,v 1.32 1999/10/01 18:17:13 thorpej Exp $ */
+/*     $NetBSD: bha.c,v 1.33 1999/10/09 22:46:20 mycroft Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -107,7 +107,7 @@
 void   bha_start_ccbs __P((struct bha_softc *));
 void   bha_finish_ccbs __P((struct bha_softc *));
 
-struct bha_ccb *bha_ccb_phys_kv __P((struct bha_softc *, u_long));
+struct bha_ccb *bha_ccb_phys_kv __P((struct bha_softc *, bus_addr_t));
 void   bha_create_ccbs __P((struct bha_softc *, int));
 int    bha_init_ccb __P((struct bha_softc *, struct bha_ccb *));
 struct bha_ccb *bha_get_ccb __P((struct bha_softc *, int));



Home | Main Index | Thread Index | Old Index