summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-09-04 19:17:55 +0000
committerbmah <bmah@FreeBSD.org>2001-09-04 19:17:55 +0000
commit600ccb92159f2881ee4308323e93fef5685a0f88 (patch)
tree0b04d1c0c7fc2495539f7f925c13c14acffaae88 /release
parent44040d926100921b9fdd3a8427f5660ec08e0227 (diff)
downloadFreeBSD-src-600ccb92159f2881ee4308323e93fef5685a0f88.zip
FreeBSD-src-600ccb92159f2881ee4308323e93fef5685a0f88.tar.gz
New release note: pcic(4) interrupt routing.
Content provided by: imp
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml16
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml16
2 files changed, 32 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index dde4728..dc18851 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -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>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index dde4728..dc18851 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -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>
OpenPOWER on IntegriCloud