From aac40ad798b533e95aa00f50b72f01fcd723988f Mon Sep 17 00:00:00 2001 From: piso Date: Sat, 24 Feb 2007 19:45:09 +0000 Subject: [PATCH] Note newbus API & ABI breakage. --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATING b/UPDATING index e2a626e5e5fc..f2445caaf9ed 100644 --- a/UPDATING +++ b/UPDATING @@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20070224: + To support interrupt filtering a modification to the newbus API + has occurred, and as a result ABI was broken: make sure that + your kernel and modules are in sync. For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current + 20070224: The IPv6 multicast forwarding code may now be loaded into GENERIC kernels by loading the ip_mroute.ko module.