# HG changeset patch # User Rob Landley # Date 1193778407 18000 # Node ID c36355e307b410cfb660bb3721743cf4b70d3ca8 # Parent acc6809a6d76e3caded0831956654ba621db0a22 Teach Milton Miller's qemu target to have ISA support, for ne2k. diff -r acc6809a6d76 -r c36355e307b4 sources/patches/linux-ppcqemu.patch --- a/sources/patches/linux-ppcqemu.patch Tue Oct 30 16:05:53 2007 -0500 +++ b/sources/patches/linux-ppcqemu.patch Tue Oct 30 16:06:47 2007 -0500 @@ -1620,3 +1620,14 @@ +# CONFIG_CRYPTO_TEST is not set +# CONFIG_CRYPTO_HW is not set +--- linux-2.6.23/arch/powerpc/Kconfig 2007-10-09 15:31:38.000000000 -0500 ++++ linux/arch/powerpc/Kconfig 2007-10-27 18:22:07.000000000 -0500 +@@ -387,7 +387,7 @@ + + config ISA + bool "Support for ISA-bus hardware" +- depends on PPC_PREP || PPC_CHRP ++ depends on PPC_PREP || PPC_CHRP || PPC_QEMU + select PPC_I8259 + help + Find out whether you have ISA slots on your motherboard. ISA is the