From owner-freebsd-current@FreeBSD.ORG Wed Aug 17 14:15:12 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B0816A41F for ; Wed, 17 Aug 2005 14:15:12 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-1.rz.RWTH-Aachen.DE [134.130.3.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945A843D70 for ; Wed, 17 Aug 2005 14:15:09 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0ILD00CZ8E97V3@ms-dienst.rz.rwth-aachen.de> for current@freebsd.org; Wed, 17 Aug 2005 16:15:08 +0200 (MEST) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Wed, 17 Aug 2005 16:15:07 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by relay.rwth-aachen.de (8.13.3/8.13.3/1) with ESMTP id j7HEF6hx013372 for ; Wed, 17 Aug 2005 16:15:06 +0200 (MEST) Received: from moria.hitnet.rwth-aachen.de ([137.226.181.149] helo=haakonia.hitnet.rwth-aachen.de) by bigboss.hitnet.rwth-aachen.de with esmtp (Exim 3.35 #1 (Debian)) id 1E5Oh8-0006DU-00 for ; Wed, 17 Aug 2005 16:15:06 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 8A74F28466; Wed, 17 Aug 2005 16:14:36 +0200 (CEST) Date: Wed, 17 Aug 2005 16:14:36 +0200 From: Christian Brueffer To: current@freebsd.org Message-id: <20050817141436.GB1143@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary=Sr1nOIr3CvdE5hEN; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.6i X-Operating-System: FreeBSD 6.0-BETA2 X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D Cc: Subject: Pending if_fwip.c patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 14:15:12 -0000 --Sr1nOIr3CvdE5hEN Content-Type: multipart/mixed; boundary="aM3YZ0Iwxop3KEKx" Content-Disposition: inline --aM3YZ0Iwxop3KEKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, can someone commit the attached patch for if_fwip.c? It fixes a panic on attach and has been reviewed by dfr@. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --aM3YZ0Iwxop3KEKx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="if_fwip.c.diff" Content-Transfer-Encoding: quoted-printable Index: if_fwip.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /data/ncvs/freebsd/src/sys/dev/firewire/if_fwip.c,v retrieving revision 1.7 diff -u -r1.7 if_fwip.c --- if_fwip.c 10 Jun 2005 16:49:08 -0000 1.7 +++ if_fwip.c 5 Aug 2005 12:45:46 -0000 @@ -175,7 +175,6 @@ if (ifp =3D=3D NULL) return (ENOSPC); =20 - bzero(fwip, sizeof(struct fwip_softc)); /* XXX */ fwip->dma_ch =3D -1; =20 --aM3YZ0Iwxop3KEKx-- --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFDA0ZLbHYXjKDtmC0RAignAJ9eDlEOIhSyayLfLGe5q8ij7PObagCdEYUE 5m+zvDM96yKuZ3Anq6xPG4E= =9jDF -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN--