summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2006-01-06Err, commited from the wrong treeAlexander Yurchenko
2006-01-06Fix acpi includes.Alexander Yurchenko
2006-01-05enable nviicDavid Gwynne
2006-01-05Enable amdpm; ok deraadt@.Alexander Yurchenko
2006-01-05Check securelevel and machdep.allowaperture for i386_set_ioperm() theMatthieu Herrb
2006-01-05enable ixgbTheo de Raadt
2006-01-05Don't change pins state on attach.Alexander Yurchenko
2006-01-05Add SMBus host interface support for amdpm(4).Alexander Yurchenko
2006-01-05interacting with the watchdog while we're in the middle of updating sensorsDavid Gwynne
2006-01-04esm_cmd has to wait for two registers to change state for every commandDavid Gwynne
2006-01-04driver for the nvidia nforce2/3/4 smbus controller.David Gwynne
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-31Kill a pcvt leftover.Miod Vallat
2005-12-31Split the d_type field of cdevsw entries into d_type and d_flags for clarity.Miod Vallat
2005-12-31amdiic enable. if problems or worries, we shut things off before a releaseTheo de Raadt
2005-12-30add asbtm iic sensor; ok kettenis@Damien Miller
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-29right spotTheo de Raadt
2005-12-29add admcts(4)Theo de Raadt
2005-12-29Add viapm(4).Mark Kettenis
2005-12-29remove bad newline for the secondary PCI bus with the 82450KX/GX chipsetBrad Smith
2005-12-27enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as neededTheo de Raadt
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat