summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
2007-02-13Check for xTPR result of CPUID.Jonathan Gray
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-01-23Handle not-all-lapics intterupts.Mark Kettenis
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-12-12Complete gwk's previous patch to stop setperf methods from returningDimitry Andric
2006-11-30Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra...Dimitry Andric
2006-11-29Nuke all commons but one, and enable --warn-common in LINKFLAGS.Miod Vallat
2006-11-29Remove all the extern cpu_{id,model,whatever} declarations from mostDimitry Andric
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-11-26Save misc info (ebx) register from cpuid with eax=1, so we can use itDimitry Andric
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-10-01Adjust for change of fpu control word.Mark Kettenis
2006-10-01Switch fpu control word to the hardware default. This makes us use 64-bitMark Kettenis
2006-07-25Kill option GPL_MATH_EMULATE.Mark Kettenis
2006-07-17id tag.Federico G. Schwindt
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-13Kernel virtual mode 8086, currently disabled in GENERIC.Gordon Willem Klok
2006-06-12Some more improvements to EST:Dimitry Andric
2006-05-29implement reliable microtime on smp (joint work w/ otto):Michael Shalayeff
2006-05-20add bios_bootmac_t and BOOTARG_BOOTMACTheo de Raadt
2006-05-19Reimplement the Enhanced SpeedStep CPU detection by using theDimitry Andric
2006-05-19Smbios cleanupGordon Willem Klok
2006-05-09Import global ACPI interrupt code from amd64.Mark Kettenis
2006-05-090x0006 is not a good value for a bit flag, so change it to 0x0008.Tom Cosgrove
2006-05-09Move the sti to after the memory write. We do not want execution ofOtto Moerbeek
2006-05-08Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,Gordon Willem Klok
2006-05-01Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interruptMark Kettenis
2006-04-27implement separate PAE pmap that allows access to 64g of physmemMichael Shalayeff
2006-04-27from PAE work:Michael Shalayeff
2006-04-24Enable profling in asm if either PROF or GPROF is enabled, kernel profilingDale Rahn
2006-04-14Remove final DUMMY_NOPS vestige of a macro as well.Tobias Weingartner
2006-04-14Nuke DUMMY_NOPS, cleanup.Tobias Weingartner
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-03-29workaround for intel errata p53 -- follow lapic writes w/ a read; toby@ kette...Michael Shalayeff
2006-03-24move the mp tramp higher to avoid trashing boot args and also to fight strang...Michael Shalayeff
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-15allow for more physmem segments; as required by some dell from dhill@Michael Shalayeff
2006-03-15remove dead macrosMichael Shalayeff
2006-03-14move the kernel 1m up to provide more space for isadma; deraadt@ okMichael Shalayeff
2006-03-13time-bind and lower power in lock spinning and a couple of other ipi loops by...Michael Shalayeff
2006-03-12remove IPL_IMP and splimp().Brad Smith
2006-03-07Check for a few additional CPUID flags.Jonathan Gray
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-12Move to using gdt only (no more ldt in general case) but with a variableTobias Weingartner