diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-01-29 01:16:50 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-01-29 01:16:50 +0000 |
| commit | 07dd15c173fe27935b7b14181ab8dbe353ca9a7c (patch) | |
| tree | bd28da7db12f10342d1fe7493ffb05794a9c463e | |
| parent | 6fe15bff6ec15f4812998a1cf468928ac1248688 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/help.common | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common index ab8d11e5256e..ec8af4ea630c 100644 --- a/sys/boot/common/help.common +++ b/sys/boot/common/help.common @@ -220,6 +220,14 @@ completely the value determined when the kernel was compiled. + set machdep.pccard.pcic_irq=<value> + + Overrides the IRQ normally assigned to a PCCARD controller. + Typically the first available interrupt will be allocated, + which may conflict with other hardware. If this value is + set to 0, an interrupt will not be assigned and the + controller will operate in polled mode only. + ################################################################################ # Tshow DShow the values of variables |
