Pinnacle PCTV Pro support in bktr

Steve O'Hara-Smith steve at sohara.org
Tue May 17 03:33:03 PDT 2005


On Tue, 17 May 2005 01:21:38 -0700
Jacob Meuser <jakemsr at jakemsr.com> wrote:

> that's what I figured.  I'll change it (using the text from the
> current grab.c) and resubmit.
> 
> thanks!

	Not at all - thank you.

	One thing before you resubmit - could you make a small change.
I'm away from anwhere I can make a diff but the bit where the ioctl
headers are included should be like this to support DragonFly as well
as FreeBSD.

#if defined __DragonFly__
#include <dev/video/meteor/ioctl_meteor.h>
#include <dev/video/bktr/ioctl_bt848.h>
#else
#if __FreeBSD__ >= 502100
#include <dev/bktr/ioctl_meteor.h>
#include <dev/bktr/ioctl_bt848.h>
#else
#include <machine/ioctl_meteor.h>
#include <machine/ioctl_bt848.h>
#endif
#endif



More information about the freebsd-multimedia mailing list