summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove sc_maxgpe from acpi_softc which was never read fromgnezdo2020-08-162-9/+3
* Remove the acpicpu_sc array and instead locate acpicpu instances usingjmatthew2020-08-101-8/+5
* match on AMDI0010jsg2020-07-231-1/+2
* acpi can use IPL_BIO (a low interrupt) since it only enqueues operations forderaadt2020-07-213-17/+17
* Add support for timeconting in userland.pirofti2020-07-062-4/+8
* kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha2020-06-241-2/+4
* Shifts (<<) of more than 32 bits must be done on 64-bit values.krw2020-06-201-2/+2
* needs param.h, not types.hderaadt2020-06-171-2/+2
* Give userland a consistent battery and A/C state after resumejca2020-06-104-20/+78
* disable debugging by default and only print unknown events whenjcs2020-06-021-5/+4
* add acpihid(4) for ACPI HID event and 5-button array devicesjcs2020-06-022-1/+407
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-292-4/+2
* limit clflush before monitor errata workaround to Inteljsg2020-05-271-2/+3
* Use the parsed address and interrupt information fromkettenis2020-05-226-378/+140
* Don't provide backlight control if the list returned by _BCL is empty.kettenis2020-05-191-4/+6
* Bring back the acpi(4) changes. This time around only use the ACPI _CRSkettenis2020-05-142-2/+4
* More accurate remaining power reporting with disparate batteriesjca2020-05-111-13/+11
* aml_die() doesn't return, hint the compilerjca2020-05-091-2/+2
* No need to look at _STA here, all we care about is _PSR.jca2020-05-091-13/+9
* Move parsing of _CRS into acpi(4) and pass the parsed address and interruptkettenis2020-05-0810-334/+281
* Move logic to change brightness level in reasonable steps from acpivout(4)kettenis2020-04-191-69/+5
* Remove useless return statement.kettenis2020-04-181-3/+1
* Add bse(4), a driver for the Broadcom GENET v5 network interface found onkettenis2020-04-142-1/+173
* Implement acpi_getprop(), the ACPI equivalent of OF_getprop().kettenis2020-04-142-3/+55
* Add support for the _CCA method. This method indicates whether DMA iskettenis2020-04-122-4/+9
* Use acpi_getsta(); avoids printing "no _STA method" messages and assumeskettenis2020-04-111-10/+3
* The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord()kettenis2020-04-101-1/+8
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9)cheloha2020-04-061-7/+6
* Update my email address.pirofti2020-04-064-8/+8
* Fix incoherencies of errors returned by various *kqfilter routines.mpi2020-04-031-2/+2
* Add glue to make ipmi(4) attach to FDT.kettenis2020-03-291-1/+2
* Fix brightness control on machines where initial brigness unknown.ratchov2020-03-231-13/+10
* fix a bunch of weird indentations and extra whitespace; no binary changejasper2020-03-161-15/+13
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-2/+2
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-181-2/+1
* On the Lenovo X395 acpivout(4) does not attach since there ispatrick2020-02-082-6/+7
* Make acpivout(4) call ws_[gs]et_param instead of directlypatrick2020-01-281-35/+77
* Send APM_POWER_CHANGE events to userland after refreshing battery infojca2020-01-271-1/+4
* In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichjsg2020-01-261-12/+20
* Fix screen brightness adjustment through function keyskn2020-01-141-17/+17
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by thekettenis2020-01-061-22/+45
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-3/+6
* Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2019-12-311-2/+2
* include sys/sensors.h for sensor usejsg2019-12-312-2/+4
* Add amdgpio(4), a driver for the GPIO controller found on newer AMDkettenis2019-12-232-1/+318
* Revert previous. When we get an ACPI notification we already have thepatrick2019-12-141-36/+20
* Make acpivout(4) call ws_[gs]et_param instead of directlypatrick2019-12-131-20/+36
* On newer ThinkPads reporting HKEY version > 1, don't claim wsconsjcs2019-10-211-3/+5