summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/ccd.46
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files2
-rw-r--r--sys/i386/conf/NOTES2
4 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4
index 020feea..411b131 100644
--- a/share/man/man4/ccd.4
+++ b/share/man/man4/ccd.4
@@ -41,7 +41,7 @@
.Nm ccd
.Nd Concatenated Disk driver
.Sh SYNOPSIS
-.Cd "device ccd 4"
+.Cd "device ccd"
.Sh DESCRIPTION
The
.Nm
@@ -65,7 +65,7 @@ as shown as
In order to compile in support for the ccd, you must add a line similar
to the following to your kernel configuration file:
.Bd -unfilled -offset indent
-device ccd 4 # concatenated disk devices
+device ccd # concatenated disk devices
.Ed
.Pp
The count argument is how many
@@ -180,7 +180,7 @@ Changing the interleave or other parameters for a
.Nm
disk usually destroys whatever data previously existed on that disk.
.Sh FILES
-/dev/{,r}ccd* - ccd device special files.
+/dev/ccd* - ccd device special files.
.Sh HISTORY
The concatenated disk driver was originally written at the University of
Utah.
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 379e23d..004c718 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1010,7 +1010,7 @@ device speaker #Play IBM BASIC-style noises out your speaker
device gzip #Exec gzipped a.out's
device md #Memory/malloc disk
device snp #Snoop device - to look at pty/vty/etc..
-device ccd 4 #Concatenated disk driver
+device ccd #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
# module gets started automatically when vinum(8) starts. This
diff --git a/sys/conf/files b/sys/conf/files
index d43edbd..b0bc30e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -283,7 +283,7 @@ dev/buslogic/bt_mca.c optional bt mca
dev/buslogic/bt_pci.c optional bt pci
dev/cardbus/cardbus.c optional cardbus
dev/cardbus/cardbus_cis.c optional cardbus
-dev/ccd/ccd.c count ccd
+dev/ccd/ccd.c optional ccd
dev/cnw/if_cnw.c optional cnw card
#dev/cnw/if_cnw.c optional cnw pccard
dev/cs/if_cs.c optional cs
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 379e23d..004c718 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1010,7 +1010,7 @@ device speaker #Play IBM BASIC-style noises out your speaker
device gzip #Exec gzipped a.out's
device md #Memory/malloc disk
device snp #Snoop device - to look at pty/vty/etc..
-device ccd 4 #Concatenated disk driver
+device ccd #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
# module gets started automatically when vinum(8) starts. This
OpenPOWER on IntegriCloud