summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2005-12-25KERN_RESOURCE_SHORTAGE -> ENOMEMMiod Vallat
2005-12-22Enable ichiic(4), ok deraadt@.Alexander Yurchenko
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-19New Intel ICH SMBus driver to be used with the iic(4) framework.Alexander Yurchenko
2005-12-16Add delay before powering down on acpi. Give the sync some extra time.Marco Peereboom
2005-12-16Forgot to check a flag to powerdown via acpi.Marco Peereboom
2005-12-16Power down machine from acpi.Marco Peereboom
2005-12-16Lose dsdt since it was moved inside acpi.cMarco Peereboom
2005-12-15shrink a littleDavid Gwynne
2005-12-15dont use the esm sensor tables to store format strings.David Gwynne
2005-12-15split esms psu sensor into 6 kernel sensors. you can easily see if theDavid Gwynne
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14Add commented entries for nfe.Jonathan Gray
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-14Add AC device.Marco Peereboom
2005-12-13Prevent recursive interrupts. Solves kernel stack overflow on i386 underAaron Campbell
2005-12-13Add acpibat device but keep it disabled.Marco Peereboom
2005-12-13the status field for power supplies is different to the rest of theDavid Gwynne
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-12Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,Miod Vallat
2005-12-12some bioses screw the order so be extra careful to counters; been in snaps fo...Michael Shalayeff
2005-12-11add a few Intel PCI-ISA bridges.Brad Smith
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-12-07Add dsdt to GENERICJordan Hargrave
2005-12-01shrink code size by sharing some printf code, no change in how it worksTheo de Raadt
2005-11-30format string mishandlingTheo de Raadt
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
2005-11-30reorder slightlyDavid Gwynne
2005-11-30determine the status of fan, volt, and temp sensors by reading theDavid Gwynne
2005-11-28no need for printf; man page should describe functionalityTheo de Raadt
2005-11-28spacingTheo de Raadt
2005-11-28Added dlg@ watchdog code for enabling ESM2 watchdog timerJordan Hargrave