Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Expose ncr53c9x_init().
details: https://anonhg.NetBSD.org/src/rev/49cb234d41a8
branches: trunk
changeset: 483801:49cb234d41a8
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Mar 18 22:18:57 2000 +0000
description:
Expose ncr53c9x_init().
diffstat:
sys/dev/ic/ncr53c9x.c | 3 +--
sys/dev/ic/ncr53c9xvar.h | 3 ++-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r 29518ea26604 -r 49cb234d41a8 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c Sat Mar 18 22:16:56 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c Sat Mar 18 22:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53c9x.c,v 1.42 2000/03/18 22:09:32 mycroft Exp $ */
+/* $NetBSD: ncr53c9x.c,v 1.43 2000/03/18 22:18:57 mycroft Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -106,7 +106,6 @@
struct ncr53c9x_ecb *));
/*static*/ int ncr53c9x_reselect __P((struct ncr53c9x_softc *, int));
/*static*/ void ncr53c9x_scsi_reset __P((struct ncr53c9x_softc *));
-/*static*/ void ncr53c9x_init __P((struct ncr53c9x_softc *, int));
/*static*/ int ncr53c9x_poll __P((struct ncr53c9x_softc *,
struct scsipi_xfer *, int));
/*static*/ void ncr53c9x_sched __P((struct ncr53c9x_softc *));
diff -r 29518ea26604 -r 49cb234d41a8 sys/dev/ic/ncr53c9xvar.h
--- a/sys/dev/ic/ncr53c9xvar.h Sat Mar 18 22:16:56 2000 +0000
+++ b/sys/dev/ic/ncr53c9xvar.h Sat Mar 18 22:18:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53c9xvar.h,v 1.20 2000/03/18 22:09:33 mycroft Exp $ */
+/* $NetBSD: ncr53c9xvar.h,v 1.21 2000/03/18 22:18:57 mycroft Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -396,6 +396,7 @@
int ncr53c9x_scsi_cmd __P((struct scsipi_xfer *));
void ncr53c9x_reset __P((struct ncr53c9x_softc *));
int ncr53c9x_intr __P((void *));
+void ncr53c9x_init __P((struct ncr53c9x_softc *, int));
extern int ncr53c9x_dmaselect;
Home |
Main Index |
Thread Index |
Old Index