New release note: pcic(4) interrupt routing.

Content provided by:	imp
This commit is contained in:
Bruce A. Mah 2001-09-04 19:17:55 +00:00
parent 7476f7e87d
commit 53f7adc6c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83002
2 changed files with 32 additions and 0 deletions

View File

@ -240,6 +240,22 @@
as tuneables) at compile-time using &man.config.8;'s
<literal>ENV</literal> directive.</para>
<para>On many modern hosts, PCCARD devices can be configured to
route their interrupts via either the ISA or PCI interrupt paths.
The &man.pcic.4; driver has been updated to support both interrupt
paths (formerly, only routing via ISA was supported). In most
cases, configuration of PCMCIA devices in laptops is simpler and
more flexible. In addition, various Cardbus bridge PCI cards
(such as those used by Orinoco PCI NICs) are now supported. Some
hosts may experience problems, such as hangs or panics, with PCI
interrupt routing; they can frequently be made to work by forcing
the older-style ISA interrupt routing. The following lines,
placed in <filename>/boot/loader.conf</filename> or typed to the
boot loader may fix the problem. &merged;</para>
<screen><userinput>hw.pcic.intr_path=1</userinput>
<userinput>hw.pcic.irq=0</userinput></screen>
<sect3>
<title>Processor/Motherboard Support</title>

View File

@ -240,6 +240,22 @@
as tuneables) at compile-time using &man.config.8;'s
<literal>ENV</literal> directive.</para>
<para>On many modern hosts, PCCARD devices can be configured to
route their interrupts via either the ISA or PCI interrupt paths.
The &man.pcic.4; driver has been updated to support both interrupt
paths (formerly, only routing via ISA was supported). In most
cases, configuration of PCMCIA devices in laptops is simpler and
more flexible. In addition, various Cardbus bridge PCI cards
(such as those used by Orinoco PCI NICs) are now supported. Some
hosts may experience problems, such as hangs or panics, with PCI
interrupt routing; they can frequently be made to work by forcing
the older-style ISA interrupt routing. The following lines,
placed in <filename>/boot/loader.conf</filename> or typed to the
boot loader may fix the problem. &merged;</para>
<screen><userinput>hw.pcic.intr_path=1</userinput>
<userinput>hw.pcic.irq=0</userinput></screen>
<sect3>
<title>Processor/Motherboard Support</title>