From owner-cvs-all@FreeBSD.ORG Sun Feb 6 17:46:20 2005 Return-Path: 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 2DD8A16A4CE; Sun, 6 Feb 2005 17:46:20 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3F343D46; Sun, 6 Feb 2005 17:46:19 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id j16HkJA2077287; Sun, 6 Feb 2005 12:46:19 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 77225-01; Sun, 6 Feb 2005 12:46:19 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id j16HkJXA077248; Sun, 6 Feb 2005 12:46:19 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id j16HkC7k020269; Sun, 6 Feb 2005 12:46:12 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050206123826.05310220@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Sun, 06 Feb 2005 12:48:23 -0500 To: Poul-Henning Kamp , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org From: Mike Tancsa In-Reply-To: <200501211344.j0LDigxN075345@repoman.freebsd.org> References: <200501211344.j0LDigxN075345@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b Subject: Re: cvs commit: src/sys/dev/hifn hifn7751.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 06 Feb 2005 17:46:20 -0000 FYI, I have been running with this patch on RELENG_4 box a hifn0 mem 0xe8511000-0xe8511fff,0xe8510000-0xe8510fff irq 5 at device 0.0 on pci1 hifn0: Hifn 7951, rev 0, 128KB sram card for a couple of weeks now and it is working *much* better. I would occasionally get a stall or two while running our offsite backups (about a 36hr process of essentially $cmd = "/usr/bin/openssl enc -des3 -in $sourcefile -k $passphrase | ssh -c 3des backup2\@offsite.sentex.ca \"cat - > /backup/backup2/$serialnumber/$targetfile.enc\""; Now the overall transfer is much more consistent and smooth. I will swap out the card for a newer 7955 this week but I suspect it works fine now as well. ---Mike At 08:44 AM 21/01/2005, Poul-Henning Kamp wrote: >phk 2005-01-21 13:44:42 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/hifn hifn7751.c > Log: > Remove a check that prevents us from purging the queues on shared interrupt > lines. This has been long gone in -current. > > Nailed by: Mike Tancsa > > Revision Changes Path > 1.5.2.10 +0 -6 src/sys/dev/hifn/hifn7751.c >_______________________________________________ >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"