From 006838ecc0844e55c720cea71fe23bdc1aba6603 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 4 May 2014 01:32:55 +0000 Subject: [PATCH] Document r265132, addition of full(4). Sponsored by: The FreeBSD Foundation --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index c38e0057322..c08075f9a93 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -104,6 +104,14 @@ Kernel Changes + The &man.full.4; device has been added, + and the &man.lindev.4; device has been removed. Prior to this + change, &man.lindev.4; provided only the + /dev/null character device, returning + ENOSPC on write attempts. As this device is + not specific to &linux;, a native &os; version has been + added. + Support for GPS ports has been added to &man.uhso.4;.