diff options
author | brooks <brooks@FreeBSD.org> | 2001-09-26 22:41:02 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2001-09-26 22:41:02 +0000 |
commit | b1392c6a3c2a0ee67ad66dad043ae61d3c43289b (patch) | |
tree | 450ade9881574bf9aecfde9732d09d52b4f3bcc8 /sys/conf | |
parent | 2a6102d3e89e281ef727f72bc778eb1e30f85740 (diff) | |
download | FreeBSD-src-b1392c6a3c2a0ee67ad66dad043ae61d3c43289b.zip FreeBSD-src-b1392c6a3c2a0ee67ad66dad043ae61d3c43289b.tar.gz |
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.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/conf/files | 2 |
2 files changed, 2 insertions, 2 deletions
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 |