Correct the interrupt override information.

PR:		93429
Submitted by:	Michaël Grünewald <michael.grunewald@laposte.net>
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2006-05-01 11:56:18 +00:00
parent 1812f896e7
commit e862bc666e

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 13, 2005 .Dd May 1, 2006
.Dt ACPI 4 .Dt ACPI 4
.Os .Os
.Sh NAME .Sh NAME
@ -117,8 +117,6 @@ Try increasing this number if you get the error
.Qq Li AE_NO_HARDWARE_RESPONSE . .Qq Li AE_NO_HARDWARE_RESPONSE .
.It Va hw.acpi.host_mem_start .It Va hw.acpi.host_mem_start
Override the assumed memory starting address for PCI host bridges. 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 .It Va hw.acpi.reset_video
Enables calling the VESA reset BIOS vector on the resume path. Enables calling the VESA reset BIOS vector on the resume path.
Some graphic chips have problems such as LCD white-out after resume. 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. such code.
.It Va hw.acpi.verbose .It Va hw.acpi.verbose
Turn on verbose debugging information about what ACPI is doing. 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 .El
.Sh DISABLING ACPI .Sh DISABLING ACPI
Since ACPI support on different platforms varies greatly, there are many Since ACPI support on different platforms varies greatly, there are many