| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/intpm: fix SMBus Read Block | Corvin Köhne | 2025-05-06 | 1 | -1/+1 |
* | intpm: use MMIO for AMD EFCH CPUs | Brian Poole | 2025-01-24 | 1 | -11/+33 |
* | Use device_delete_children instead of explicit calls to device_delete_child | John Baldwin | 2025-01-02 | 1 | -2/+1 |
* | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -1/+1 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | ichsmb/imcsmb/intpm/ismt: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -4/+1 |
* | Remove unused smbus_devclass. | John Baldwin | 2022-05-06 | 1 | -1/+1 |
* | intpm: Remove write only variables, tag slvcnt unused since it's used for deb... | Warner Losh | 2022-04-06 | 1 | -3/+3 |
* | amdsbwd, intpm: Add Hygon Dhyana support. | Konstantin Belousov | 2020-02-13 | 1 | -0/+2 |
* | intpm: change translation of HBA error status to smbus(4) errors | Andriy Gapon | 2019-03-22 | 1 | -2/+9 |
* | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
* | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
* | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
* | Use '#' rather than some made up name for fields we want to ignore. | Warner Losh | 2017-12-22 | 1 | -1/+1 |
* | Add PNP metadata to a few drivers | Conrad Meyer | 2017-09-14 | 1 | -23/+29 |
* | intpm(4): Decrease requested i/o port range width | Conrad Meyer | 2017-09-13 | 1 | -1/+1 |
* | intpm(4): While here, remove redundant 'res' check | Conrad Meyer | 2017-09-13 | 1 | -4/+0 |
* | intpm(4): Do not attach if io_res can not be allocated | Conrad Meyer | 2017-09-13 | 1 | -0/+4 |
* | intpm: clean up intsmb_bread and intsmb_pcall | Andriy Gapon | 2016-11-11 | 1 | -37/+2 |
* | amdsbwd, intpm: unify bits specific to AMD chipsets (FCHs, southbridges) | Andriy Gapon | 2016-09-22 | 1 | -37/+34 |
* | intpm: make sure to register smbus driver before intpm driver | Andriy Gapon | 2016-09-08 | 1 | -1/+2 |
* | intpm: better clean up resources after a failed attachment | Andriy Gapon | 2016-09-08 | 1 | -14/+26 |
* | intpm: do not try attaching to unsupported controller revisions | Andriy Gapon | 2016-09-08 | 1 | -3/+6 |
* | intpm: fix attachment to supported AMD FCHs | Andriy Gapon | 2016-09-08 | 1 | -1/+3 |
* | intpm: add support for SB800 | Andriy Gapon | 2016-08-23 | 1 | -9/+103 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
* | Move all the power management (SMBus) drivers to their own directory, | Rui Paulo | 2014-09-23 | 2 | -0/+909 |