From owner-cvs-src-old@FreeBSD.ORG Tue Feb 17 17:47:02 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DADD9106566B for ; Tue, 17 Feb 2009 17:47:02 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C8C7F8FC08 for ; Tue, 17 Feb 2009 17:47:02 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1HHl2mU087834 for ; Tue, 17 Feb 2009 17:47:02 GMT (envelope-from sbruno@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1HHl262087833 for cvs-src-old@freebsd.org; Tue, 17 Feb 2009 17:47:02 GMT (envelope-from sbruno@repoman.freebsd.org) Message-Id: <200902171747.n1HHl262087833@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sbruno@repoman.freebsd.org using -f From: Sean Bruno Date: Tue, 17 Feb 2009 17:46:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/firewire firewire.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 17:47:03 -0000 sbruno 2009-02-17 17:46:43 UTC FreeBSD src repository Modified files: sys/dev/firewire firewire.c Log: SVN rev 188722 on 2009-02-17 17:46:43Z by sbruno Simplify some debugging messages and try to consolodate some of the more interesting conditional printf's into single device_printf's Change a couple of variable names so that I don't have to trace what they acutally do anymore. Enable the display of the Self ID PHY packet if firewire_debug > 0 Reviewed by: scottl(mentor) MFC after: 2 weeks Revision Changes Path 1.107 +109 -65 src/sys/dev/firewire/firewire.c