Two calls of devb-eide

Hi,

To get access to the first ide channel on my target I start driver as
follow:
#devb-eide eide ioport=0xe80001f0,irq=14,nobios &

The second channel is handled by this line:
#devb-eide eide ioport=0xe8000170,irq=15,nobios &

Is it possible to unite these two lines into one “shot”?

Jacek

Jacek Rudnicki wrote:

To get access to the first ide channel on my target I start driver as
follow:
#devb-eide eide ioport=0xe80001f0,irq=14,nobios &

The second channel is handled by this line:
#devb-eide eide ioport=0xe8000170,irq=15,nobios &

Is it possible to unite these two lines into one “shot”?

Yes, I think you can just combine them:
devb-eide eide 1st-channel-options eide 2nd-channel-options &

(check in the sloginfo that expected devices were found)

Yes, I think you can just combine them:
devb-eide eide 1st-channel-options eide 2nd-channel-options &

(check in the sloginfo that expected devices were found)

Yes, that works!

Thank’s,
John