summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2004-02-08for the via c3 use software aes keys, thereby permitting 192 and 256.Theo de Raadt
2004-02-06some cpus start to have a NX oriented PGEX_ITheo de Raadt
2004-02-052 new cpuid ecx features in prescottTheo de Raadt
2004-02-05correct size of registers written outTheo de Raadt
2004-02-04Print a warning about disabling TSC.Alexander Yurchenko
2004-02-03remove non-CBC modes from the VIA code; it is all that is used at the momentTheo de Raadt
2004-02-03move VIA xcrypt-* options to specialreg.hTheo de Raadt
2004-02-02PSL_XCRYPT is 0x40000000Theo de Raadt
2004-02-02I think there is no reason to splhigh around the VIA crypto stuffTheo de Raadt
2004-02-01set i386_has_xcrypt at the right place, which exposes itself asTheo de Raadt
2004-02-01Use "pushfl; popfl" sequence before each xcrypt-* instruction. AccordingTheo de Raadt
2004-02-01use VIA xstore-rng and xcrypt-* instructions, now that gas groks themTheo de Raadt
2004-02-01via crypto code no longer needs to temporarily enable FSXR -- it isTheo de Raadt
2004-02-01Merge many freebsd diffsTheo de Raadt
2004-02-01Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd.Theo de Raadt
2004-02-01Sync user ldt code with NetBSD:Alexander Yurchenko
2004-01-31rename SIMD/SIMD2 to SSE/SSE2Theo de Raadt
2004-01-29as seen in freebsd: asm pagezero implementations, but use a fn pointer.Ted Unangst
2004-01-29Simplify test for CPUID_TSC in cpu_featureTom Cosgrove
2004-01-29No longer accept memory ranges in KB from /boot, which hasn't doneTom Cosgrove
2004-01-28sniff. first file i add'd is first to be rm'dTed Unangst
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
2004-01-24Improve detection and reporting of VIA CPU types. Correct spellingsTom Cosgrove
2004-01-20Check the values given to -h and -s. Closes PR 3640.Tom Cosgrove
2004-01-20Support for i852/855/865 AGP; from NetBSD via Michael van derAlexander Yurchenko
2004-01-15Provide explicit function argument declarations.Miod Vallat
2004-01-14Revert previous; this will cause issues on some machines, says drahn@Miod Vallat
2004-01-13Fix KERNTEXTOFF value (long) after the move to ELF.Miod Vallat
2004-01-13Allow building w/o -traditional. OK weingart@ and mickey@Todd C. Miller
2004-01-12a native geode reset, because quite a few geode boards without keyboardTheo de Raadt
2004-01-09spelling; jjy2+@pitt.eduTheo de Raadt
2004-01-07enable geodesc(4) and nsclpcsio(4); ok deraadtMarkus Friedl
2004-01-06adjust pentium_mhz when cpu speed changes. ok deraadtTed Unangst
2004-01-05Major overhaul of our master boot record.Tom Cosgrove
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadtMarkus Friedl
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-02attach on two more ICHsMichael Shalayeff
2004-01-02after some advice from nick, note that only com0 is currently supportedJason McIntyre
2004-01-02PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id forTodd C. Miller
2004-01-01Crank SHMMAXPGS from 2048 to 8192. Other platforms where peopleTodd C. Miller
2003-12-31workaround: during npx exception testing, delay(1). For some reasonTheo de Raadt
2003-12-29Properly recognize SiS CPU family;Alexander Yurchenko
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
2003-12-24setperf and cpuspeed support; ok deraadt@Markus Friedl
2003-12-23order the dc's; no measurable effectMichael Shalayeff
2003-12-20add pentium 4 thermal control circuit (tcc) driver. can use this toTed Unangst
2003-12-20- .Xr biosboot(8) in SEE ALSOJason McIntyre
2003-12-19add cpu_ecxfeature to cpu.h, and stop locally externing it and cpu_feature.Ted Unangst
2003-12-19Unbreak ramdisk kernel after tedu's changes.Alexander Yurchenko