summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2011-04-24 09:23:08 +0000
committermav <mav@FreeBSD.org>2011-04-24 09:23:08 +0000
commita7765e469e498669535c563966d98494a10b7403 (patch)
tree470c1b47cbd62e26e904ec99bdf3ca588df07d0a /UPDATING
parent512a6cd715d527dbecfe273cd4d9de5adbff4aca (diff)
downloadFreeBSD-src-a7765e469e498669535c563966d98494a10b7403.zip
FreeBSD-src-a7765e469e498669535c563966d98494a10b7403.tar.gz
Explicitly note that device numbers are starting from zero.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 3 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 67f9cf2..217d141 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
OpenPOWER on IntegriCloud