Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/podulebus Adapt to the new wdcattach() sign...



details:   https://anonhg.NetBSD.org/src/rev/706ae6cbcc49
branches:  trunk
changeset: 553665:706ae6cbcc49
user:      he <he%NetBSD.org@localhost>
date:      Sun Oct 19 19:29:50 2003 +0000

description:
Adapt to the new wdcattach() signature.

diffstat:

 sys/arch/acorn32/podulebus/rapide.c |  6 +++---
 sys/arch/acorn32/podulebus/simide.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r e75d007be23f -r 706ae6cbcc49 sys/arch/acorn32/podulebus/rapide.c
--- a/sys/arch/acorn32/podulebus/rapide.c       Sun Oct 19 19:13:21 2003 +0000
+++ b/sys/arch/acorn32/podulebus/rapide.c       Sun Oct 19 19:29:50 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rapide.c,v 1.13 2003/10/08 11:01:16 bouyer Exp $       */
+/*     $NetBSD: rapide.c,v 1.14 2003/10/19 19:29:50 he Exp $   */
 
 /*
  * Copyright (c) 1997-1998 Mark Brinicombe
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rapide.c,v 1.13 2003/10/08 11:01:16 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rapide.c,v 1.14 2003/10/19 19:29:50 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -304,7 +304,7 @@
                bus_space_write_1(iot, sc->sc_ctlioh,
                    IRQ_MASK_REGISTER_OFFSET, sc->sc_intr_enable_mask);
                /* XXX - Issue 1 cards will need to clear any pending interrupts */
-               wdcattach(self);
+               wdcattach(cp);
        }
 }
 
diff -r e75d007be23f -r 706ae6cbcc49 sys/arch/acorn32/podulebus/simide.c
--- a/sys/arch/acorn32/podulebus/simide.c       Sun Oct 19 19:13:21 2003 +0000
+++ b/sys/arch/acorn32/podulebus/simide.c       Sun Oct 19 19:29:50 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: simide.c,v 1.12 2003/10/08 11:01:16 bouyer Exp $       */
+/*     $NetBSD: simide.c,v 1.13 2003/10/19 19:29:50 he Exp $   */
 
 /*
  * Copyright (c) 1997-1998 Mark Brinicombe
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: simide.c,v 1.12 2003/10/08 11:01:16 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: simide.c,v 1.13 2003/10/19 19:29:50 he Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -292,7 +292,7 @@
                sc->sc_ctl_reg |= scp->sc_irqmask;
                bus_space_write_1(sc->sc_ctliot, sc->sc_ctlioh,
                    CONTROL_REGISTER_OFFSET, sc->sc_ctl_reg);
-               wdcattach(self);
+               wdcattach(cp);
        }
 }
 



Home | Main Index | Thread Index | Old Index