Messages in this thread |  | | Date | Fri, 29 Dec 2000 15:09:14 +0100 | From | Jan-Benedict Glaw <> | Subject | Re: [PATCH] Processor autodetection (when configuring kernel) |
| |
On Fri, Dec 29, 2000 at 02:39:42PM +0100, Giacomo A. Catenazzi wrote: > + case $cpu_id in > + GenuineIntel:5:[0123] ) echo CONFIG_M586TSC ;; > + GenuineIntel:5:[48] ) echo CONFIG_M586MMX ;; > + GenuineIntel:6:[01356] ) echo CONFIG_M686 ;; > + GenuineIntel:6:{8,9,11} ) echo CONFIG_M686FXSR ;; > + AuthenticAMD:5:[0123] ) echo CONFIG_M586 ;; > + AuthenticAMD:5:{8,9,10,11} ) echo CONFIG_MK6 ;; > + AuthenticAMD:6:[0124] ) echo CONFIG_MK7 ;; > + UMC:4:[12] ) echo CONFIG_M486 ;; # "UMC" ! > + NexGenDriven:5:0 ) echo CONFIG_M386 ;; > + {TransmetaCPU,GenuineTMx86}:* ) echo CONFIG_MCROSUE ;;
What about non-ia32 processor based systems? I'd ivolunteer to extend the patch, but I'd need *your* /proc/cpuinfo... I think that's worth it...
MfG, JBG
-- Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!! /* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-177-5601720 */ keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB "insmod vi.o and there we go..." (Alexander Viro on linux-kernel) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |