aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index ba42148f045d..a91b0bdf55fb 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -71,8 +71,9 @@
# pcaudio PCM audio driver
# socksys iBCS2 socket system driver
# vat VAT compatibility audio driver (requires snd*)
+# gsc Genius GS-4500 hand scanner
#
-# $Id: MAKEDEV,v 1.60 1994/12/16 15:59:44 bde Exp $
+# $Id: MAKEDEV,v 1.61 1994/12/25 15:08:29 ats Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -649,6 +650,12 @@ vat)
chmod 660 vatio
;;
+gsc)
+ rm -f gsc0
+ mknod gsc0 c 47 0
+ chmod 666 gsc0
+ ;;
+
apm)
rm -f apm0
mknod apm0 c 39 0