diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-09-11 13:11:43 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-09-11 13:11:43 +0000 |
| commit | b21e7ed6ba9e6621f2a04696b5d58958dc7a1cc0 (patch) | |
| tree | 934748421d219b9e9b4c60a9a2eeed442fd9bf16 /release | |
| parent | 5fa09bc1976bcc648a6f4fb8a7dff06f0975c2ad (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 5 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 5 |
2 files changed, 10 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 8bc0d8c0c9ab..e0ed0134ee6f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -240,6 +240,11 @@ as tuneables) at compile-time using &man.config.8;'s <literal>ENV</literal> directive.</para> + <para>The loader and kernel linker now look for files named + <filename>linker.hints</filename> in each directory with KLDs for a + module name and version to KLD filename mapping. The new + &man.kldxref.8; utility is used to generate these files.</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 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 8bc0d8c0c9ab..e0ed0134ee6f 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,11 @@ as tuneables) at compile-time using &man.config.8;'s <literal>ENV</literal> directive.</para> + <para>The loader and kernel linker now look for files named + <filename>linker.hints</filename> in each directory with KLDs for a + module name and version to KLD filename mapping. The new + &man.kldxref.8; utility is used to generate these files.</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 |
