summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2004-06-30 22:51:29 +0000
committerJulian Elischer <julian@FreeBSD.org>2004-06-30 22:51:29 +0000
commit8ed370fd9058df4d21790eace714bd04ac4f52fb (patch)
treee4f580aabd7a85c33326a1e56b10f0a768e27bf6 /UPDATING
parentb4994e318ab2de6585ba5e879617df94d98de724 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 48553146f8f6..b0116210f9bf 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.