Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/dev/pci Pull up revision 1.21 (requested by thorpej...



details:   https://anonhg.NetBSD.org/src/rev/ea22c880fc41
branches:  netbsd-2-0
changeset: 561188:ea22c880fc41
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 30 07:10:47 2004 +0000

description:
Pull up revision 1.21 (requested by thorpej in ticket #410):
Rename twe_tweio_command_handler() to twe_ccb_wait_handler() and
expose it.

diffstat:

 sys/dev/pci/twevar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 70dc2293120d -r ea22c880fc41 sys/dev/pci/twevar.h
--- a/sys/dev/pci/twevar.h      Sun May 30 07:10:42 2004 +0000
+++ b/sys/dev/pci/twevar.h      Sun May 30 07:10:47 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: twevar.h,v 1.20 2003/09/23 23:50:05 thorpej Exp $      */
+/*     $NetBSD: twevar.h,v 1.20.2.1 2004/05/30 07:10:47 tron Exp $     */
 
 /*-
  * Copyright (c) 2000, 2001, 2002 The NetBSD Foundation, Inc.
@@ -132,6 +132,8 @@
 int    twe_ccb_submit(struct twe_softc *, struct twe_ccb *);
 void   twe_ccb_unmap(struct twe_softc *, struct twe_ccb *);
 
+void   twe_ccb_wait_handler(struct twe_ccb *, int);
+
 int    twe_param_get(struct twe_softc *, int, int, size_t,
            void (*)(struct twe_ccb *, int), struct twe_param **);
 int    twe_param_get_1(struct twe_softc *, int, int, uint8_t *);



Home | Main Index | Thread Index | Old Index