summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2000-10-24 14:31:24 +0000
committersos <sos@FreeBSD.org>2000-10-24 14:31:24 +0000
commit093d7695b1761c1c31814045633218af2c593f62 (patch)
treeb9987a6f992f755dbc06e564918367f53c7f9f09 /etc/MAKEDEV
parent520b5dea3bc3fa506202542785d119227b1aeaf0 (diff)
downloadFreeBSD-src-093d7695b1761c1c31814045633218af2c593f62.zip
FreeBSD-src-093d7695b1761c1c31814045633218af2c593f62.tar.gz
Add the ATA RAID (ar) device
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 418a4fa..4f1ddc0 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -379,11 +379,12 @@ wt*)
;;
# Individual slices.
-aacd*s*|ad*s*|afd*s*|amrd*s*|da*s*|fla*s*|idad*s*|md*s*|mlxd*s*|twed*s*|vn*s*|wd*s*|wfd*s*)
+aacd*s*|ad*s*|ar*s*|afd*s*|amrd*s*|da*s*|fla*s*|idad*s*|md*s*|mlxd*s*|twed*s*|vn*s*|wd*s*|wfd*s*)
umask $disk_umask
case $i in
aacd*s*) name=aacd; chr=151;;
ad*s*) name=ad; chr=116;;
+ ar*s*) name=ar; chr=157;;
afd*s*) name=afd; chr=118;;
amrd*s*) name=amrd; chr=133;;
da*s*) name=da; chr=13;;
@@ -562,11 +563,12 @@ fd*)
umask 77
;;
-aacd*|ad*|afd*|amrd*|da*|fla*|idad*|md*|mlxd*|twed*|vn*|wd*|wfd*)
+aacd*|ad*|ar*|afd*|amrd*|da*|fla*|idad*|md*|mlxd*|twed*|vn*|wd*|wfd*)
umask $disk_umask
case $i in
aacd*) name=aacd; chr=151;;
ad*) name=ad; chr=116;;
+ ar*) name=ar; chr=157;;
afd*) name=afd; chr=118;;
amrd*) name=amrd; chr=133;;
da*) name=da; chr=13;;
OpenPOWER on IntegriCloud