Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/mvme68k/include Pullup from trunk: 1.5



details:   https://anonhg.NetBSD.org/src/rev/e7f26b06b270
branches:  netbsd-1-5
changeset: 488654:e7f26b06b270
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Jul 22 15:49:04 2000 +0000

description:
Pullup from trunk: 1.5
Approved by: thorpej

Implement generic soft interrupts for mvme68k.

diffstat:

 sys/arch/mvme68k/include/z8530var.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5c8afa1257e2 -r e7f26b06b270 sys/arch/mvme68k/include/z8530var.h
--- a/sys/arch/mvme68k/include/z8530var.h       Sat Jul 22 15:48:38 2000 +0000
+++ b/sys/arch/mvme68k/include/z8530var.h       Sat Jul 22 15:49:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: z8530var.h,v 1.4 1996/12/17 22:26:07 gwr Exp $ */
+/*     $NetBSD: z8530var.h,v 1.4.42.1 2000/07/22 15:49:04 scw Exp $    */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -52,6 +52,7 @@
        struct  zs_chanstate *zsc_cs[2];        /* channel A and B soft state */
        /* Machine-dependent part follows... */
        struct zs_chanstate  zsc_cs_store[2];
+       void *zsc_softintr_cookie;
 };
 
 /*



Home | Main Index | Thread Index | Old Index