From owner-freebsd-hackers Fri Apr 9 3:55:15 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rose.niw.com.au (app3022-2.gw.connect.com.au [203.63.119.4]) by hub.freebsd.org (Postfix) with ESMTP id 1988214D2C for ; Fri, 9 Apr 1999 03:55:09 -0700 (PDT) (envelope-from ian@apdata.com.au) Received: from apdata.com.au (localhost [127.0.0.1]) by rose.niw.com.au (Postfix) with ESMTP id 9AC18A3203; Fri, 9 Apr 1999 20:23:06 +0930 (CST) Message-ID: <370DDC12.3FDE2ECD@apdata.com.au> Date: Fri, 09 Apr 1999 20:23:06 +0930 From: Ian West Organization: Applied Data Control X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Amancio Hasty Cc: hackers@FreeBSD.ORG Subject: Re: Bt848 corruption since upgrading to 3.1. Has DMA code changed? References: <199904090627.XAA76410@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Amancio Hasty wrote: > > I don't think there is any problem with the bt848 driver on 3.1 if you guys > can't > figure out what is the problem just mail me. Do make sure that your driver > is the correct version for 3.1 . > > In the interrupt routine there is a printf for those having problems just > uncomment it. > > The values printed will give a clue as to what the bt848 is being upset about. > > /* printf( " STATUS %x %x %x \n", > dstatus, bktr_status, bt848->risc_count ); > */ > > Amancio > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message On a similar but slightly different note, (sorry, you figure prominently in the brooktree driver intro :-) Are you aware of any simple reason why fxtv would end up with the actual image offset on my system ? (Matrox millenium II AGP, running 1400x1120 resolution, 32 bit.) The vertical location seems correct, but the image is almost always on the far right of the screen, not nicely tucked inside the frame. Moving the fxtv frame up and down, the image does track it vertically. Horizontal is completely wrong. I did try at 1600x1200, results were the same. Anything I should try ? Thanks, Ian West To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message