Retroactively add a note about the device names in /dev for si(4) changing.

This commit is contained in:
John Baldwin 2006-01-31 20:29:04 +00:00
parent 6f1421828e
commit 90482daf5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155137

View File

@ -41,6 +41,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
kernel passing this point, you also need to upgrade userland
and netgraph(4) utilities like ports/net/mpd or ports/net/mpd4.
20060106:
si(4)'s device files now contain the unit number.
Uses of {cua,tty}A[0-9a-f] should be replaced by {cua,tty}A0[0-9a-f].
20060106:
The kernel ABI was mostly destroyed due to a change in the size
of struct lock_object which is nested in other structures such