[Mplayer-cvslog] CVS: main configure,1.714,1.715
Diego Biurrun CVS
diego at mplayerhq.hu
Sun May 25 02:14:46 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv13730
Modified Files:
configure
Log Message:
K6-2+ and K6-III+ detection
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -r1.714 -r1.715
--- configure 23 May 2003 12:37:31 -0000 1.714
+++ configure 25 May 2003 00:14:16 -0000 1.715
@@ -662,8 +662,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