aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2011-04-24 09:23:08 +0000
committerAlexander Motin <mav@FreeBSD.org>2011-04-24 09:23:08 +0000
commitddfddf12db52beebc42d52bb4ac4f1b06924f2e7 (patch)
tree470c1b47cbd62e26e904ec99bdf3ca588df07d0a /UPDATING
parent97b53e3634fe8bff3d64f370373e0d94c68a1010 (diff)
downloadsrc-ddfddf12db52beebc42d52bb4ac4f1b06924f2e7.tar.gz
src-ddfddf12db52beebc42d52bb4ac4f1b06924f2e7.zip
Explicitly note that device numbers are starting from zero.
Notes
Notes: svn path=/head/; revision=220983
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 3 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 67f9cf22e1c9..217d1415cb01 100644
--- a/UPDATING
+++ b/UPDATING
@@ -28,8 +28,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW:
removed and replaced by respective CAM drivers. If you are using
ATA device names in /etc/fstab or other places, make sure to update
them respectively (adX -> adaY, acdX -> cdY, afdX -> daY, astX -> saY,
- where 'Y's are the sequential numbers for each type in order of
- detection, unless configured otherwise with tunables, see cam(4)).
+ where 'Y's are the sequential numbers starting from zero for each type
+ in order of detection, unless configured otherwise with tunables,
+ see cam(4)).
ataraid(4) functionality is now supported by the RAID GEOM class.
To use it you can load geom_raid kernel module and use graid(8) tool