aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-01-07 14:52:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-01-07 14:52:08 +0000
commit2f6df2645b49b846a6d15262a2958692fe618f56 (patch)
tree1372065193c766f5d416c6b76c3492668c856aa4 /etc
parent349257ffa617ef4c6fa99ea814ef9c230042d63d (diff)
downloadsrc-2f6df2645b49b846a6d15262a2958692fe618f56.tar.gz
src-2f6df2645b49b846a6d15262a2958692fe618f56.zip
Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
driver for the Genius GS-4500 hand scanner. Submitted by: gusw@fub46.zedat.fu-berlin.de
Notes
Notes: svn path=/head/; revision=5428
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV9
-rw-r--r--etc/etc.i386/MAKEDEV9
2 files changed, 16 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index ba42148f045d..a91b0bdf55fb 100644
--- a/etc/MAKEDEV
+++ b/etc/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
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