diff options
author | jhb <jhb@FreeBSD.org> | 2006-01-31 20:29:04 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2006-01-31 20:29:04 +0000 |
commit | 242ab805a84213db92223433b2e0ee3f8ccd0027 (patch) | |
tree | dc2518544b0e6ce8333bac99ec54481b359f6fe5 /UPDATING | |
parent | 85c30c453bc113eba3fc1bf58dd316b7a51d5401 (diff) | |
download | FreeBSD-src-242ab805a84213db92223433b2e0ee3f8ccd0027.zip FreeBSD-src-242ab805a84213db92223433b2e0ee3f8ccd0027.tar.gz |
Retroactively add a note about the device names in /dev for si(4) changing.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: 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 as mutexes which are nested in all sorts of other structures. |