summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2007-11-04- Allocate the envsys_data_t structures dynamically, removing thextraeme
2007-11-03Follow plunky's changes:xtraeme
2007-11-03- Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY andxtraeme
2007-11-02do not embed acpi device names in the sensor namesplunky
2007-10-27When no estimate of battery minutes_left can be made, apm shouldplunky
2007-10-24Pass correct argument to callback, botched up in the last commit.joerg
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-18Convert to device_t/softc split. Use aprint API.joerg
2007-10-18Use callout_setfunc/callout_schedule.joerg
2007-10-17Separate softc and device_t. Convert to aprint API and make the driverjoerg
2007-10-13Use a mutex(9) rather than a rwlock(9), it's cheaper.xtraeme
2007-10-10Fix the problems described in:xtraeme
2007-10-07Set the monitor value only once in the acpitz_init_envsys(),xtraeme
2007-10-06Use a two clause license for all the code I contributed.xtraeme
2007-10-05Sort IO resources before attempting to attach; resolves issues on ACPIjmcneill
2007-09-28Add ACPI address32 resource type support (DWord Address Spacenjoly
2007-09-26x86 changes for pcc and LKMs.ad
2007-09-04- Use a ENVSYS_BATTERY_STATE sensor rather than ENVSYS_GSTRING.xtraeme
2007-09-02Add a new sensor of type ENVSYS_GSTRING. This is useful to printxtraeme
2007-08-30Use a rwlock(9) to protect access while refreshing data inxtraeme
2007-08-26Set ENVSYS_FMONNOTSUPP in the last two missing sensors, forgot in previous.xtraeme
2007-08-26Only assing the monitoring flags once in acpibat_init_envsys() beforextraeme
2007-08-23apm emulation needs envsys. From Jukka Salmi on the current-users list.tnn
2007-08-08Print ACPI device name in a way that Jared McNeill and I find prettier.cube
2007-08-08Fix a few minor envsys2 bugs/oddities in acpi_bat(4).cube
2007-07-29Fix up some comments.xtraeme
2007-07-16Disable monitoring in the ACPIBAT_TECHNOLOGY sensor, which is justxtraeme
2007-07-16aiboost_refresh_sensors: if value returned is 0, invalidate the sensor too.xtraeme
2007-07-12If the method returned invalid data mark the sensor as invalid andxtraeme
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-05Adapt to the recent changes to the acpiacad(4) and acpibat(4) drivers.xtraeme
2007-07-05Final round, after more comments from yamt and cube:xtraeme
2007-07-05acpibat_print_stat(): in the 'charging' indicator sensor, check its statextraeme
2007-07-05Use only one Indicator sensor when the battery is connected/disconnectedxtraeme
2007-07-05Use only one sensor to report if the AC Adapter is connected or not,xtraeme
2007-07-03Rather than using two AcpiInstallNotifyHandler() with ACPI_DEVICE_NOTIFYxtraeme
2007-07-02aiboost_refresh_sensors: initialize j before using it, to make thisxtraeme
2007-07-02aiboost_refresh_sensors:xtraeme
2007-07-01aiboost_refresh_sensors: when refreshing a fan sensor, use the sumxtraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme
2007-06-27Sony firmware strikes again!jmcneill
2007-06-26Don't be quite so aggressive in EcWaitEvent; makes acpiec work on thejmcneill
2007-06-23Don't complain if we can't evaluate _ALn.jmcneill
2007-05-08Missing __KERNEL_RCSID().xtraeme
2007-05-08Split the ug(4) driver in three components:xtraeme
2007-05-04PR/36273: Ryo ONODERA: com_acpi.c lacks a entry for Fujitsu Serial Pen Tabletchristos
2007-04-19Cosmetics: remove useless comments, unneded headers, wrap a long line.xtraeme
2007-03-26Fix a typo getting the fan values, it was using incorrect uid.xtraeme
2007-03-26aiboost_getcomp: fix memcpy and use the length provided by the ACPI Object.xtraeme
2007-03-18typo.xtraeme