Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Fix a tyop, pointed out by Bill Studenmund.



details:   https://anonhg.NetBSD.org/src/rev/73c89028cc01
branches:  trunk
changeset: 486227:73c89028cc01
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 15 23:56:49 2000 +0000

description:
Fix a tyop, pointed out by Bill Studenmund.

diffstat:

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

diffs (18 lines):

diff -r 592c345fed31 -r 73c89028cc01 sys/dev/isa/satlink.c
--- a/sys/dev/isa/satlink.c     Mon May 15 23:14:42 2000 +0000
+++ b/sys/dev/isa/satlink.c     Mon May 15 23:56:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: satlink.c,v 1.9 2000/03/23 07:01:35 thorpej Exp $      */
+/*     $NetBSD: satlink.c,v 1.10 2000/05/15 23:56:49 thorpej Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -187,7 +187,7 @@
            sc->sc_id.sid_grpid, sc->sc_id.sid_userid,
            sc->sc_id.sid_serial);
 
-       callout_reset(&sc->sc_ch);
+       callout_init(&sc->sc_ch);
 
        sc->sc_bufsize = isa_dmamaxsize(sc->sc_ic, sc->sc_drq);
 



Home | Main Index | Thread Index | Old Index