On Tue, 19 Jun 2001, Russell King - ARM Linux wrote:
> coming up with a safe spinlock-type mechanism where either host can
> access the hard disk (hopefully not write to the same partition though),
> but not both at the same time.
>
> > And about the issue of not detecting the partitions, any pointers?
>
> Did you compile in support for MSDOS partitions? You probably want:
>
> CONFIG_PARTITION_ADVANCED=y
> CONFIG_ACORN_PARTITION=n
> CONFIG_MSDOS_PARTITION=y
Thanks, now I am able to mount the hard disk partitions and read
them. But, as I expected, I get a lot of "lost interrupt" both in the host
and in the ebsa285.
Is there any way to avoid that withou involving the host kernel? Right now
I am just using another interrupt to access the IDE, but I wonder if there
is a better way. Is there any way that the ebsa285 could know that the
hard disk is in use? I want the access to the hard disk from the ebsa285
to the IDE will be completely transparent to the host, even if the access
is really slow.
Thanks again for the help,
-Jesus
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.