summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82371eb/acpi/isabridge.asl
blob: 3209d531617f0312fab428cbd29fddef29caf951 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

Device(MBRS) {
	Name (_HID, EisaId ("PNP0C02"))
	Name (_UID, 0x01)

	External(_CRS) /* Resource Template in SSDT */
}