patch-1.3.46 linux/drivers/block/MAKEDEV.ide
Next file: linux/drivers/block/Makefile
Previous file: linux/drivers/block/Config.in
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Mon Dec 11 08:49:53 1995
 -  Orig file: 
v1.3.45/linux/drivers/block/MAKEDEV.ide
 -  Orig date: 
Tue Aug 15 20:39:00 1995
 
diff -u --recursive --new-file v1.3.45/linux/drivers/block/MAKEDEV.ide linux/drivers/block/MAKEDEV.ide
@@ -27,3 +27,19 @@
 makedevs hdf 33 64
 makedevs hdg 34 0
 makedevs hdh 34 64
+
+# Create the ide-tape rewinding character device.
+
+rm -f /dev/ht0
+echo mknod /dev/ht0 c 37 0
+     mknod /dev/ht0 c 37 0
+chown root:disk /dev/ht0
+chmod 660 /dev/ht0
+
+# Create the ide-tape non rewinding character device.
+
+rm -f /dev/nht0
+echo mknod /dev/nht0 c 37 128
+     mknod /dev/nht0 c 37 128
+chown root:disk /dev/nht0
+chmod 660 /dev/nht0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this