diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-03-22 21:29:16 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-03-22 21:29:16 +0000 |
| commit | 17d4ed2985c51f74e8da9c7807a4298997d1f14d (patch) | |
| tree | db8c7c313d05d2112451d82874d3d9c43fc351e1 /etc | |
| parent | 157fbb2e83600e3047201ac8428af61d3c08bd2e (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/MAKEDEV | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 104616c8a400..ef6fc8eb82bb 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*) |
