diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index ce6c88f167..97f6080a96 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -421,6 +421,11 @@ ad3: 29333MB <WDC WD307AA> [59598/16/63] at ata1-slave UDMA33pseudo-device ccd 4 + In FreeBSD 5.0, it is not necessary to specify + a number of ccd devices, as the ccd device driver is now + cloning -- new device instances will automatically be + created on demand. + ccd support can also be loaded as a kernel loadable module in FreeBSD 4.0 or later. @@ -480,6 +485,10 @@ disklabel -e ad3 cd /dev sh MAKEDEV ccd0 + In FreeBSD 5.0, &man.devfs.5; will automatically + manage device nodes in /dev, so use of + MAKEDEV is not necessary. + The next argument ccdconfig expects is the interleave for the file system. The interleave defines the size of a stripe in disk blocks, normally five @@ -931,6 +940,11 @@ scsibus1: &prompt.root; cd /dev &prompt.root; sh MAKEDEV acd0t99 + + In FreeBSD 5.0, &man.devfs.5; will automatically + create and manage entries in /dev + for you, so it is not necessary to use + MAKEDEV. @@ -1103,6 +1117,9 @@ scsibus1: /dev. To do it, you can issue: &prompt.root; cd /dev && ./MAKEDEV "fd*" + In FreeBSD 5.0, &man.devfs.5; will automatically + manage device nodes in /dev, so use of + MAKEDEV is not necessary.