summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2003-12-19Make this compile after the struct was reordered. OK tedu@Todd C. Miller
2003-12-18add new hw sysctls, cpuspeed and setperf to control cpu frequency.Ted Unangst
2003-12-18Move -DDYNAMIC_CRC_TABLE into the main libz MakefileTodd C. Miller
2003-12-17Add ccd(4) and ccdconfig(8) to CD ramdisk; needs changes in upgrade.shTodd C. Miller
2003-12-16a bit more shrinking. do not bother printing the drive bus interfaces,Theo de Raadt
2003-12-16shorten terminal baud rate change stringsTheo de Raadt
2003-12-14the extended long (bracketed) cpu names are not useful to anyone -- they areTheo de Raadt
2003-12-11remove @ that i do not likeTheo de Raadt
2003-11-27gcc3 wants "m" operands to be lvalues.Marc Espie
2003-11-27Bad #undef, spotted by gcc3.Marc Espie
2003-11-27This var is volatile. gcc3 complains if the CV qualifiers don't match.Marc Espie
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-24have to apm_set_ver() before the values calculated get used; from nedko@users...Michael Shalayeff
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-11-17Be sure to not use the cpuid instruction on processors which do not support it;Miod Vallat
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-15recognize AMD Opteron, Athlon64 and Athlon64FX as 686-class CPUHenning Brauer
2003-11-15diff from andreas@:Henning Brauer
2003-11-14correct detects Transmeta cpu.Kevin Lo
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08Remove compacting garbage collector. Fixes PR #3528.Thomas Nordin
2003-11-07update the ref to fips; from jared yanovichMichael Shalayeff
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-29Avoid another malloc in the VIA AES stuff: move the operation stuffJason Wright
2003-10-29don't allocate two buffers when one will do (VIA's AES stuff can have src==dst)Jason Wright