summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2006-02-27Add the 770 model. From NetBSD through Gregory SteuckMarco Peereboom
2006-02-27Add 2 additional CPUs and uncomment a 3rd. Based on this intel doc:Marco Peereboom
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom
2006-02-22Remove unused _{ins,rem}que functions - they were not even implemented onMiod Vallat
2006-02-20fix conversion for the temp values. i think i was losing some precisionDavid Gwynne
2006-02-20Region has to be read/write not just read.Marco Peereboom
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-17add a comment to explain how to keep things working, remove a stray charDavid Gwynne
2006-02-17jordan says the volt sensors on the powersupply esm device are always offDavid Gwynne
2006-02-16add sf(4).Brad Smith
2006-02-16make panic msg more usefulMichael Shalayeff
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-14Fix botched format string specifiers. From adobriyan at gmail.com.Aaron Campbell
2006-02-14Find additional noncoherent HyperTransport links by looking at theMark Kettenis
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-02-11New version of i915 supprotm adapted from freebsd by Dimitry Andric, withMatthieu Herrb
2006-02-10i got some labels in the system power supply bits mixed upDavid Gwynne
2006-02-10hook the amp sensors up properly. normalise their values and check theDavid Gwynne
2006-02-10some of the voltage sensors on the 4400 (not all of them, just some) areDavid Gwynne
2006-02-08add nfe(4) to all ramdisksPeter Valchev
2006-02-05add nfe here too.Brad Smith
2006-02-05enable nfe(4) now that the driver somewhat works.Damien Bergamini
2006-02-04update comment for ralDamien Bergamini
2006-02-03Back out i915 changes; they broke some i810-based machines.Todd C. Miller
2006-02-01implement a much better 27mhz tc found on geode; inspired by freebsd; grange@ okMichael Shalayeff
2006-01-29Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 thatMarco Peereboom
2006-01-29index the drive labels from 0 instead of 1 to match the labels on the frontDavid Gwynne
2006-01-26Add glenv(4).Mark Kettenis
2006-01-26make timecounter behave; grange@ okMichael Shalayeff
2006-01-23update sm(4) from NetBSD, including support for more models and MII;Martin Reindl
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-19Flip BIOS and ACPI around since ACPI uses BIOS stuff.Marco Peereboom
2006-01-18Silence acpi during dmesg if it isnt there.Marco Peereboom
2006-01-16enable wbenv. best way to test new code is to enable itTheo de Raadt
2006-01-15Comment alipm (and spell out power management for piixpm while I'm there).Mark Kettenis
2006-01-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2006-01-13list other maxds modelsTheo de Raadt
2006-01-13Fix printf format string due to types changeTodd C. Miller
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-13white space vs tabs; no binary changeMichael Shalayeff
2006-01-12Move to using gdt only (no more ldt in general case) but with a variableTobias Weingartner
2006-01-12oopsTheo de Raadt
2006-01-12after range-checking save nkpde back; toby@ ok and discussion w/ hshoexer@Michael Shalayeff
2006-01-12Fix up interrupt routing on SiS 963.Jonathan Gray
2006-01-10comment amdpmTheo de Raadt
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller