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

This commit is contained in:
jhb 2006-01-31 20:29:04 +00:00
parent 85c30c453b
commit 242ab805a8

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