aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-02-22 19:02:38 +0000
committerWarner Losh <imp@FreeBSD.org>2004-02-22 19:02:38 +0000
commit158b90da674e851c83645180b56f58169781114e (patch)
treee5a638ccbb06b198b7ecd02f88486b4f04c663af /UPDATING
parentf3e170bbdb418b3981dde65ea6b848880fed4fe4 (diff)
downloadsrc-158b90da674e851c83645180b56f58169781114e.tar.gz
src-158b90da674e851c83645180b56f58169781114e.zip
Add a note about cdevsw changes.
Notes
Notes: svn path=/head/; revision=126129
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3b9830b8d6da..de94cb997cb7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040222:
+ The cdevsw structure has changed in two externally visible ways.
+ First, the sense of the D_GIANT flag has changed to D_NEEDSGIANT.
+ Second, the d_version field must be filled in with D_VERSION.
+ Drivers outside the tree will need to be updated.
+
20040207:
The /etc/rc.d/ttys script has been removed. It is no longer
necessary since devfs has been mandatory for some time.