lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 5 Aug 2008 17:08:35 +1000
From:	"David Wilson" <mcs6502@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: What is the best way to identify a new x86 processor that does not implement the CPUID instruction?

I recently bought a Norhtec MicroClient JrSX which uses the Vortex86sx
System on Chip processor (see http://vortex86sx.com/ for more
details). This is identified as a Cyrix 486SLC by the Linux kernel due
to the lack of a CPUID instruction. While this may be seen as a
cosmetic defect, if the kernel can identify the processor correctly it
could, for example, use the clock divisor code provided by the
manufacturer to slow down and speed up the CPU when required.

The question is: how to differentiate this chip from the Cyrix part?
The freely available "brief data sheet" does not provide much detail.

I have thought of a couple of schemes but am not really keen on either:

1) Clock speed - the SoC runs at 300+ MHz while the Cyrix part is < 100 MHz
2) Look at the PCI VID/PID for the north bridge as this is part of the CPU die.

Does anyone have any suggestions? Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ