summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-02-16Add support for 82575, 82576 and 82580(ER).msaitoh
2010-02-16regen.msaitoh
2010-02-16Add entries for 82576 and 82580msaitoh
2010-02-16indent, tabify and remove extra spaces.msaitoh
2010-02-15For symmetry, allow warning and critical upper-limits for capacitypgoyette
2010-02-14Replace large amount of replicated code with a macro to improve readability.pgoyette
2010-02-14Adapt to changes in sysmon's limit structurepgoyette
2010-02-14Adapt to changes in sysmon's limit structure.pgoyette
2010-02-14Remove the flags member of the limits structure. Its value was onlypgoyette
2010-02-14Correct one more instance of checking flags in the wrong place.pgoyette
2010-02-13When checking current sensor value vs limits, check the correct set ofpgoyette
2010-02-13Explicitly mark voltage readings as valid in Winbond voltage refresh functions.jakllsch
2010-02-13KNFmartin
2010-02-13Remove UMASS_QUIRK_IGNORE_RESIDUE, instead max out the expected responsemartin
2010-02-12delay() is used here, so need to include machine/param.h.pooka
2010-02-12Make ESIOP_DEBUG compile (on some platforms? depends on bus definitions...)dholland
2010-02-12- Add some PCIe config registers.msaitoh
2010-02-11Register with pmf.joerg
2010-02-11put back the "vt100base_data" variable which was souce of confusion,drochner
2010-02-11remove unnecessary AIBS_MONLIMITS ifdefs, no binary change; ok pgoyettecnst
2010-02-10Remove accidental commit.skrll
2010-02-10Oops. Whitespace in previous.skrll
2010-02-10add some more mappings from punctuation and accented characters todrochner
2010-02-10Allow big parts of the vt100 emulation code (what is indrochner
2010-02-09regenhubertf
2010-02-09Add entry for Juniper Networks Experimental Clock Version 0hubertf
2010-02-09Kill extra semi-column.njoly
2010-02-09Tweak comment about keyboard mapping.sborrill
2010-02-09Correct setting of bits in the "generic thermistor" mode. Cut&pastepgoyette
2010-02-09regen.msaitoh
2010-02-09Make some bge's name close to the real product names.msaitoh
2010-02-09* s/misformed/malformed/;cnst
2010-02-09use ACPI_INTEGER and PRIx64, and check success of sensor_attach; suggested...cnst
2010-02-09New aibs(4) driver for ASUSTeK AI Booster (ACPI ATK0110) hardware monitorcnst
2010-02-09Add newer cars supports. Tested on MegaRAID SAS 9260-8i.msaitoh
2010-02-08regen.msaitoh
2010-02-08Add some MegaRAID Entriesmsaitoh
2010-02-08 Fix a bug that the system which has no logical volume panics in shutdownmsaitoh
2010-02-08After reviewing the datasheets, most of the supported Winbond chips canpgoyette
2010-02-08Add temp-sensor type selection (via autoconfig flags). Currently onlypgoyette
2010-02-08Add ZTE MF626. From Marc Vertes in PR kern/41667.snj
2010-02-08Regen.snj
2010-02-08Add ZTE MF626. From Marc Vertes in PR kern/41667.snj
2010-02-07Recognize the i2c bus on the AMD768 PCI-ISA/LPC Bridgepgoyette
2010-02-07d_psize routine returns a number of blocks or -1 on error.mlelstv
2010-02-07KNF.uebayasi
2010-02-06scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.hcegger
2010-02-06Import my experimental ACPI SMBus Control Method Interface driverpgoyette
2010-02-06Attach to SMBus on Intel P55 chipset.tnn
2010-02-06Add uthum(4) driver from openbsd, adapted to handle bothtonio