summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-03-22 21:29:16 +0000
committerscottl <scottl@FreeBSD.org>2001-03-22 21:29:16 +0000
commitca468b5fe715488dfae50501cd81ef2f6b15429c (patch)
tree7977b3a9f379322dcb2e7ee7a4cd612015fd3692 /etc/MAKEDEV
parent0c8d0b0a59186256b50b33a09cc1c460f5125dcb (diff)
downloadFreeBSD-src-ca468b5fe715488dfae50501cd81ef2f6b15429c.zip
FreeBSD-src-ca468b5fe715488dfae50501cd81ef2f6b15429c.tar.gz
Create afaN as a simlink to aacN. Add a comment about the aac device.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 104616c..ef6fc8e 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -35,6 +35,7 @@
# sa* SCSI Sequential Access Devices
#
# Disks:
+# aac* Adaptec FSA RAID controllers
# aacd* Adaptec FSA RAID
# acd* ATAPI CD-ROM disks
# amrd* AMI MegaRAID
@@ -1677,6 +1678,7 @@ i4btrc*)
aac*)
unit=`expr $i : 'aac\(.*\)'`
mknod aac$unit c 150 `unit2minor $unit`
+ ln -s aac$unit afa$unit
;;
mlx*)
OpenPOWER on IntegriCloud