Module Name:    src
Committed By:   christos
Date:           Sun Jun  5 16:12:50 UTC 2011

Modified Files:
        src/sys/arch/vax/vsa: tc_vsbus.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/vsa/tc_vsbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/vsa/tc_vsbus.c
diff -u src/sys/arch/vax/vsa/tc_vsbus.c:1.6 src/sys/arch/vax/vsa/tc_vsbus.c:1.7
--- src/sys/arch/vax/vsa/tc_vsbus.c:1.6	Fri Jun  3 21:57:35 2011
+++ src/sys/arch/vax/vsa/tc_vsbus.c	Sun Jun  5 12:12:50 2011
@@ -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;
 

Reply via email to