Note newbus API & ABI breakage.

This commit is contained in:
Paolo Pisati 2007-02-24 19:45:09 +00:00
parent 531db8b139
commit 663829fe1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166946

View File

@ -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.