summaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.c
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2022-08-20 23:33:54 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2022-08-20 23:33:54 +0000
commit645a3a4b5060642d99ad9e7574c8014c6f1dfc27 (patch)
tree879db0fbacc8e2810da98ee7d8a430cea4bf99ee /sys/netinet/raw_ip.c
parentfa7641bf34000db0a3c5840a6384b2bec162c1c0 (diff)
drop detection code for Cyrix CPUs older than the Cyrix M2
The 486DLC is a 486-class CPU which we no longer support on i386. The 6x86 (also known as the M1) did not support CPUID by default[*] so extra support code is needed to differentiate between these early Cyrix processors in order to apply some errata that the M1 needs. However the 6x86 doesn't implement the RDTSC instruction so we can remove support code for this CPU at this point. Cyrix implemented RDTSC in the 6x86MX (also known as the M2). So this is likely the earliest Cyrix CPU that we can support on i386. We keep the support code in "cyrix6x86_cpu_setup" because early 6x86MX CPUs would continue to benefit from this fixup code. [*]: CPUID can be enabled on the Cyrix 6x86 by setting bit 7 of CCR4 ok mlarkin@, jsg@
Diffstat (limited to 'sys/netinet/raw_ip.c')
0 files changed, 0 insertions, 0 deletions