summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-12-19 14:14:26 +0000
committerbrian <brian@FreeBSD.org>1997-12-19 14:14:26 +0000
commit9564a08fa8c44bf8165cea535e42322b7e7e8fb7 (patch)
treec58f6e6775e7aec94254a71dfe9dcb984f945180 /etc/MAKEDEV
parent254d5ecb9e0d7b328c5b594da34d213b51b542c1 (diff)
downloadFreeBSD-src-9564a08fa8c44bf8165cea535e42322b7e7e8fb7.zip
FreeBSD-src-9564a08fa8c44bf8165cea535e42322b7e7e8fb7.tar.gz
The ``super scsi'' device is /dev/scc.
I'm not sure it's fully functional though !
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 49f349e..f971b3a 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -76,6 +76,7 @@
# lpt* stock lp
#
# SCSI devices (other than CD-ROM, tape and disk):
+# ssc The ``super scsi'' device
# uk* "unknown" device (supports ioctl calls only)
# worm* WORM driver
# pt* Processor Type (HP scanner, as one example)
@@ -106,7 +107,7 @@
# perfmon CPU performance-monitoring counters
# pci PCI configuration-space access from user mode
#
-# $Id: MAKEDEV,v 1.140 1997/05/11 00:34:36 jmg Exp $
+# $Id: MAKEDEV,v 1.141 1997/08/28 12:14:14 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -473,6 +474,11 @@ ccd*)
umask 77
;;
+ssc*)
+ rm -f ssc
+ mknod ssc c 49 0
+ ;;
+
uk*)
unit=`expr $i : 'uk\(.*\)'`
rm -f uk$unit
OpenPOWER on IntegriCloud