git: 00c728ac9dcd - stable/13 - ig4(4): Add PNP info for ACPI attachment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Dec 2022 08:36:55 UTC
The branch stable/13 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=00c728ac9dcdeb585f21da81f244bc8f59442cf8 commit 00c728ac9dcdeb585f21da81f244bc8f59442cf8 Author: Vladimir Kondratyev <wulf@FreeBSD.org> AuthorDate: 2022-03-02 23:35:23 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2022-12-24 08:33:20 +0000 ig4(4): Add PNP info for ACPI attachment (cherry picked from commit 166f2cb40d55e0e0900170e7cac8a1603a18d34d) --- sys/dev/ichiic/ig4_acpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ichiic/ig4_acpi.c b/sys/dev/ichiic/ig4_acpi.c index c538422b18bc..5f596d8bfcab 100644 --- a/sys/dev/ichiic/ig4_acpi.c +++ b/sys/dev/ichiic/ig4_acpi.c @@ -193,3 +193,4 @@ static driver_t ig4iic_acpi_driver = { DRIVER_MODULE_ORDERED(ig4iic, acpi, ig4iic_acpi_driver, ig4iic_devclass, 0, 0, SI_ORDER_ANY); MODULE_DEPEND(ig4iic, acpi, 1, 1, 1); +ACPI_PNP_INFO(ig4iic_ids);