Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vsa assignment to sc_dev is in tcattach, we don...



details:   https://anonhg.NetBSD.org/src/rev/822b46e6f7b9
branches:  trunk
changeset: 765768:822b46e6f7b9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 05 16:12:50 2011 +0000

description:
assignment to sc_dev is in tcattach, we don't have sc_dev

diffstat:

 sys/arch/vax/vsa/tc_vsbus.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5daced65ccd8 -r 822b46e6f7b9 sys/arch/vax/vsa/tc_vsbus.c
--- a/sys/arch/vax/vsa/tc_vsbus.c       Sun Jun 05 16:08:20 2011 +0000
+++ b/sys/arch/vax/vsa/tc_vsbus.c       Sun Jun 05 16:12:50 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tc_vsbus.c,v 1.6 2011/06/04 01:57:35 tsutsui Exp $     */
+/*     $NetBSD: tc_vsbus.c,v 1.7 2011/06/05 16:12:50 christos Exp $    */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -110,7 +110,6 @@
                return;
        }
 
-       sc->sc_dev = self;
        sc->sc_slots[0].tcs_addr = sc->sc_memh;
        sc->sc_slots[0].tcs_cookie = sc;
 



Home | Main Index | Thread Index | Old Index