Re: dtv port added

2002-02-11 Thread Danny Braniss

> Not that I know of.  The brooktree driver seems pretty comprehensive
> though I am still attempting to figure out how to mmap() multiple
> frames.

for someone with some vm experience (:-), it should not be a problem, in
the past when i was playing with the meteor, i just junked the buffering stuff,
it was too complicated and bad. one frame buffer was ok, for simplicity
i moved the structure to the begining of the mmap'ed area, and the frames
after that.

danny



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: dtv port added

2002-02-11 Thread Matthew Dillon


:i've been playing in writing a driver for a Pinacle DC10 card that has
:mpeg sypport on-board. Q- is there something like v4linux in the bsd world?
:else, i'll see if i can get my driver behave like the brooktree.
:
:danny

Not that I know of.  The brooktree driver seems pretty comprehensive
though I am still attempting to figure out how to mmap() multiple
frames.

-Matt
Matthew Dillon 
<[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: dtv port added

2002-02-11 Thread Danny Braniss


i've been playing in writing a driver for a Pinacle DC10 card that has
mpeg sypport on-board. Q- is there something like v4linux in the bsd world?
else, i'll see if i can get my driver behave like the brooktree.

danny



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message