summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2008-11-22Ouch - too many bits to fit in a byte.pgoyette
2008-11-22JEDEC has published the DDR3 SPD standard; update driver to match.pgoyette
2008-11-18PR/39947 - Juan RP -- dbcool_detach implicitly calledjnemeth
2008-11-16For DDR3, the number of physical banks stored in the EEPROM needs to bepgoyette
2008-10-30Add dependency on sysmon_envsys to admtemp.nakayama
2008-10-29Ported alipm(4) and admtemp(4) from OpenBSD.jkunz
2008-10-13Remove duplicated copy of the file - no idea where it came from.pgoyette
2008-10-12Add an i2c attachment for the LM78 family of temp sensor/fan controlpgoyette
2008-10-12Move the {read,write}reg() routine addresses into the dbcool_softc sopgoyette
2008-10-10sysctl doesn't like names that start with digits, nor does it like namespgoyette
2008-10-09It's not necessary to #include "sysmon_envsys.h" any more.pgoyette
2008-10-07Increase accuracy in nominal voltage table.pgoyette
2008-10-07Remove chip-specific drivers for ADT7463, ADT7467, and ADM1030; thesepgoyette
2008-10-06Various clean-ups:pgoyette
2008-10-02Add new driver for dbCool(tm) family of Thermal Monitor and Fan Controller.pgoyette
2008-09-29When scanning i2c bus for responding devices, skip over the multicastpgoyette
2008-09-28Add support for DDR3.pgoyette
2008-09-27Display memory latency/timing data via aprint_verbose()pgoyette
2008-09-27Miscellaneous clean-ups:pgoyette
2008-09-17Add verification of proper chip before blindly matching for consistencypgoyette
2008-09-11Provide an option I2C_SCAN to enable sanning i2c bus for responses. Thispgoyette
2008-09-08Fix typo - no functional changes.pgoyette
2008-09-08Provide correct URL for current data sheet. This device is now ownedpgoyette
2008-09-07Note that previous URL for ADT7463 datasheet is no longer operative, andpgoyette
2008-08-26allow wildcard for addr so we can have spdmem* at iic? addr ?macallan
2008-08-01fix incomplete device_t-ificationmacallan
2008-07-12Set SDA High (it means turning off open-collector drivertsutsui
2008-06-08Remove unnecessary casts against void pointers.tsutsui
2008-06-08Replace device_lookup() with device_lookup_private() to get softctsutsui
2008-06-01Reorganize I2C bitbang ops:tsutsui
2008-05-31- use 'us' for microsecond rather than 'uS'tsutsui
2008-05-08nuke clause 3macallan
2008-05-08nuke clause 3macallan
2008-05-05Use 2-clause license.jmcneill
2008-05-04device_t/softc split and other related cosmetic changes.xtraeme
2008-05-04device_t/softc split for adt7467c(4) and adm1030, and other relatedxtraeme
2008-04-09Re-add chunk of code that got lost in rev. 1.10. Makes this file build/work a...cegger
2008-04-09deparenthesize 'return (x);' and add missing close-brace.dogcow
2008-04-06use aprint_*_dev and device_xnamecegger
2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme
2008-04-04Split device_t/softc and other related cosmetic changes.xtraeme
2008-03-27Make it compile again.ad
2008-03-27Split device_t and softc, use cfdata_tjmcneill
2008-03-27Use device_t, cfdata_tjmcneill
2008-03-27Split device_t and softc, replace malloc with kmem_allocjmcneill
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-14Do not try to attach spdmem if i2c adress exceed 0x57.njoly
2007-12-13Check return value of pmf_device_register(), pointed out by joerg.xtraeme
2007-12-11use __KERNEL_RCSID()lukem
2007-12-11use __KERNEL_RCSID()lukem