From owner-cvs-all@FreeBSD.ORG Sat Aug 20 04:35:30 2005 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 2684516A41F; Sat, 20 Aug 2005 04:35:30 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B4D43D45; Sat, 20 Aug 2005 04:35:29 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7K4ZTpl097096; Sat, 20 Aug 2005 04:35:29 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7K4ZTWL097095; Sat, 20 Aug 2005 04:35:29 GMT (envelope-from brooks) Message-Id: <200508200435.j7K4ZTWL097095@repoman.freebsd.org> From: Brooks Davis Date: Sat, 20 Aug 2005 04:35:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/firewire if_fwip.c 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: Sat, 20 Aug 2005 04:35:30 -0000 brooks 2005-08-20 04:35:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/firewire if_fwip.c Log: MFC rev 1.9, remove an incorrect and unnecessicary bzero of the softc. Approved by: re (kensmith) Revision Changes Path 1.7.2.1 +0 -1 src/sys/dev/firewire/if_fwip.c