Some files in linux-2.4.13-pre5 were not updated to reflect
the fact that drivers/i2o was moved to drivers/message/i2o, so the
kernel will not compile. Also, it looks like the code expects
the "pdev" field to be part of struct i2o_pci, but the .h file
was not updated. I have included a possible patch to fix that
problem too, although perhaps the i2o maintainers may wish to
propose a different patch.
--
Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
[email protected] \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."
On Fri, Oct 19, 2001 at 05:59:44AM -0700, Adam J. Richter wrote:
> Some files in linux-2.4.13-pre5 were not updated to reflect
> the fact that drivers/i2o was moved to drivers/message/i2o, so the
> kernel will not compile. Also, it looks like the code expects
> the "pdev" field to be part of struct i2o_pci, but the .h file
> was not updated. I have included a possible patch to fix that
> problem too, although perhaps the i2o maintainers may wish to
> propose a different patch.
Please look at the 12-ac3 patch - Alan didn't finish merging the i2o
changes, and you should take the fix for this from the -ac tree.
--
Russell King ([email protected]) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
I prefer this patch:
ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patches/2.4.13/i2o-build-2.4.13.5.patch.gz
I missed the drivers/Makefile change though.
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno
> I prefer this patch:
> ftp://ftp.kernel.org/pub/linux/kernel/people/jgarzik/patches/2.4.13/i2o-build-2.4.13.5.patch.gz
>
> I missed the drivers/Makefile change though.
I have i2o patches for Linus pending. Please be patient, I ended up dealing
with builders and being away at a show
Alan