From 114d09d8b8147ce1dc7ef7266de88504cb66e8e8 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sat, 1 Oct 2005 20:53:51 +0000 Subject: [PATCH] Note that kern.polling.enable is deprecated. --- UPDATING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPDATING b/UPDATING index dd3e8e52abb5..686ed4b99881 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20051001: + kern.polling.enable sysctl MIB is now deprecated. Use ifconfig(8) + to turn polling(4) on your interfaces. + 20050927: The old bridge(4) implementation was retired. The new if_bridge(4) serves as a full functional replacement.