From 33e0e594a853ede9e3dcdaeccc94ca29909c5286 Mon Sep 17 00:00:00 2001 From: msmith Date: Tue, 28 Nov 2000 21:53:42 +0000 Subject: [PATCH] Add the 'amr' control device. --- etc/MAKEDEV | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 1ba5f23e46ed..aa3a0a033694 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -1634,6 +1634,11 @@ mlx*) mknod mlx$unit c 130 `unit2minor $unit` ;; +amr*) + unit=`expr $i : 'amr\(.*\)'` + mknod amr$unit c 132 `unit2minor $unit` + ;; + 3dfx*) unit=`expr $i : '3dfx\(.*\)'` mknod 3dfx$unit c 107 `unit2minor $unit`