From: Sepherosa Ziehau Date: Mon, 27 Aug 2012 02:43:48 +0000 (+0800) Subject: acpi/intr: Fix comment, source index is GSI _not_ IRQ X-Git-Tag: v3.2.0~244 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f7596a00971bd6266a205e95010452b1f94e4d38 acpi/intr: Fix comment, source index is GSI _not_ IRQ --- diff --git a/sys/dev/acpica5/acpi_pcib.c b/sys/dev/acpica5/acpi_pcib.c index b1d80ad..3a3e5e278 100644 --- a/sys/dev/acpica5/acpi_pcib.c +++ b/sys/dev/acpica5/acpi_pcib.c @@ -241,8 +241,8 @@ acpi_pcib_route_interrupt(device_t pcib, device_t dev, int pin, } /* - * If source is empty/NULL, the source index is a global IRQ number - * and it's hard-wired so we're done. + * If source is empty/NULL, the source index is a GSI and it's hard-wired + * so we're done. * * XXX: If the source index is non-zero, ignore the source device and * assume that this is a hard-wired entry.