From owner-freebsd-multimedia Wed Apr 16 19:41:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA01327 for multimedia-outgoing; Wed, 16 Apr 1997 19:41:16 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA01319 for ; Wed, 16 Apr 1997 19:41:12 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 16 Apr 1997 22:39:49 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA09000; Wed, 16 Apr 97 22:39:52 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA19463; Wed, 16 Apr 1997 22:39:42 -0400 Message-Id: <19970416223941.29306@ct.picker.com> Date: Wed, 16 Apr 1997 22:39:41 -0400 From: Randall Hopper To: Amancio Hasty , Steve Passe Cc: multimedia@freebsd.org Subject: Re: Bt848 Missing frames fix References: <19970416203838.49588@ct.picker.com> <199704170141.SAA02555@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199704170141.SAA02555@rah.star-gate.com>; from Amancio Hasty on Wed, Apr 16, 1997 at 06:41:12PM -0700 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks for the debugging tips. I haven't nailed down a pattern yet other than the few times its occurred, I think I've been typing in a remote login (ssh actually, connected to a machine over a slip connection). No big fly-by text transfers going on so this piece wasn't heavy on the interrupts. fxtv at the time is up with continuous display on at its default NTSC size of 320x240. VMode is 555 weight 16bpp, so its DMAing to the frame buffer; no CPU color conversion load. S3Virge driver, XFree 3.2A. Yes, I am running IDE hard drives off an on-motherboard PCI IDE controller, so that can under some circumstances give higher interrupt latency, but when the problem occurs, I'm not doing anything to access the disks, so I doubt that's a factor. Also, my dial-up link is serial, but I'm not doing anything but typing so my 16550 UARTs probably aren't even kicking in much less generating but a few interrupts per second. I don't know what of this info, if anything, is relevent to producing the problem because I can kick of fxtv, kick of a "find /" in a local window, and the same in the remote login window, simultaneously--try to beat the death out of the system--and I see absolutely no problem. I'll keep an eye out for other clues. Randall