summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/identcpu.c
Commit message (Expand)AuthorAgeFilesLines
* Argh. Remove stray number that slipped into the previous commit.peter2004-06-081-1/+0
* Initial PG_NX support (no-execute page bit)peter2004-06-081-124/+112
* MFi386: move cpu_nameclass struct next to its only consumerpeter2004-06-031-1/+4
* Update to include both the L1 and L2 TLB stats, as well as the seperatepeter2004-04-071-5/+55
* Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.peter2004-03-251-5/+43
* When faced with a "GenuineIntel", we know what they call it now. Replacepeter2004-03-061-2/+2
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-1/+2
* Use __FBSDID().obrien2003-07-251-1/+3
* Update AMD Features vector to include NX (page table entry no-execute bit)peter2003-05-271-5/+5
* Call it an AMD64 Processor, not a Hammer. Also, it seems that the cpuidpeter2003-05-111-2/+2
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-1040/+36
* Warns fixing. Protect against inappropriate linting, and markmarkm2003-04-301-1/+8
* Add a sysctl that records and reports the CPU clock rate calculatedwes2003-04-101-0/+6
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Expand some #ifdef's to fix I386_CPU compile.jhb2003-02-271-1/+3
* Make tsc_freq a 64bit quantity.phk2003-01-291-6/+7
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-221-3/+3
* Remove earlysetcpuclass() as it has been OBE.jhb2003-01-091-15/+0
* Rework part of the previous processor name changes so that we readjhb2003-01-091-2/+28
* Consistently use spaces in between arguments to strcmp(). Whitespacejhb2003-01-081-3/+3
* - Use cpu_exthigh instead of executing cpuid again to retrieve it for thejhb2003-01-081-36/+51
* Bah, get the test for more than one logical CPU right so we don't boguslyjhb2003-01-081-1/+1
* If the boot processor supports hyperthreading and contains more than onejhb2003-01-081-0/+9
* Document bit 31 of the cpuid features word as PBE (Pending Break Enable).jhb2003-01-031-1/+1
* Change the support for AMDs ElanSC520 CPU from being a device driver tophk2002-09-041-44/+0
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-141-1/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-311-1/+1
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-181-4/+49
* For what it's worth, fix the compilation of an I386_CPU-only kernelalc2002-04-271-1/+8
* Add generalized power profile code.iwasaki2002-03-041-0/+70
* Fix typos in some comments.cjc2002-02-201-2/+2
* Move do_cpuid() from a identcpu.c into cpufunc.h.dwmalone2002-02-121-11/+0
* Cosmetic changes:kato2002-02-101-24/+28
* Recognize VIA C3 Samuel 2.kato2002-02-091-4/+6
* List bit 18 (reserved, apparently present on thunderbird cpus)peter2002-01-221-2/+2
* Change <b28> to HTT (Hyperthreading technology). If this flag is set thenpeter2002-01-161-3/+3
* cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64peter2001-11-301-1/+1
* Correct the input/output/clobber specifications for the cpuidjdp2001-10-121-8/+3
* gcc-3 has objections about the bluetrap6 and bluetrap13 inline asmpeter2001-09-101-19/+19
* Add Transmeta Crusoe LongRun support.iwasaki2001-07-031-0/+198
* Recognize FC-PGA2 Pentium III (Tualatin).kato2001-06-261-0/+1
* Add code to detect Transmeta Crusoe cpus.dfr2001-06-251-2/+55
* Stop doing runtime checking on i386 cpus for cpu class. The cpu ispeter2001-01-161-3/+6
* Assembler fixes.markm2000-11-211-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Fill in some more missing bits from cpu_features according to the Intelpeter2000-09-291-10/+10
* First shot at identifying the Pentum 4 acording to our reading of thepeter2000-09-291-0/+5
* Fix spelling of Katmai [Katami].asmodai2000-09-271-1/+1
OpenPOWER on IntegriCloud