diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4 index 020feea97b54..411b1313e878 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 379e23db0b6e..004c71897a5e 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 d43edbd3e8f9..b0bc30e1cba7 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 379e23db0b6e..004c71897a5e 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