[Mplayer-cvslog] CVS: 0_90 configure,1.667,1.668

Diego Biurrun CVS diego at mplayerhq.hu
Thu May 29 13:36:32 CEST 2003


Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv15045

Modified Files:
	configure 
Log Message:
K6-2+ and K6-III+ detection, ported from main.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/0_90/configure,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -r1.667 -r1.668
--- configure	25 May 2003 16:36:10 -0000	1.667
+++ configure	29 May 2003 11:36:29 -0000	1.668
@@ -646,8 +646,8 @@
     3) proc=i386 iproc=386 ;;
     4) proc=i486 iproc=486 ;;
     5) iproc=586       # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
-	# TODO: how to determine if model 13 is a k6-2 or a k6-3? Couldn't find anything on amd.com
-	if test "$pmodel" -eq 9; then
+	# K6 model 13 are the K6-2+ and K6-III+, only differing in cache size.
+	if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then
 		proc=k6-3
 	elif test "$pmodel" -ge 8; then
 		proc=k6-2



More information about the MPlayer-cvslog mailing list