From eb83fed09fab09a13dfcd58c96a9be9c56b5a6b4 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 2 Feb 2023 08:20:45 +0100 Subject: treewide: Remove unuseful "_HID: Hardware ID" comment Change-Id: I5eb1424e9e6c1fbf20cd0bf68fbb52e1ec97f905 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72661 Tested-by: build bot (Jenkins) Reviewed-by: Tim Crawford Reviewed-by: Felix Held Reviewed-by: Felix Singer --- src/soc/intel/common/block/acpi/acpi/northbridge.asl | 2 +- src/soc/intel/skylake/acpi/systemagent.asl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/common/block/acpi/acpi/northbridge.asl b/src/soc/intel/common/block/acpi/acpi/northbridge.asl index 4ef151fc98..b0d0ca8326 100644 --- a/src/soc/intel/common/block/acpi/acpi/northbridge.asl +++ b/src/soc/intel/common/block/acpi/acpi/northbridge.asl @@ -3,7 +3,7 @@ #include #include -Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID +Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID Name (_SEG, 0) // _SEG: PCI Segment Name (_UID, 0) // _UID: Unique ID diff --git a/src/soc/intel/skylake/acpi/systemagent.asl b/src/soc/intel/skylake/acpi/systemagent.asl index 5a15ac5562..9c332c44b8 100644 --- a/src/soc/intel/skylake/acpi/systemagent.asl +++ b/src/soc/intel/skylake/acpi/systemagent.asl @@ -3,7 +3,7 @@ #include #include -Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID +Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID Name (_SEG, 0) // _SEG: PCI Segment Name (_UID, 0) // _UID: Unique ID -- cgit v1.2.3