| Age | Commit message (Expand) | Author |
| 2008-08-01 | fix incomplete device_t-ification | macallan |
| 2008-07-12 | Set SDA High (it means turning off open-collector driver | tsutsui |
| 2008-06-08 | Remove unnecessary casts against void pointers. | tsutsui |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() to get softc | tsutsui |
| 2008-06-01 | Reorganize I2C bitbang ops: | tsutsui |
| 2008-05-31 | - use 'us' for microsecond rather than 'uS' | tsutsui |
| 2008-05-08 | nuke clause 3 | macallan |
| 2008-05-08 | nuke clause 3 | macallan |
| 2008-05-05 | Use 2-clause license. | jmcneill |
| 2008-05-04 | device_t/softc split and other related cosmetic changes. | xtraeme |
| 2008-05-04 | device_t/softc split for adt7467c(4) and adm1030, and other related | xtraeme |
| 2008-04-09 | Re-add chunk of code that got lost in rev. 1.10. Makes this file build/work a... | cegger |
| 2008-04-09 | deparenthesize 'return (x);' and add missing close-brace. | dogcow |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-04-04 | Split device_t/softc and other related cosmetic changes. | xtraeme |
| 2008-04-04 | Split device_t/softc and other related cosmetic changes. | xtraeme |
| 2008-03-27 | Make it compile again. | ad |
| 2008-03-27 | Split device_t and softc, use cfdata_t | jmcneill |
| 2008-03-27 | Use device_t, cfdata_t | jmcneill |
| 2008-03-27 | Split device_t and softc, replace malloc with kmem_alloc | jmcneill |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-14 | Do not try to attach spdmem if i2c adress exceed 0x57. | njoly |
| 2007-12-13 | Check return value of pmf_device_register(), pointed out by joerg. | xtraeme |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-09 | Register to pmf(9). | xtraeme |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-01 | Fix lost direction for the check on status, and read/writes. | kiyohara |
| 2007-11-17 | Initialize sensor's state | kefren |
| 2007-11-16 | Set sensor state to ENVSYS_SVALID for correct values. Otherwise, | njoly |
| 2007-11-16 | Extend the envsys2 API (one more time, sorry) as defined in: | xtraeme |
| 2007-11-12 | From jmcneill-pm: don't probe for I2C device. It has limited usefulness | joerg |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-20 | Make this report correct DDR2 speed/type, and round up the | xtraeme |
| 2007-09-09 | Add missing SYSCTL_SETUP_PROTO() to make the LKM happy. | xtraeme |
| 2007-09-02 | don't include machine/autoconf.h - we don't need it (anymore?) | macallan |
| 2007-09-02 | defflag DEBUG_SGSMIX | macallan |
| 2007-09-02 | typo: ENVSYS_FVALID -> ENVSYS_SVALID. | xtraeme |
| 2007-09-01 | For SMBus, add the ability to enumerate devices on the bus. | riz |
| 2007-08-18 | Add spdmem(4) driver. This decodes technical specifications stored in | tnn |
| 2007-07-25 | Add missing STOP conditions at the end of I2C operations. | njoly |
| 2007-07-13 | Forgot to set the description in the sensor. | xtraeme |
| 2007-07-11 | Mark sensor as invalid if no fan is connected. | njoly |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-04 | There's no need to set the "envsys-description" property in the | xtraeme |
| 2007-07-04 | There's no need to get initial sensor data before registering the driver | xtraeme |
| 2007-07-02 | pic16lc_update: use the edata pointer rather than using softc's array | xtraeme |
| 2007-07-02 | adt74673_refresh_{fan,temp,volt}: use the edata pointer rather than | xtraeme |
| 2007-07-01 | There's no need to use another envsys_data_t pointer that points to | xtraeme |
| 2007-07-01 | Imported envsys 2, a brief description of the new features: | xtraeme |