Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libsa bring back my friend the twiddle.



details:   https://anonhg.NetBSD.org/src/rev/fff724745b5b
branches:  trunk
changeset: 473944:fff724745b5b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 22 22:44:16 1999 +0000

description:
bring back my friend the twiddle.

diffstat:

 sys/lib/libsa/ustarfs.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c39d4931f148 -r fff724745b5b sys/lib/libsa/ustarfs.c
--- a/sys/lib/libsa/ustarfs.c   Tue Jun 22 22:09:49 1999 +0000
+++ b/sys/lib/libsa/ustarfs.c   Tue Jun 22 22:44:16 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ustarfs.c,v 1.8 1999/03/31 01:50:26 cgd Exp $  */
+/*     $NetBSD: ustarfs.c,v 1.9 1999/06/22 22:44:16 christos Exp $     */
 
 /* [Notice revision 2.2]
  * Copyright (c) 1997, 1998 Avalon Computer Systems, Inc.
@@ -202,6 +202,9 @@
        } else
                ustf->uas_offset = 0;
        while(xferrqst > 0) {
+#if !defined(LIBSA_NO_TWIDDLE)
+               twiddle();
+#endif
                e = DEV_STRATEGY(f->f_dev)(f->f_devdata, F_READ, seek2 / 512,
                        xferrqst, xferbase, &xfercount);
                if (e)



Home | Main Index | Thread Index | Old Index