Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/dev Add 'struct callout repeat_ch; ' in ACCESS....



details:   https://anonhg.NetBSD.org/src/rev/05b86d889cc6
branches:  trunk
changeset: 484114:05b86d889cc6
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Sun Mar 26 06:51:46 2000 +0000

description:
Add 'struct callout repeat_ch;' in ACCESS.bus softc storage.

diffstat:

 sys/arch/pmax/dev/dtop.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 04bdd342a963 -r 05b86d889cc6 sys/arch/pmax/dev/dtop.c
--- a/sys/arch/pmax/dev/dtop.c  Sun Mar 26 05:52:17 2000 +0000
+++ b/sys/arch/pmax/dev/dtop.c  Sun Mar 26 06:51:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dtop.c,v 1.51 2000/03/23 06:43:01 thorpej Exp $        */
+/*     $NetBSD: dtop.c,v 1.52 2000/03/26 06:51:46 nisimura Exp $       */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -94,7 +94,7 @@
 ********************************************************/
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dtop.c,v 1.51 2000/03/23 06:43:01 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dtop.c,v 1.52 2000/03/26 06:51:46 nisimura Exp $");
 
 #include "opt_ddb.h"
 #include "rasterconsole.h"
@@ -158,6 +158,7 @@
                int             (*handler) __P((dtop_device_t, dtop_message_t,
                                    int, int));
                dtop_device     status;
+               struct callout repeat_ch;
        } device[(DTOP_ADDR_DEFAULT - DTOP_ADDR_FIRST) >> 1];
 
 #      define  DTOP_DEVICE_NO(address) (((address)-DTOP_ADDR_FIRST)>>1)



Home | Main Index | Thread Index | Old Index