mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
The number of ccd(4) devices is no longer set at compile time so stop
trying to do it in the examples and config files.
This commit is contained in:
parent
2862fc7a49
commit
efacde1bcc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83996
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user