summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/radeon
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/radeon')
0 files changed, 0 insertions, 0 deletions
/td>msaitoh 2015-05-20 Add Catalyst CAT34TS02C support.msaitoh 2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette 2015-03-07i2c devices don't actually have a dependency on "iic" (the bus driver)jmcneill 2014-01-09add three temperature sensors from ST.mlelstv 2013-07-22Use the standard i2c address to DIMM slot mapping to show the slot number.soren 2012-02-02Clean up display of initial hardware provided limits. No functional change.pgoyette 2011-10-02now that iic is a module, add "iic" dependency to iic driversjmcneill 2011-07-31add detach support, modularize, build with WARNS=4jmcneill 2010-07-29When interpreting the alarm bits from the chip, don't report state forpgoyette 2010-07-29Cleanup hardware monitor limits retrieval. Do use the softc variablesnjoly 2010-07-28Fix a typo (missing digit) in chip name table.pgoyette 2010-07-11Add another pair of chips to the pile: IDT TS3000B3 & TSE2002B3pgoyette 2010-07-08Add additional chip IDs, and be more specific about which revs we match.pgoyette 2010-04-10Save initial, boot-time limit values, and restore them upon requestpgoyette 2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette 2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung 2010-02-14Adapt to changes in sysmon's limit structurepgoyette 2010-01-08Expand PMF_FN_* macros.dyoung 2010-01-01Explicitly inform envsys that the driver is capable of doing its ownpgoyette 2009-07-10Correct usage of PROP_DRIVER_LIMITS flagpgoyette 2009-06-14Update {get,set}_limits() routines.pgoyette 2009-06-13No need to set flag=I2C_F_POLL when releasing the bus. Pointed outpgoyette 2009-06-13Update sdtemp driver to use sysmon_envsys(9) for setting temp sensorpgoyette 2009-06-01Since we no longer have individual events for each sensor value limit,pgoyette 2009-05-19When displaying boot-time trip-register settings, shift to excludepgoyette 2009-05-09Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.pgoyette