From owner-freebsd-multimedia Sat Mar 29 14:37:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17694 for multimedia-outgoing; Sat, 29 Mar 1997 14:37:47 -0800 (PST) Received: from deacon.cogsci.ed.ac.uk (deacon144.cogsci.ed.ac.uk [129.215.144.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA17689 for ; Sat, 29 Mar 1997 14:37:44 -0800 (PST) Received: from pitcairn.cogsci.ed.ac.uk (pitcairn.cogsci.ed.ac.uk [129.215.197.19]) by deacon.cogsci.ed.ac.uk (8.6.10/8.6.12) with ESMTP id WAA08222; Sat, 29 Mar 1997 22:37:41 GMT Date: Sat, 29 Mar 1997 22:37:41 GMT Message-Id: <28072.199703292237@pitcairn.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: newest bt848 driver To: Amancio Hasty In-Reply-To: Amancio Hasty's message of Sat, 29 Mar 1997 13:43:33 -0800 Organization: just say no Cc: Steve Passe , multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > The reason why it is working is because of round_page in vm_page.c > rounds up to the nearest page so get_bktr_mem is getting 1 Page (4096 bytes). I think I was having problems because the DMA program has a few instructions for each scan line, and PAL has more lines than NTSC! I will shortly be releasing a version with PAL support for testing (I don't know if there are any other PAL users out there, but I want to know whether I've broken the NTSC code). -- Richard