Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include A forgotten commit that should be don...



details:   https://anonhg.NetBSD.org/src/rev/0c306f111e81
branches:  trunk
changeset: 500215:0c306f111e81
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Fri Dec 08 09:42:44 2000 +0000

description:
A forgotten commit that should be done at the time when zs_ioasic.c was
changed.

diffstat:

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

diffs (18 lines):

diff -r 2b984deb699c -r 0c306f111e81 sys/arch/alpha/include/z8530var.h
--- a/sys/arch/alpha/include/z8530var.h Fri Dec 08 08:13:45 2000 +0000
+++ b/sys/arch/alpha/include/z8530var.h Fri Dec 08 09:42:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: z8530var.h,v 1.4 2000/09/09 06:08:42 nisimura Exp $ */
+/* $NetBSD: z8530var.h,v 1.5 2000/12/08 09:42:44 nisimura Exp $ */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -55,7 +55,7 @@
        struct  device zsc_dev;         /* required first: base device */
        struct  zs_chanstate *zsc_cs[2];        /* channel A and B soft state */
        /* Machine-dependent part follows... */
-       struct zs_chanstate  zsc_cs_store[2];
+       int zsc_addroffset;     /* used as "cookie" to identify scc */
        void *zsc_sih;
 };
 



Home | Main Index | Thread Index | Old Index