Page 1 of 1

Is the front end driver close source?

PostPosted: Tue Dec 01, 2015 3:46 pm
by foxsen
I have bought one 6922 pcie card and tried to use it on a MIPS platform. I find that tbs6922fe_driver is a binary .o file without source code. Is it closed? Anyway for me to get the source or compiled mips one to be used on MIPS?

Regards

Re: Is the front end driver close source?

PostPosted: Wed Dec 02, 2015 9:20 am
by crazycat

Re: Is the front end driver close source?

PostPosted: Wed Dec 02, 2015 10:15 am
by foxsen
Thank you very much!

I have tried the open source driver. It works with small tweak(PAGE_SIZE != SAA716x_PAGE_SIZE lead to issues of dmabuf handling).

Regards