summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-12-14 13:36:36 +0000
committerseanc <seanc@FreeBSD.org>2003-12-14 13:36:36 +0000
commit7ca7a053fc6e073175a4429af07571037897c8c4 (patch)
tree2c9deb31140cdddfd6c74d95e817e8a0e203ec2b /etc/defaults
parent1c8d05b28c2a5827eaedf11783287a04a3c7a215 (diff)
downloadFreeBSD-src-7ca7a053fc6e073175a4429af07571037897c8c4.zip
FreeBSD-src-7ca7a053fc6e073175a4429af07571037897c8c4.tar.gz
Backout ataraid rcng script. I must have missed ar0 in my scan of /dev
after my first reboot because sure enough, I'm seeing it there now and ata(4) is doing the right thing(TM). Pointed out by: des
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 948e50f..bf013d4 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -53,18 +53,6 @@ netfs_types="nfs:NFS smbfs:SMB portalfs:PORTAL nwfs:NWFS" # Net filesystems.
extra_netfs_types="NO" # List of network extra filesystem types for delayed
# mount at startup (or NO).
-# ATA RAID support for startup
-# Example config for a RAID1 set:
-# ataraid_ar0_set="ad2 ad3" # Creates the RAID set from these drives
-# ataraid_ar0_type="RAID1" # RAID type for ar0
-ataraid_create_flags="create" # Flags needed to create a RAID set.
-ataraid_delete_flags="delete" # Flags needed to delete a RAID set.
-ataraid_status_flags="status" # Flags needed to get the status on a RAID set.
-ataraid_devices="" # List of the ata RAID devices. ex: "ar0"
-ataraid_enable="NO" # Enable software ATA raid support
-ataraid_program="/sbin/atacontrol" # Path to ata raid program.
-
-
##############################################################
### Network configuration sub-section ######################
##############################################################
OpenPOWER on IntegriCloud