Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Add "struct device sc_dev; " to struct par...



details:   https://anonhg.NetBSD.org/src/rev/e67d9bf98de0
branches:  trunk
changeset: 484124:e67d9bf98de0
user:      frueauf <frueauf%NetBSD.org@localhost>
date:      Sun Mar 26 10:15:32 2000 +0000

description:
Add "struct device sc_dev;" to struct par_softc.

Reviewed by Ignatios Souvatzis.

diffstat:

 sys/arch/amiga/dev/par.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b74c3c874594 -r e67d9bf98de0 sys/arch/amiga/dev/par.c
--- a/sys/arch/amiga/dev/par.c  Sun Mar 26 10:09:33 2000 +0000
+++ b/sys/arch/amiga/dev/par.c  Sun Mar 26 10:15:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: par.c,v 1.20 2000/03/23 06:33:12 thorpej Exp $ */
+/*     $NetBSD: par.c,v 1.21 2000/03/26 10:15:32 frueauf Exp $ */
 
 /*
  * Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -60,6 +60,8 @@
 #include <machine/conf.h>
 
 struct par_softc {
+       struct device sc_dev;
+
        int     sc_flags;
        struct  parparam sc_param;
 #define sc_burst sc_param.burst



Home | Main Index | Thread Index | Old Index