[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[stable] recognize SGI O2 machines with 300MHz RM5200SC (Nevada) CPU



Will there be another update of d-i for stable?  I'm asking because
I'd like to put the patch below in to allow installations on SGI O2
machines with RM5200SC (Nevada) CPUs.


* Martin Michlmayr <tbm@alioth.debian.org> [2007-06-07 17:08]:
> Author: tbm
> Date: Thu Jun  7 17:08:16 2007
> New Revision: 47212
> 
> Log:
> Match SGI O2 machines with 300MHz RM5200SC (Nevada) CPUs.
> 
> 
> Modified:
>    trunk/packages/libdebian-installer/debian/changelog
>    trunk/packages/libdebian-installer/src/system/subarch-mips-linux.c
> 
> Modified: trunk/packages/libdebian-installer/debian/changelog
> ==============================================================================
> --- trunk/packages/libdebian-installer/debian/changelog	(original)
> +++ trunk/packages/libdebian-installer/debian/changelog	Thu Jun  7 17:08:16 2007
> @@ -1,7 +1,11 @@
>  libdebian-installer (0.52) UNRELEASED; urgency=low
>  
> +  [ Joey Hess ]
>    * Move one more resolver debug message to ENABLE_EXTENSIVE_DEBUG.
>  
> +  [ Martin Michlmayr ]
> +  * Match SGI O2 machines with 300MHz RM5200SC (Nevada) CPUs.
> +
>   -- Joey Hess <joeyh@debian.org>  Wed, 09 May 2007 14:55:33 -0400
>  
>  libdebian-installer (0.51) unstable; urgency=low
> 
> Modified: trunk/packages/libdebian-installer/src/system/subarch-mips-linux.c
> ==============================================================================
> --- trunk/packages/libdebian-installer/src/system/subarch-mips-linux.c	(original)
> +++ trunk/packages/libdebian-installer/src/system/subarch-mips-linux.c	Thu Jun  7 17:08:16 2007
> @@ -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/



Reply to: