From f7596a00971bd6266a205e95010452b1f94e4d38 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Mon, 27 Aug 2012 10:43:48 +0800 Subject: [PATCH] acpi/intr: Fix comment, source index is GSI _not_ IRQ --- sys/dev/acpica5/acpi_pcib.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.7.2