From e862bc666e981894b03c17e5d27fbda7585efa2d Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Mon, 1 May 2006 11:56:18 +0000 Subject: [PATCH] Correct the interrupt override information. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 93429 Submitted by: Michaël Grünewald MFC after: 3 days --- share/man/man4/acpi.4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 0afc2b9dc82..8b0a9124d35 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 13, 2005 +.Dd May 1, 2006 .Dt ACPI 4 .Os .Sh NAME @@ -117,8 +117,6 @@ Try increasing this number if you get the error .Qq Li AE_NO_HARDWARE_RESPONSE . .It Va hw.acpi.host_mem_start Override the assumed memory starting address for PCI host bridges. -.It Va hw.acpi.pci.link.%d.%d.%d.irq -Override the interrupt to use. .It Va hw.acpi.reset_video Enables calling the VESA reset BIOS vector on the resume path. Some graphic chips have problems such as LCD white-out after resume. @@ -133,6 +131,10 @@ It is off by default since this breaks recursive methods and some IBMs use such code. .It Va hw.acpi.verbose Turn on verbose debugging information about what ACPI is doing. +.It Va hw.pci.link.%s.%d.irq +Override the interrupt to use. +.It Va hw.pci.link.%s.irq +Override the interrupt to use. .El .Sh DISABLING ACPI Since ACPI support on different platforms varies greatly, there are many