diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-11-30 22:11:45 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-11-30 22:11:45 +0000 |
| commit | 9095170c1f647117a99090683a1cffd93ec8f1ea (patch) | |
| tree | 2dd05575be4a3c6c06db21137851ccb6d725bcdd | |
| parent | e176446dc85f0741116754fbb800e652f619b4ed (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 13 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 13 |
2 files changed, 26 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 2851b42b4798..97d35e8f7484 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -111,6 +111,19 @@ <para arch="i386,alpha,ia64" role="historic">The &man.agp.4; driver for AGP devices has been added. &merged;</para> + <para arch="i386">Preliminary support for Bluetooth devices has + been added, in the form of a series of Netgraph modules (see + &man.ng.bluetooth.4;). Two modules provide device driver + support for Bluetooth adapters: The &man.ng.bt3c.4; driver + supports the 3Com/HP Bluetooth PCCARD adapters, while the + &man.ng.ubt.4; driver supports several USB Bluetooth adapters. + + <note> + <para>Bluetooth support in &os; is a work in progress.</para> + </note> + + </para> + <para>A new in-kernel cryptographic framework (see &man.crypto.4; and &man.crypto.9;) has been imported from OpenBSD. It provides a consistent interface to hardware and software implementations 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 2851b42b4798..97d35e8f7484 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -111,6 +111,19 @@ <para arch="i386,alpha,ia64" role="historic">The &man.agp.4; driver for AGP devices has been added. &merged;</para> + <para arch="i386">Preliminary support for Bluetooth devices has + been added, in the form of a series of Netgraph modules (see + &man.ng.bluetooth.4;). Two modules provide device driver + support for Bluetooth adapters: The &man.ng.bt3c.4; driver + supports the 3Com/HP Bluetooth PCCARD adapters, while the + &man.ng.ubt.4; driver supports several USB Bluetooth adapters. + + <note> + <para>Bluetooth support in &os; is a work in progress.</para> + </note> + + </para> + <para>A new in-kernel cryptographic framework (see &man.crypto.4; and &man.crypto.9;) has been imported from OpenBSD. It provides a consistent interface to hardware and software implementations |
