summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/identcpu.c
Commit message (Expand)AuthorAgeFilesLines
* I hate noticing bugs after committing. :-(markm2004-04-091-1/+1
* Add extra output to show when VIA C3 Nehemiah CPUs have hardwaremarkm2004-04-091-1/+11
* Print cpu features for crusoe processors.dfr2004-04-051-0/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+2
* Move LongRun support out of identcpu.c, where it hardly belongs, into itssobomax2004-01-251-263/+0
* Update includes for new interrupt code.jhb2003-11-031-4/+2
* Add AMD Features NX and LM.obrien2003-11-031-3/+3
* Add constants for entries in the IDT and use those instead of magicjhb2003-09-101-2/+4
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-1/+1
* Improve the C3 CPU identification. I didn't notice that the CPU idimp2003-08-151-12/+6
* Add many new VIA C3 CPU types now that they appear to be available inimp2003-08-141-0/+18
* Update to recognize Geode and note that the TSC seems broken.phk2003-08-061-1/+12
* Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements,bde2003-07-301-19/+19
* Use __FBSDID().obrien2003-06-021-1/+3
* Add missing break;phk2003-05-311-0/+1
* 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
OpenPOWER on IntegriCloud