From fbd6ea1c413163c0bd480356356e81c808120c6a Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Fri, 22 May 2009 19:16:06 +0800 Subject: [PATCH] Document hw.irq.X.dest in loader(8) manpage Reminded-by: dillon@ --- sys/boot/common/loader.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 0f3d1a4cdc..82be916382 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -441,6 +441,13 @@ The following .Nm tunables are available: .Bl -tag -width Va +.It Va hw.irq.X.dest +Set irqX's destination to the given CPUID, +which starts from 0. +If the specified value is larger than the last CPUID, +then the first CPUID will be used. +This variable should not be used if IO/APIC support is not compiled +into kernel. .It Va hw.physmem Limit the amount of physical memory the system will use. By default the size is in bytes, but the -- 2.41.0