Re: [PATCH] via82cxxx IDE: Support multiple controllers
From: Alan Cox <hidden>
Date: 2005-10-13 15:01:08
Also in:
lkml
From: Alan Cox <hidden>
Date: 2005-10-13 15:01:08
Also in:
lkml
On Iau, 2005-10-13 at 10:41 -0400, Mark Lord wrote:
Alan Cox wrote:quoted
If the bus speed of your 486 is 25Mhz the chipset is at 25MHz as is your IDE (ie 486/25, DX2/50, 3/75 - not sure about 4/100 etc). Now does anyone know how you find out if the CPU is 25MHz bus clocked on a 486 8)Same method as /proc/cpuinfo, for an approximation? :)
Unfortunately cpuinfo doesn't know the difference between a 100Mhz (4x25) and 100Mhz (3x33). Late 486s have cpuid which helps a bit but many do not have that (it comes in with writeback cache) and they don't have rdmsr to access the processor boot bus speed bits as the preventium and later do. Alan