From a90f5b9dba5a9349314c383e81d1105555788eff Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 30 Jun 2004 22:51:29 +0000 Subject: Remove the home-grown metadata facility in favour of the now generic mbuf tags facility. Netgraph modules will all need a recompile. Submitted by: Gleb Smirnoff --- UPDATING | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 4855314..b011621 100644 --- a/UPDATING +++ b/UPDATING @@ -18,6 +18,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: to maximize performance. 20040630: + The netgraph ABI version number has been incremented to indicate + an incompatible change in the ABI. Old netgraph nodes will refuse + to attach until recompiled. Netgraph no uses tehmbuf TAGS feature + to move metadata and this commit removes its home-grown metadata + facility. Nodes should just recompile unless they use metadata + in which case the changes are simple and shown in ng_ksocket.c + which can be used as an example. + +20040630: ACPI has been updated to disable known-bad BIOS revisions. A message will be printed on console indicating that ACPI has been disabled automatically and that the user should use a newer BIOS, if possible. -- cgit v1.1