Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 Add `ses' devices.
details: https://anonhg.NetBSD.org/src/rev/771b98a77712
branches: trunk
changeset: 486460:771b98a77712
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon May 22 17:01:30 2000 +0000
description:
Add `ses' devices.
diffstat:
etc/etc.i386/MAKEDEV | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 34f94b01dd4a -r 771b98a77712 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Mon May 22 16:58:20 2000 +0000
+++ b/etc/etc.i386/MAKEDEV Mon May 22 17:01:30 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.112 2000/05/17 18:14:10 thorpej Exp $
+# $NetBSD: MAKEDEV,v 1.113 2000/05/22 17:01:30 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -103,6 +103,7 @@
# joy* joystick device
# satlink* PlanetConnect satellite receiver driver
# scsibus* SCSI busses, see scsi(4), scsictl(8)
+# ses* SES/SAF-TE SCSI Devices
# ss* SCSI scanner
# uk* unknown SCSI device
# ch* SCSI changer
@@ -517,10 +518,11 @@
r$name$unit nr$name$unit er$name$unit enr$name$unit
;;
-ch*|uk*)
+ses*|ch*|uk*)
case $i in
ch*) name=ch; unit=${i#ch}; chr=17;;
uk*) name=uk; unit=${i#uk}; chr=20;;
+ ses*) name=ses; unit=${i#ses}; chr=74;;
esac
rm -f $name$unit
mknod $name$unit c $chr $unit
Home |
Main Index |
Thread Index |
Old Index