* Jérémy Bobbio <[EMAIL PROTECTED]> [2007-09-27 12:52]: > * libdebian-installe/0.50etch1 > Add support for SGI O2 machines.
I heard there were some objections to this change for a stable update: | 11:29 < Lunar^> 13:42 < zobel> waldi: i read that as: libd-i did not | work for O2's before. now that is added, which is new functionality. SGI O2 machines are fully supported in etch but libd-i neglects to recognize those with a Nevada CPU. Now you could argue this is new functionality but given that etch supports SGI O2 and it doesn't fail in an obvious way on an O2 with a Nevada CPU I'd say this is a bug fix. Also, it's an obvious one liner: Index: subarch-mips-linux.c =================================================================== --- subarch-mips-linux.c (revision 47211) +++ subarch-mips-linux.c (working copy) @@ -30,7 +30,7 @@ static struct cpu system_sgi_o2_cpu[] = { { "R5", "r5k-ip32" }, /* match R5000 and R5500 */ - { "R5", "r5k-ip32" }, + { "Nevada", "r5k-ip32" }, { "RM7000", "r5k-ip32" }, { "R10000", "r10k-ip32" }, { "R12000", "r12k-ip32" }, -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]