how to initial driver by comedi_config -i?

Hi all,
	I was writing a driver that need some initial parameters when
attaching. I noticed that comedi_config could use a file to initialize
driver, using comedi_config -i.
	The question is how can I get the file data in my driver? In
comedi_config.c, 
	it->options[0]=init_data;
	file data is stored in comedi_devconfig *it. But when attaching how can
I tell the difference between this it->options[0] and other
it->options[0] which specifies pci bus?

	Thanks for answering.

Edwini

Received on 2002-10-07Z23:07:02