[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PCDIG framegrabber
Hi Peter!
On Wed, 9 Feb 2000, Peter Falus wrote:
> > Yes, it is possible. If the driver founds more than one board, it
> > configures the first PCDig as the Master and all other boards as slaves.
>
> >
> > By the way, what means double PCI bus computer? With a PCI to PCI bridge?
> > Which Motherboard? We would like to process the output of the camera
> in real time. so depending on th processing power we need we would either
> use an SC450NX board (Quad Xeon, 2 PCI buses) or 4 double xeons.
>
Urggg... Be careful! I don't know weather the driver is working on SMP
boards or not. I have a dual processor board here and I think version
0.7.0 will also support this, but the work on this version takes still
serveral weeks of work.
> In the latter case when we have 1 framgrabber per computer is it possible
> to make one master and the others slave ? (pass some parameter to the
> driver and force the card master or slave even if there are no other cards
> in the same computer?)
>
Yes, you have to edit itifgAM.c - lines 1382 to 1393.
MASTER: driveext = ENABLE, useext = DISABLE
SLAVE: driveext = DISABLE, useext = ENABLE
Build two versions of the driver, one for the master and one for the
slave.
> Thanks
> Peter
> >
>
>
> --
> ,
> Falus, Peter falus@mit.edu
> Office: 13-3150, Phone 253-8928 Home phone:(617) 666-6389
>
>
matthias