patch-2.0.33 linux/drivers/char/ftape/ftape-ctl.c
Next file: linux/drivers/char/ftape/kernel-interface.c
Previous file: linux/arch/i386/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Dec 11 11:38:20 1997
- Orig file:
v2.0.32/linux/drivers/char/ftape/ftape-ctl.c
- Orig date:
Fri May 31 03:54:08 1996
diff -u --recursive --new-file v2.0.32/linux/drivers/char/ftape/ftape-ctl.c linux/drivers/char/ftape/ftape-ctl.c
@@ -371,7 +371,7 @@
TRACEx1(-1, " Vendor id : 0x%04x", drive_type.vendor_id);
TRACEx1(-1, " Wakeup method : %s", methods[drive_type.wake_up].name);
TRACE(-1, "And a description of your tape drive to:");
- TRACE(-1, "Kai Harrekilde-Petersen <khp@dolphinics.no>");
+ TRACE(-1, "Claus Heine <claus@momo.math.rwth-aachen.de>");
TRACE(-1, "==========================================");
drive_type.speed = 500; /* deci-ips: very safe value */
} else {
@@ -393,7 +393,7 @@
TRACEx2(-1, "found: %s, expected: %s",
methods[drive_type.wake_up].name,
methods[vendors[vendor_index].wake_up].name);
- TRACE(-1, "please report this to <khp@dolphinics.no>");
+ TRACE(-1, "please report this to <claus@momo.math.rwth-aachen.de>");
TRACE(-1, "==========================================");
}
}
@@ -456,7 +456,7 @@
TRACEx1(-1, "drive : %s", drive_type.name);
TRACEx2(-1, "delta time = %d, length = %d", dt, length);
TRACEx1(-1, "has max tape speed of %d ips", drive_type.speed);
- TRACE(-1, "please report this to <khp@dolphinics.no>");
+ TRACE(-1, "please report this to <claus@momo.math.rwth-aachen.de>");
TRACE(-1, "==========================================");
}
/* time to go from bot to eot at normal speed (data rate):
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov