From owner-cvs-all@FreeBSD.ORG Fri Sep 15 10:59:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 067F616A596; Fri, 15 Sep 2006 10:59:08 +0000 (UTC) (envelope-from az@sunner.elcomnet.ru) Received: from mail.electro-com.ru (mail.electro-com.ru [86.110.161.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED4943D53; Fri, 15 Sep 2006 10:59:06 +0000 (GMT) (envelope-from az@sunner.elcomnet.ru) Received: from [86.110.161.246] (helo=[192.168.40.175]) by mail.electro-com.ru with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GOBOi-000Gor-P2; Fri, 15 Sep 2006 14:58:16 +0400 Message-ID: <450A877A.4060908@sunner.elcomnet.ru> Date: Fri, 15 Sep 2006 14:59:06 +0400 From: Andrej Zverev User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Gleb Smirnoff References: <200609151040.k8FAettG072304@repoman.freebsd.org> In-Reply-To: <200609151040.k8FAettG072304@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_rl.c if_sf.c if_sfreg.h if_sis.c if_sisreg.h if_ste.c if_tl.c if_tlreg.h if_vr.c if_vrreg.h if_wb.c if_wbreg.h if_xl.c if_xlreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 10:59:08 -0000 Gleb, it's can fix kern/102974 ? Gleb Smirnoff пишет: > glebius 2006-09-15 10:40:55 UTC > > FreeBSD src repository > > Modified files: > sys/pci if_rl.c if_sf.c if_sfreg.h if_sis.c > if_sisreg.h if_ste.c if_tl.c if_tlreg.h > if_vr.c if_vrreg.h if_wb.c if_wbreg.h > if_xl.c if_xlreg.h > Log: > Consistently use if_printf() only in interface methods: if_start, > if_ioctl, if_watchdog, etc, or in functions that are used by > these methods only. In all other cases use device_printf(). > > This also fixes several panics, when if_printf() is called before > softc->ifp was initialized. > > Submitted by: Alex Lyashkov > > Revision Changes Path > 1.164 +5 -4 src/sys/pci/if_rl.c > 1.94 +4 -3 src/sys/pci/if_sf.c > 1.18 +1 -0 src/sys/pci/if_sfreg.h > 1.146 +6 -6 src/sys/pci/if_sis.c > 1.37 +1 -1 src/sys/pci/if_sisreg.h > 1.96 +9 -7 src/sys/pci/if_ste.c > 1.109 +12 -11 src/sys/pci/if_tl.c > 1.24 +1 -0 src/sys/pci/if_tlreg.h > 1.116 +11 -9 src/sys/pci/if_vr.c > 1.26 +1 -0 src/sys/pci/if_vrreg.h > 1.91 +7 -5 src/sys/pci/if_wb.c > 1.16 +1 -0 src/sys/pci/if_wbreg.h > 1.206 +30 -31 src/sys/pci/if_xl.c > 1.57 +1 -0 src/sys/pci/if_xlreg.h > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >