aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/cputypes.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'cpu' and 'cpu_class' on amd64.John Baldwin2016-09-151-44/+2
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.John Baldwin2015-12-231-13/+2
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.Jung-uk Kim2009-01-051-0/+2
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-5/+11
* Begin all license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* MFi386: move cpu_nameclass struct next to its only consumerPeter Wemm2004-06-031-5/+0
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-22/+5
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-021-1/+0
* Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-181-0/+1
* First shot at identifying the Pentum 4 acording to our reading of thePeter Wemm2000-09-291-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUKATO Takenori1999-02-041-1/+2
* Add CPU_PII to the list.Dag-Erling Smørgrav1998-05-221-1/+2
* Don't include <machine/cputypes.h> or declare cputype/class interfacesBruce Evans1997-10-281-10/+19
* Add new cpu type, CPU_CY486DX, which shows Cyrix 486S/DX series CPUs,KATO Takenori1997-04-261-1/+2
* Improved CPU identification and initialization routines. ThisKATO Takenori1997-03-221-2/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Add Pentium Pro CPU detection and special handling. For now, all theDavid Greenman1995-12-241-1/+3
* Detect if we're running on a Cyrix 486DLC and enable automatic cachePaul Traina1994-09-041-1/+2
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-1/+5
* Define the types of cpu's there are, from NetBSDRodney W. Grimes1993-10-081-0/+49